summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog77
1 files changed, 76 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1666b8f..d15ff89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,55 @@
+cryptsetup (2:2.7.0-1) unstable; urgency=medium
+
+ * Upload to unstable.
+ * Revert "d/gbp.conf: Set ‘debian-branch = debian/experimental’."
+ * Revert "Use OpenSSL's own argon2 implementation" (since sid doesn't have
+ OpenSSL 3.2 yet).
+ * Revert "d/control: cryptsetup Depends: Bump minimum cryptsetup-bin version
+ to 2.7~."
+ * Revert "d/cryptsetup.lintian-overrides: Ignore ‘conflicts-with-version
+ cryptsetup-nuke-password’."
+ * Revert "d/cryptsetup.lintian-overrides: Remove unused overrides."
+ * Revert "/lib/cryptsetup/askpass: coordinated move to /usr for DEP17"
+
+ -- Guilhem Moulin <guilhem@debian.org> Mon, 26 Feb 2024 12:50:46 +0100
+
+cryptsetup (2:2.7.0-1+exp) experimental; urgency=medium
+
+ * New upstream release.
+
+ [ Guilhem Moulin ]
+ * d/control: cryptsetup Depends: Bump minimum cryptsetup-bin version to 2.7~.
+ * d/control: Build-Depends: Replace pkg-config with pkgconf.
+ * d/cryptsetup-suspend.lintian-overrides: Remove alien tag.
+ * d/cryptsetup.lintian-overrides: Remove unused overrides.
+ * d/cryptsetup.lintian-overrides: Add override ‘conflicts-with-version
+ cryptsetup-nuke-password’.
+ * d/t/cryptroot-*: Fix DEP-8 tests with QEMU 8.2.
+
+ [ Helmut Grohne ]
+ * /lib/cryptsetup/askpass: coordinated move to /usr for DEP17.
+ (Closes: #1060270)
+
+ -- Guilhem Moulin <guilhem@debian.org> Mon, 26 Feb 2024 11:57:19 +0100
+
+cryptsetup (2:2.7.0~rc1-1) experimental; urgency=medium
+
+ * New upstream release candidate.
+ * d/gbp.conf: Set ‘debian-branch = debian/experimental’.
+ * Add new DEP-8 test to check crypto backend flags. (And whether system
+ libargon2 is used.)
+ * 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.
+
+ -- Guilhem Moulin <guilhem@debian.org> Wed, 20 Dec 2023 18:28:36 +0100
+
+cryptsetup (2:2.7.0~rc0-2) experimental; urgency=medium
+
+ Rebuild for experimental.
+
+ -- Guilhem Moulin <guilhem@debian.org> Tue, 05 Dec 2023 21:11:42 +0100
+
cryptsetup (2:2.6.1-6~progress7.99u1) graograman-backports; urgency=medium
* Initial reupload to graograman-backports.
@@ -13,7 +65,7 @@ cryptsetup (2:2.6.1-6~progress7.99u1) graograman-backports; urgency=medium
cryptsetup (2:2.6.1-6) unstable; urgency=medium
[ Kevin Locke ]
- * cryptsetup-initramfs: Add support from compressed kernel modules.
+ * cryptsetup-initramfs: Add support for compressed kernel modules.
(Closes: #1036049, #1057441)
[ Guilhem Moulin ]
@@ -23,6 +75,29 @@ cryptsetup (2:2.6.1-6) unstable; urgency=medium
-- Guilhem Moulin <guilhem@debian.org> Tue, 05 Dec 2023 17:48:58 +0100
+cryptsetup (2:2.7.0~rc0-1) experimental; urgency=medium
+
+ * New upstream release candidate 2.7.0:
+ + Add support for (opt-in) hardware OPAL disk encryption.
+ + plain mode: Set default cipher to aes-xts-plain64 and password hashing
+ to sha256. This is a backward incompatible change for plain mode when
+ relying on the defaults. It doesn't affect LUKS volumes. Defaults for
+ plain mode should not be relied upon anyway; for many releases the
+ Debian wrappers found in the ‘cryptsetup’ binary package spew a loud
+ warning when ‘cipher=’ or ‘hash=’ are not explicitly specified in the
+ crypttab(5) options of plain devices. The cryptsetup(8) executable now
+ issue such a warning as well.
+ + Allow activation (open), luksResume, and luksAddKey to use the volume
+ key stored in a keyring.
+ + Allow one to store volume key to a user-specified keyring in open and
+ luksResume commands.
+ * Update d/libcryptsetup12.symbols.
+ * Remove d/patches applied upstream.
+ * Update debian/* to reflect current cipher and hash for plain mode.
+ * d/tests: Replace `passwd --delete` with `busybox passwd -d`.
+
+ -- Guilhem Moulin <guilhem@debian.org> Wed, 29 Nov 2023 17:19:10 +0100
+
cryptsetup (2:2.6.1-5) unstable; urgency=medium
[ Guilhem Moulin ]