[ubuntu/lunar-proposed] cryptsetup 2:2.6.1-1ubuntu1 (Accepted)

Vladimir Petko vladimir.petko at canonical.com
Mon Feb 13 20:37:19 UTC 2023


cryptsetup (2:2.6.1-1ubuntu1) lunar; urgency=low

  * Merge with Debian unstable (LP: #2004423). Remaining changes:
    - debian/control:
      + Recommend plymouth.
      + Depend on busybox-initramfs instead of busybox | busybox-static.
      + Move cryptsetup-initramfs back to cryptsetup's Recommends.
      + Do not build cryptsetup-suspend binary package on i386.
    - Fix cryptroot-unlock for busybox compatibility.
    - Fix warning and error when running on ZFS on root
      - d/functions: Return an empty devno for ZFS devices as they don't have
        major:minor device numbers.
      - d/initramfs/hooks/cryptroot: Ignore and don't print an error message
        when devices don't have a devno.
    - debian/patches/decrease_memlock_ulimit.patch
      Fixed FTBFS due to a restricted build environment
    - Fix cryptroot-* autopkgtests on Ubuntu. (LP: #1983522)
      + debian/tests/utils/mock.pm: return from consume() function if select()
        times out or fails
      + debian/tests/utils/cryptroot-common: fix apt source and kernel package
        names for Ubuntu
      + debian/tests/cryptroot-sysvinit.d: use systemd-sysv init for Ubuntu
        cryptroot-sysvinit package test
      + debian/tests/cryptroot-nested.d: fix cryptsetup-nested test, add
        workaround for LP1831747 by adding a e2fsprogs dependency
      + debian/tests/initramfs-hook: fix test's initramfs layout for Ubuntu and
        allow blowfish test use 64Mb of provisioned space (drop --size)
      + debian/tests/control: disable cryptdisks test

cryptsetup (2:2.6.1-1) unstable; urgency=medium

  * New upstream bugfix release.
  * d/README.Debian: Explicitly set cswap1's device type to 'plain'.
    (Closes: #1025136)
  * d/control: Update standards version to 4.6.2, no changes needed.
  * d/clean: Add some gitignore(5)'d files. (Closes: #1026838)
  * cryptgnupg-sc hook: Look terminfo file in /usr/share/terminfo in adition
    to /lib/terminfo, see #1028202. (Closes: 1028234)
  * d/copyright: Bump copyright years.

cryptsetup (2:2.6.0-2) unstable; urgency=low

  * libcryptsetup-dev: Add 'Depends: libargon2-dev, libblkid-dev,
    libdevmapper-dev, libjson-c-dev, libssl-dev, uuid-dev' to account for
    libcryptsetup.pc's Requires.private.  Closes: #1025054.

cryptsetup (2:2.6.0-1) unstable; urgency=low

  * New upstream release 2.6.0.

cryptsetup (2:2.6.0~rc0-1) experimental; urgency=medium

  * New upstream release candidate 2.6.0, introducing support for handling
    macOS FileVault2 devices (FVAULT2).  The new version of FileVault based on
    the APFS filesystem used in recent macOS versions is currently not
    supported: only the (legacy) FileVault2 format based on Core Storage and
    HFS+ filesystem (introduced in MacOS X 10.7 Lion) is supported.  Moreover
    header formatting and changes are not supported; cryptsetup never changes
    the metadata on the device.
    Closes: #923513.
  * Update d/copyright for 2:2.6.0~rc0-1.
  * Ship cryptsetup-fvault2Dump(8) and cryptsetup-fvault2Open(8) to
    cryptsetup-bin binary package.
  * Update d/libcryptsetup12.symbols for 2:2.6.0~rc0-1.
  * Add 'fvault2' flag to crypttab(5) to force detection of Apple's FileVault2
    volumes.
  * d/rules: Add new target execute_before_dh_auto_test so blhc ignores
    compilations of tests/*.c.
  * d/u/metadata: Set 'Security-Contact' upstream metadata field.

Date: Mon, 13 Feb 2023 15:57:18 +1300
Changed-By: Vladimir Petko <vladimir.petko at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/+source/cryptsetup/2:2.6.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 13 Feb 2023 15:57:18 +1300
Source: cryptsetup
Built-For-Profiles: noudeb
Architecture: source
Version: 2:2.6.1-1ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Vladimir Petko <vladimir.petko at canonical.com>
Closes: 923513 1025054 1025136 1026838 1028234
Launchpad-Bugs-Fixed: 1983522 2004423
Changes:
 cryptsetup (2:2.6.1-1ubuntu1) lunar; urgency=low
 .
   * Merge with Debian unstable (LP: #2004423). Remaining changes:
     - debian/control:
       + Recommend plymouth.
       + Depend on busybox-initramfs instead of busybox | busybox-static.
       + Move cryptsetup-initramfs back to cryptsetup's Recommends.
       + Do not build cryptsetup-suspend binary package on i386.
     - Fix cryptroot-unlock for busybox compatibility.
     - Fix warning and error when running on ZFS on root
       - d/functions: Return an empty devno for ZFS devices as they don't have
         major:minor device numbers.
       - d/initramfs/hooks/cryptroot: Ignore and don't print an error message
         when devices don't have a devno.
     - debian/patches/decrease_memlock_ulimit.patch
       Fixed FTBFS due to a restricted build environment
     - Fix cryptroot-* autopkgtests on Ubuntu. (LP: #1983522)
       + debian/tests/utils/mock.pm: return from consume() function if select()
         times out or fails
       + debian/tests/utils/cryptroot-common: fix apt source and kernel package
         names for Ubuntu
       + debian/tests/cryptroot-sysvinit.d: use systemd-sysv init for Ubuntu
         cryptroot-sysvinit package test
       + debian/tests/cryptroot-nested.d: fix cryptsetup-nested test, add
         workaround for LP1831747 by adding a e2fsprogs dependency
       + debian/tests/initramfs-hook: fix test's initramfs layout for Ubuntu and
         allow blowfish test use 64Mb of provisioned space (drop --size)
       + debian/tests/control: disable cryptdisks test
 .
 cryptsetup (2:2.6.1-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * d/README.Debian: Explicitly set cswap1's device type to 'plain'.
     (Closes: #1025136)
   * d/control: Update standards version to 4.6.2, no changes needed.
   * d/clean: Add some gitignore(5)'d files. (Closes: #1026838)
   * cryptgnupg-sc hook: Look terminfo file in /usr/share/terminfo in adition
     to /lib/terminfo, see #1028202. (Closes: 1028234)
   * d/copyright: Bump copyright years.
 .
 cryptsetup (2:2.6.0-2) unstable; urgency=low
 .
   * libcryptsetup-dev: Add 'Depends: libargon2-dev, libblkid-dev,
     libdevmapper-dev, libjson-c-dev, libssl-dev, uuid-dev' to account for
     libcryptsetup.pc's Requires.private.  Closes: #1025054.
 .
 cryptsetup (2:2.6.0-1) unstable; urgency=low
 .
   * New upstream release 2.6.0.
 .
 cryptsetup (2:2.6.0~rc0-1) experimental; urgency=medium
 .
   * New upstream release candidate 2.6.0, introducing support for handling
     macOS FileVault2 devices (FVAULT2).  The new version of FileVault based on
     the APFS filesystem used in recent macOS versions is currently not
     supported: only the (legacy) FileVault2 format based on Core Storage and
     HFS+ filesystem (introduced in MacOS X 10.7 Lion) is supported.  Moreover
     header formatting and changes are not supported; cryptsetup never changes
     the metadata on the device.
     Closes: #923513.
   * Update d/copyright for 2:2.6.0~rc0-1.
   * Ship cryptsetup-fvault2Dump(8) and cryptsetup-fvault2Open(8) to
     cryptsetup-bin binary package.
   * Update d/libcryptsetup12.symbols for 2:2.6.0~rc0-1.
   * Add 'fvault2' flag to crypttab(5) to force detection of Apple's FileVault2
     volumes.
   * d/rules: Add new target execute_before_dh_auto_test so blhc ignores
     compilations of tests/*.c.
   * d/u/metadata: Set 'Security-Contact' upstream metadata field.
Checksums-Sha1:
 c6a60b5a2a7e791687a5f3a11352cd677049bf9b 3772 cryptsetup_2.6.1-1ubuntu1.dsc
 0d4c4329fff5bcdebbcfc26573821e4e6a4af82d 11488981 cryptsetup_2.6.1.orig.tar.gz
 66441cc73cb611bd432bab429416e6dbd8ed74e7 167144 cryptsetup_2.6.1-1ubuntu1.debian.tar.xz
 f2caa71ecaab1372d1bd27c43a765e6b2e4d2f1f 8022 cryptsetup_2.6.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 691980cdfcf9764da583a00f4b9d4b2df7d75d9bbafde4356a6009f67f8c0231 3772 cryptsetup_2.6.1-1ubuntu1.dsc
 b8adeb071bb396a1a8515f1d54b4cc8901a536d0da3f5970971beb2ec8427c17 11488981 cryptsetup_2.6.1.orig.tar.gz
 00bdec225b33fcd0b9271975303d218a55eca299a2b18264f225e16258676422 167144 cryptsetup_2.6.1-1ubuntu1.debian.tar.xz
 23cb3d24c7a6be1d8ebc065e566a234e62d7d371cf9bc38e02aa64fd85052b21 8022 cryptsetup_2.6.1-1ubuntu1_source.buildinfo
Files:
 7f3448dc3d0f315eb1521b82db769f22 3772 admin optional cryptsetup_2.6.1-1ubuntu1.dsc
 2a55f71777b0cb6197cde7f57822b51f 11488981 admin optional cryptsetup_2.6.1.orig.tar.gz
 023db76ad99dcfd1472eb59793b1240b 167144 admin optional cryptsetup_2.6.1-1ubuntu1.debian.tar.xz
 9d6445e9cd88b203e97d2f6613977bfa 8022 admin optional cryptsetup_2.6.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at alioth-lists.debian.net>


More information about the lunar-changes mailing list