[ubuntu/mantic-proposed] cryptsetup 2:2.6.1-4ubuntu1 (Accepted)

Vladimir Petko vladimir.petko at canonical.com
Mon May 15 15:55:14 UTC 2023


cryptsetup (2:2.6.1-4ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2019292). 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-4) unstable; urgency=medium

  * Backport upstream MR !498, see #1028250:
    + 7893c33d: Check for physical memory available also in PBKDF benchmark.
    + 6721d3a8: Use only half of detected free memory on systems without swap.

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

  [ Guilhem Moulin ]
  * initramfs hook: Fix copy_libgcc_argon2() on non merged-/usr systems.
    (Closes: #1032518)
  * Backport upstream MR !490, see #1028250:
    + 27f8e5c0: Try to avoid OOM killer on low-memory systems without swap
    + 899bad8c: Print warning when keyslot requires more memory than available
  * d/t/initramfs-hook: Pass `-xdev` to `find "$INITRD_DIR"` in order to solve
    a race condition in that autopkgtest.

  [ Remus-Gabriel Chelu ]
  * Add Romanian debconf templates translation. (Closes: #1031497)

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

  * initramfs hook: Explicitly call copy_libgcc().  The recent libargon2-1
    upgrade is built with glibc ≥2.34 hence no longer links libpthread.  This
    in turns means that initramfs-tool's copy_exec() is no longer able to
    detect pthread_*() need and thus doesn't copy libgcc_s.so anymore.  So we
    need to do it manually instead.  Closes: #1032221

Date: Mon, 15 May 2023 09:55:25 +1200
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-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 15 May 2023 09:55:25 +1200
Source: cryptsetup
Built-For-Profiles: noudeb
Architecture: source
Version: 2:2.6.1-4ubuntu1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Vladimir Petko <vladimir.petko at canonical.com>
Closes: 1031497 1032221 1032518
Launchpad-Bugs-Fixed: 1983522 2019292
Changes:
 cryptsetup (2:2.6.1-4ubuntu1) mantic; urgency=medium
 .
   * Merge with Debian unstable (LP: #2019292). 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-4) unstable; urgency=medium
 .
   * Backport upstream MR !498, see #1028250:
     + 7893c33d: Check for physical memory available also in PBKDF benchmark.
     + 6721d3a8: Use only half of detected free memory on systems without swap.
 .
 cryptsetup (2:2.6.1-3) unstable; urgency=medium
 .
   [ Guilhem Moulin ]
   * initramfs hook: Fix copy_libgcc_argon2() on non merged-/usr systems.
     (Closes: #1032518)
   * Backport upstream MR !490, see #1028250:
     + 27f8e5c0: Try to avoid OOM killer on low-memory systems without swap
     + 899bad8c: Print warning when keyslot requires more memory than available
   * d/t/initramfs-hook: Pass `-xdev` to `find "$INITRD_DIR"` in order to solve
     a race condition in that autopkgtest.
 .
   [ Remus-Gabriel Chelu ]
   * Add Romanian debconf templates translation. (Closes: #1031497)
 .
 cryptsetup (2:2.6.1-2) unstable; urgency=medium
 .
   * initramfs hook: Explicitly call copy_libgcc().  The recent libargon2-1
     upgrade is built with glibc ≥2.34 hence no longer links libpthread.  This
     in turns means that initramfs-tool's copy_exec() is no longer able to
     detect pthread_*() need and thus doesn't copy libgcc_s.so anymore.  So we
     need to do it manually instead.  Closes: #1032221
Checksums-Sha1:
 e0001d034094f4ca022e7193431012014bae9196 3772 cryptsetup_2.6.1-4ubuntu1.dsc
 b47ac4cd511bd72b865af02345589e8f874bbf39 171000 cryptsetup_2.6.1-4ubuntu1.debian.tar.xz
 5b56ef27adf45967a79fd261598532b54df4991d 7448 cryptsetup_2.6.1-4ubuntu1_source.buildinfo
Checksums-Sha256:
 ec20851a76279d349947e6237e8896268f374b906f64c96899b1bda0a713b118 3772 cryptsetup_2.6.1-4ubuntu1.dsc
 8aeb32f072b56139206443f54425b0bdbf1ab210756557aea06319b1774a832a 171000 cryptsetup_2.6.1-4ubuntu1.debian.tar.xz
 f245c27e4029fe0a9162d21becb2b3e26d4ca82f9d5ba3f9f2e4a12e7deab627 7448 cryptsetup_2.6.1-4ubuntu1_source.buildinfo
Files:
 232a08e7001b8edf25673604a207aa77 3772 admin optional cryptsetup_2.6.1-4ubuntu1.dsc
 9ae20991fac7bf0b4f8a43c2c5d275d0 171000 admin optional cryptsetup_2.6.1-4ubuntu1.debian.tar.xz
 c8ab92b2fd7357b1e3f72d2aeccb84cf 7448 admin optional cryptsetup_2.6.1-4ubuntu1_source.buildinfo
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at alioth-lists.debian.net>
Vcs-Git: https://git.launchpad.net/~vorlon/ubuntu/+source/cryptsetup
Vcs-Git-Commit: 1b5cf9032b17b695435d7ba47e0e7c2995c54c93
Vcs-Git-Ref: refs/heads/debian/sid


More information about the mantic-changes mailing list