[ubuntu/oracular-proposed] cryptsetup 2:2.7.2-2ubuntu1 (Accepted)

Mate Kukri mate.kukri at canonical.com
Fri Jul 26 15:52:11 UTC 2024


cryptsetup (2:2.7.2-2ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Support zstd compressed modules for the self test.
    - Compile-in support for a FIPS mode. LP #2032659
    - 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.
    - 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
    - initramfs hook: Combine calls to manual_add_modules (LP #2065180)
    - Fix cryptroot-unlock behavior on narrow terminals (LP #1968636)

cryptsetup (2:2.7.2-2) unstable; urgency=medium

  * Update standards version to 4.7.0, no changes needed.
  * d/crontrol: cryptsetup-initramfs: Add Breaks: libcryptsetup12 (<<
    2:2.7.2-1) since the hook assumes libcryptsetup.so.12 is not linked with
    libargon2.so. (Closes: #1068849)
  * d/t/utils/mkinitramfs: Remove obsolete copy_libgcc() call.

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

  * New bugfix upstream release.
    + Fix various issues with OPAL devices.
  * Use OpenSSL's own argon2 implementation rather than libargon2.  This drops
    libargon2 from (Build-)Depends and bumps the minimum required OpenSSL
    version to 3.2.
  * d/control: cryptsetup Depends: Bump minimum cryptsetup-bin version to
    2:2.7.2-1 as the wrapper no longer contain workarounds for libargon2 and
    libgcc_s.
  * d/copyright: Update licensing information to reflect upstream's
    relicensing of its FAQ and an older miscellaneous script.

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

  * New bugfix upstream release.

  [ Guilhem Moulin ]
  * d/functions: get_mnt_devno(): Speed up execution time on large
    /proc/mounts.
  * d/t/cryptroot-*: Fix DEP-8 tests when the kernel .deb installs modules in
    /usr/lib/modules not /lib/modules, such as
    linux-image-6.6.15-686-pae_6.6.15-2_i386.deb.
  * d/cryptsetup.lintian-overrides: Remove unused overrides.

  [ Helmut Grohne ]
  * /lib/cryptsetup/askpass: Coordinated move to /usr for DEP17
    (Closes: #1060270)

Date: Mon, 15 Jul 2024 09:39:31 +0100
Changed-By: Mate Kukri <mate.kukri at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Nick Rosbrook <nick.rosbrook at canonical.com>
https://launchpad.net/ubuntu/+source/cryptsetup/2:2.7.2-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 15 Jul 2024 09:39:31 +0100
Source: cryptsetup
Built-For-Profiles: noudeb
Architecture: source
Version: 2:2.7.2-2ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mate Kukri <mate.kukri at canonical.com>
Closes: 1060270 1068849
Changes:
 cryptsetup (2:2.7.2-2ubuntu1) oracular; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - Support zstd compressed modules for the self test.
     - Compile-in support for a FIPS mode. LP #2032659
     - 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.
     - 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
     - initramfs hook: Combine calls to manual_add_modules (LP #2065180)
     - Fix cryptroot-unlock behavior on narrow terminals (LP #1968636)
 .
 cryptsetup (2:2.7.2-2) unstable; urgency=medium
 .
   * Update standards version to 4.7.0, no changes needed.
   * d/crontrol: cryptsetup-initramfs: Add Breaks: libcryptsetup12 (<<
     2:2.7.2-1) since the hook assumes libcryptsetup.so.12 is not linked with
     libargon2.so. (Closes: #1068849)
   * d/t/utils/mkinitramfs: Remove obsolete copy_libgcc() call.
 .
 cryptsetup (2:2.7.2-1) unstable; urgency=medium
 .
   * New bugfix upstream release.
     + Fix various issues with OPAL devices.
   * Use OpenSSL's own argon2 implementation rather than libargon2.  This drops
     libargon2 from (Build-)Depends and bumps the minimum required OpenSSL
     version to 3.2.
   * d/control: cryptsetup Depends: Bump minimum cryptsetup-bin version to
     2:2.7.2-1 as the wrapper no longer contain workarounds for libargon2 and
     libgcc_s.
   * d/copyright: Update licensing information to reflect upstream's
     relicensing of its FAQ and an older miscellaneous script.
 .
 cryptsetup (2:2.7.1-1) unstable; urgency=medium
 .
   * New bugfix upstream release.
 .
   [ Guilhem Moulin ]
   * d/functions: get_mnt_devno(): Speed up execution time on large
     /proc/mounts.
   * d/t/cryptroot-*: Fix DEP-8 tests when the kernel .deb installs modules in
     /usr/lib/modules not /lib/modules, such as
     linux-image-6.6.15-686-pae_6.6.15-2_i386.deb.
   * d/cryptsetup.lintian-overrides: Remove unused overrides.
 .
   [ Helmut Grohne ]
   * /lib/cryptsetup/askpass: Coordinated move to /usr for DEP17
     (Closes: #1060270)
Checksums-Sha1:
 f22612690034c6aa2ad83470068d4355d3d4e6c2 3677 cryptsetup_2.7.2-2ubuntu1.dsc
 abc7e877c0b1524b75714510a895a57d76a4f3c3 11767168 cryptsetup_2.7.2.orig.tar.gz
 fccfe2c41e4ac31d2582aaff741997238e470d99 174540 cryptsetup_2.7.2-2ubuntu1.debian.tar.xz
 b36a929f95c1c87e2c387d50338bf6f59c583a8b 8196 cryptsetup_2.7.2-2ubuntu1_source.buildinfo
Checksums-Sha256:
 a49aef336cbb299a9e0f0c96faecf05d4e3acf85bc8a5907240c59da0c33509a 3677 cryptsetup_2.7.2-2ubuntu1.dsc
 f6312c49cdcc19fb8698a2761d991ecafbffd97d3c6c79ce7e11a1a18d75f5c8 11767168 cryptsetup_2.7.2.orig.tar.gz
 2ed275b2488cc4ac960f4541364e67aef50a9ba63948f8d1466f70347216fdd7 174540 cryptsetup_2.7.2-2ubuntu1.debian.tar.xz
 25f0db3b6245d406e785d569887da52731ea4ab9f98127fdaa0bcec90fcb5625 8196 cryptsetup_2.7.2-2ubuntu1_source.buildinfo
Files:
 4f95d570185b6c88596b00a9f49df042 3677 admin optional cryptsetup_2.7.2-2ubuntu1.dsc
 703211e26ef4f4f66556e91267d4bc72 11767168 admin optional cryptsetup_2.7.2.orig.tar.gz
 ac8df52f5fec0f4c983b6440019c7d09 174540 admin optional cryptsetup_2.7.2-2ubuntu1.debian.tar.xz
 b4856825407309bffabf524846db4ea8 8196 admin optional cryptsetup_2.7.2-2ubuntu1_source.buildinfo
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at alioth-lists.debian.net>
Vcs-Git: https://git.launchpad.net/~mkukri/ubuntu/+source/cryptsetup
Vcs-Git-Commit: 67d7d324c934c6ed117013d316ac6530a390feb1
Vcs-Git-Ref: refs/heads/merge-2.7.2-2


More information about the oracular-changes mailing list