[ubuntu/kinetic-proposed] cryptsetup 2:2.5.0-1ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Thu Aug 4 12:07:12 UTC 2022


cryptsetup (2:2.5.0-1ubuntu1) kinetic; urgency=medium

  * Merge from Debian unstable. 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: (LP: #1830110)
      - 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
    - Stop building the udeb on request.
  * d/initramfs/hooks/cryptroot: Include OpenSSL legacy.so for ripemd160 and
    whirlpool hash algorithms (LP: #1979159)
  * Disable failing Debian-tailored cryptroot-* autopkgtests, see bug #1983522

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

  * d/copyright: Fix licence for tokens/ssh/cryptsetup-ssh.c.
  * Remove patches applied upstream.
  * Rename 'ssh-plugin-test' to 'ssh-test-plugin'.
  * Add DEP-8 tests for cryptroot unlocking at early boot stage.

cryptsetup (2:2.5.0~rc1-3) experimental; urgency=medium

  * DEP-8: Add 'Features: test-name=' in order to name inline tests.
  * d/t/control: Add 'Restrictions: rw-build-tree' to upstream-testsuite.
  * d/control: Remove cryptsetup-reencrypt from cryptsetup-bin package
    description since the utility was removed upstream in v2.5.0-rc1.
  * d/changelog: Retroactively correct 2:2.4.0~rc0-1+exp1 entry.
  * Update d/patches with what's landed upstream since v2.5.0-rc1.
  * d/patches, d/rules: Pass $(LDFLAGS) when building fake_token_path.so and
    no longer silence blhc(1) for test files.
  * Move SSH token plugin stuff into new binary package 'cryptsetup-ssh'.
    That plugin is arguably not useful for everyone and we can save the
    'Depends: libssh-4' on cryptsetup-bin by moving cryptsetup-ssh(8) and
    libcryptsetup-token-ssh.so to a separate package.  Since LUKS2 SSH token
    support was added after the Bullseye release, and since it is still in
    experimental stage, we don't let cryptsetup-bin or cryptsetup depend on
    the new binary package.  Users who need that feature will need to install
    it manually.

cryptsetup (2:2.5.0~rc1-2) experimental; urgency=medium

  * localtest: Treat skipped tests as failure for full coverage.
  * d/watch: Add uversionmangle option for release candidates.
  * unit-wipe-test: Skip DIO tests when the file system doesn't support
    O_DIRECT.  This is needed on the buildds where the source tree appears to
    be on a tmpfs.

cryptsetup (2:2.5.0~rc1-1) experimental; urgency=low

  * New upstream release candidate 2.5.0.  Highlights include:
    + Remove cryptsetup-reencrypt(8) executable, use `cryptsetup reencrypt`
      instead (for both LUKS1 and LUKS2).
    + Split manual pages into per-action pages, for instance cryptsetup-open.8
      which can be consulted with `man cryptsetup open`.
    + Add LUKS2 encryption removal support with `cryptsetup reencrypt
      --decrypt`.
    + Preserve unknown metadata option (features implemented in more recent
      cryptsetup releases) during reencryption.
  * Salsa CI's deploy stage: Use a Bullseye image.
  * Salsa CI's deploy stage: Use apt-get(8) not apt(8).
  * Salsa CI's deploy stage: Replace `cp` with `install`.
  * Salsa CI's reprotest job: Remove '--no-diffoscope' flag.
  * Salsa CI's reprotest job: Update reason for running under 'nocheck' build
    profile.
  * d/README.source: Update text to reflect current practices.
  * DEP-8: Run installed binaries and libraries through the full upstream test
    suite (needs machine-level isolation).
  * Retroactivately add NEWS.Debian for #949336.
  * d/t/control: Add 'Depends: xxd' for 'Tests: cryptdisks' stanza.
  * foreach_cryptdev(): Process each device *after* its slaves.
  * do_stop(): Remove device holders beforehand. (Closes: #1006802)
  * Fix space damage.
  * d/u/metadata: Add FAQ URL.
  * Refresh lintian overrides to accommodate lintian v2.115.
  * d/control: New Build-Depends: asciidoctor (unless under 'nodoc' build
    profile).
  * d/cryptsetup.docs: Fix FAQ filename.
  * Move usr/share/man/*/* glob to debian/*.manpages where it belongs.
  * Update d/libcryptsetup12.symbols.
  * Bump Standards-Version to 4.6.1 (no changes needed).
  * Update d/copyright.

Date: Thu, 04 Aug 2022 12:30:02 +0200
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cryptsetup/2:2.5.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 04 Aug 2022 12:30:02 +0200
Source: cryptsetup
Built-For-Profiles: noudeb
Architecture: source
Version: 2:2.5.0-1ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Closes: 1006802
Launchpad-Bugs-Fixed: 1830110 1979159
Changes:
 cryptsetup (2:2.5.0-1ubuntu1) kinetic; urgency=medium
 .
   * Merge from Debian unstable. 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: (LP: #1830110)
       - 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
     - Stop building the udeb on request.
   * d/initramfs/hooks/cryptroot: Include OpenSSL legacy.so for ripemd160 and
     whirlpool hash algorithms (LP: #1979159)
   * Disable failing Debian-tailored cryptroot-* autopkgtests, see bug #1983522
 .
 cryptsetup (2:2.5.0-1) unstable; urgency=medium
 .
   * d/copyright: Fix licence for tokens/ssh/cryptsetup-ssh.c.
   * Remove patches applied upstream.
   * Rename 'ssh-plugin-test' to 'ssh-test-plugin'.
   * Add DEP-8 tests for cryptroot unlocking at early boot stage.
 .
 cryptsetup (2:2.5.0~rc1-3) experimental; urgency=medium
 .
   * DEP-8: Add 'Features: test-name=' in order to name inline tests.
   * d/t/control: Add 'Restrictions: rw-build-tree' to upstream-testsuite.
   * d/control: Remove cryptsetup-reencrypt from cryptsetup-bin package
     description since the utility was removed upstream in v2.5.0-rc1.
   * d/changelog: Retroactively correct 2:2.4.0~rc0-1+exp1 entry.
   * Update d/patches with what's landed upstream since v2.5.0-rc1.
   * d/patches, d/rules: Pass $(LDFLAGS) when building fake_token_path.so and
     no longer silence blhc(1) for test files.
   * Move SSH token plugin stuff into new binary package 'cryptsetup-ssh'.
     That plugin is arguably not useful for everyone and we can save the
     'Depends: libssh-4' on cryptsetup-bin by moving cryptsetup-ssh(8) and
     libcryptsetup-token-ssh.so to a separate package.  Since LUKS2 SSH token
     support was added after the Bullseye release, and since it is still in
     experimental stage, we don't let cryptsetup-bin or cryptsetup depend on
     the new binary package.  Users who need that feature will need to install
     it manually.
 .
 cryptsetup (2:2.5.0~rc1-2) experimental; urgency=medium
 .
   * localtest: Treat skipped tests as failure for full coverage.
   * d/watch: Add uversionmangle option for release candidates.
   * unit-wipe-test: Skip DIO tests when the file system doesn't support
     O_DIRECT.  This is needed on the buildds where the source tree appears to
     be on a tmpfs.
 .
 cryptsetup (2:2.5.0~rc1-1) experimental; urgency=low
 .
   * New upstream release candidate 2.5.0.  Highlights include:
     + Remove cryptsetup-reencrypt(8) executable, use `cryptsetup reencrypt`
       instead (for both LUKS1 and LUKS2).
     + Split manual pages into per-action pages, for instance cryptsetup-open.8
       which can be consulted with `man cryptsetup open`.
     + Add LUKS2 encryption removal support with `cryptsetup reencrypt
       --decrypt`.
     + Preserve unknown metadata option (features implemented in more recent
       cryptsetup releases) during reencryption.
   * Salsa CI's deploy stage: Use a Bullseye image.
   * Salsa CI's deploy stage: Use apt-get(8) not apt(8).
   * Salsa CI's deploy stage: Replace `cp` with `install`.
   * Salsa CI's reprotest job: Remove '--no-diffoscope' flag.
   * Salsa CI's reprotest job: Update reason for running under 'nocheck' build
     profile.
   * d/README.source: Update text to reflect current practices.
   * DEP-8: Run installed binaries and libraries through the full upstream test
     suite (needs machine-level isolation).
   * Retroactivately add NEWS.Debian for #949336.
   * d/t/control: Add 'Depends: xxd' for 'Tests: cryptdisks' stanza.
   * foreach_cryptdev(): Process each device *after* its slaves.
   * do_stop(): Remove device holders beforehand. (Closes: #1006802)
   * Fix space damage.
   * d/u/metadata: Add FAQ URL.
   * Refresh lintian overrides to accommodate lintian v2.115.
   * d/control: New Build-Depends: asciidoctor (unless under 'nodoc' build
     profile).
   * d/cryptsetup.docs: Fix FAQ filename.
   * Move usr/share/man/*/* glob to debian/*.manpages where it belongs.
   * Update d/libcryptsetup12.symbols.
   * Bump Standards-Version to 4.6.1 (no changes needed).
   * Update d/copyright.
Checksums-Sha1:
 9ec7589d062776260535605fa7172c6d95f0bbd3 3553 cryptsetup_2.5.0-1ubuntu1.dsc
 b99ce1844c94f51d29d0a875f560e7a77d0e0994 11481887 cryptsetup_2.5.0.orig.tar.gz
 33a8f3fb90e58247b0bd6dd4eb051959b54426c9 155808 cryptsetup_2.5.0-1ubuntu1.debian.tar.xz
 8979dfa1a51afc343540430230071832fc1d10a4 7110 cryptsetup_2.5.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
 ea2914a644800f9288b17e98e7e9a7ea5b979c4e6b0558941d013e87f15f22c3 3553 cryptsetup_2.5.0-1ubuntu1.dsc
 91c6583435a5da7d2fdd208dd02543e0dbe4bd2125b27c05118db8cc0ad63ff0 11481887 cryptsetup_2.5.0.orig.tar.gz
 a071b7b6ae5ae220c2d562ddc69045e9ed5365c72fae893bf4267e32bda429e7 155808 cryptsetup_2.5.0-1ubuntu1.debian.tar.xz
 79ada73c9fdca0d083a5ed50e2af6c2474e8c35e34e060ac837c0118f5e4f36c 7110 cryptsetup_2.5.0-1ubuntu1_source.buildinfo
Files:
 c9f915672c5866a372f06956e32b1da2 3553 admin optional cryptsetup_2.5.0-1ubuntu1.dsc
 1765b291972e45d98807caf95038cbf4 11481887 admin optional cryptsetup_2.5.0.orig.tar.gz
 7594db55d2e06460875094c33ca2d517 155808 admin optional cryptsetup_2.5.0-1ubuntu1.debian.tar.xz
 843aedb62126dc6621ef04476f437a01 7110 admin optional cryptsetup_2.5.0-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at alioth-lists.debian.net>


More information about the kinetic-changes mailing list