From 56e4090107c2bce0c8d8a1850050ef5d85f9cbfb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 10:39:35 +0200 Subject: Merging debian version 2:2.7.2-2. Signed-off-by: Daniel Baumann --- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- debian/tests/utils/mkinitramfs | 3 +-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d09fe19..18aecb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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. + + -- Guilhem Moulin Mon, 15 Apr 2024 00:51:12 +0200 + cryptsetup (2:2.7.2-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index 40ecd0c..0ed21e5 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Build-Depends: asciidoctor , uuid-dev, xsltproc , xxd -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://gitlab.com/cryptsetup/cryptsetup Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/cryptsetup Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/cryptsetup @@ -103,7 +103,7 @@ Depends: busybox | busybox-static, initramfs-tools (>= 0.137) | linux-initramfs-tool, ${misc:Depends} Recommends: console-setup, kbd -Breaks: cryptsetup (<< 2:2.0.3-1) +Breaks: cryptsetup (<< 2:2.0.3-1), libcryptsetup12 (<< 2:2.7.2-1) Replaces: cryptsetup (<< 2:2.0.3-1) Conflicts: lvm2 (<< 2.03.15-1) Description: disk encryption support - initramfs integration diff --git a/debian/tests/utils/mkinitramfs b/debian/tests/utils/mkinitramfs index 6bc70f4..d66ed75 100755 --- a/debian/tests/utils/mkinitramfs +++ b/debian/tests/utils/mkinitramfs @@ -109,10 +109,9 @@ copy_exec /sbin/dmsetup copy_exec /usr/bin/dpkg-deb copy_exec /bin/tar -# assume ossl-modules/legacy.so and libgcc_s.so are relative to the linked libcryptsetup.so +# assume ossl-modules/legacy.so is relative to the linked libcryptsetup.so libdir="$(env --unset=LD_PRELOAD ldd /sbin/cryptsetup | sed -nr '/.*=>\s*(\S+)\/libcryptsetup\.so\..*/ {s//\1/p;q}')" copy_exec "$libdir/ossl-modules/legacy.so" || true -copy_libgcc "$libdir" for p in /sbin/cryptsetup /sbin/lvm /sbin/mdadm /sbin/mke2fs /sbin/mkfs.btrfs /bin/btrfs; do if [ -x "$p" ]; then -- cgit v1.2.3