[ubuntu/disco-proposed] cryptsetup 2:2.0.6-1ubuntu1 (Accepted)
Dimitri John Ledkov
xnox at ubuntu.com
Tue Feb 5 14:07:13 UTC 2019
cryptsetup (2:2.0.6-1ubuntu1) disco; urgency=medium
* Merge from Debian unstable.
* Remaining changes:
- debian/control:
+ Recommend plymouth.
+ Invert the "busybox | busybox-static" Recommends, as the latter
is the one we ship in main as part of the ubuntu-standard task.
- Apply patch from Trent Nelson to fix cryptroot-unlock for busybox
compatibility. LP: #1651818
* Dropped delta sector_size support, merged in Debian.
cryptsetup (2:2.0.6-1) unstable; urgency=medium
* New upstream bugfix release. Highlights include:
- Fix support of larger metadata areas in LUKS2 header.
- Fix checking of device size alignment and hash & AEAD algorithms to
avoid formatting devices that later cannot be activated.
- Fix cryptsetup-reencrypt interrupt handling.
- Allow Adiantum cipher construction (require Linux 4.21 or later).
cryptsetup (2:2.0.5-2) unstable; urgency=medium
* debian/initramfs/hooks/*: Skip call to copy_file() when the target already
exists (as the function return value 1 in the case).
* OpenPGP Smartcard support, based on work by Peter Lebbing and Erik
Nellessen. (Closes: #888916, #903163.)
* Move header presence check to crypttab_parse_options() from
unlock_mapping(). Having the presence checks in unlock_mapping() caused
dummy password prompts in interactive mode when the LUKS header file was
missing. Regression since 2:2.0.3-2. (Closes: #914458.)
cryptsetup (2:2.0.5-1) unstable; urgency=medium
* New upstream release.
* Remove d/patches/Disable-blockwise-compat-test-as-it-s-FS-dependent.patch
as the test suite no longer fails on misaligned I/O in O_DIRECT mode.
(Cf. upstream issue #403.)
cryptsetup (2:2.0.4-3) unstable; urgency=medium
[ Guilhem Moulin ]
* debian/initramfs/hooks/cryptroot:
+ Make _CRYPTTAB_* variables local to crypttab_find_and_print_entry().
(Closes: #907243.)
+ Silence the warning that honoring CRYPTSETUP="[y|n]" in the config is
deprecated when the variable is set to "y". (Keep the warning when it's
set to "n" though.) Closes: #908220.
* debian/functions: Make get_crypt_type() set variable CRYPTTAB_TYPE to the
type of crypt device ("luks" / "plain" / "tcrypt").
* debian/initramfs/scripts/local-top/cryptroot: Don't complain that
(successful) unlocking of a LUKS device doesn't yield a known file system.
The check is preserved for plain dm-crypt devices and tcrypt devices.
(Closes: #906283.)
* debian/control: Bump Standards-Version to 4.2.1 (no changes necessary).
* debian/doc/crypttab.xml: Improve formatting.
* debian/cryptsetup-run.lintian-overrides: Remove unused override
init.d-script-possible-missing-stop (x2).
* debian/libcryptsetup12.symbols: Add "Build-Depends-Package:
libcryptsetup-dev" field.
[ Helmut Grohne ]
* Fix FTCBFS: Supply $(CC) from dpkg's buildtools.mk. (Closes: #911042)
[ Dimitri John Ledkov ]
* Implement support for `cryptsetup --sector-size` in crypttab(5).
LP: #1776626.
Date: Tue, 05 Feb 2019 13:43:25 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cryptsetup/2:2.0.6-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 05 Feb 2019 13:43:25 +0000
Source: cryptsetup
Binary: cryptsetup-run cryptsetup-bin cryptsetup-initramfs cryptsetup libcryptsetup12 libcryptsetup-dev cryptsetup-udeb libcryptsetup12-udeb
Architecture: source
Version: 2:2.0.6-1ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
cryptsetup - transitional dummy package for cryptsetup-{run,initramfs}
cryptsetup-bin - disk encryption support - command line tools
cryptsetup-initramfs - disk encryption support - initramfs integration
cryptsetup-run - disk encryption support - startup scripts
cryptsetup-udeb - disk encryption support - commandline tools (udeb) (udeb)
libcryptsetup-dev - disk encryption support - development files
libcryptsetup12 - disk encryption support - shared library
libcryptsetup12-udeb - disk encryption support - shared library (udeb) (udeb)
Closes: 888916 903163 906283 907243 908220 911042 914458
Launchpad-Bugs-Fixed: 1651818 1776626
Changes:
cryptsetup (2:2.0.6-1ubuntu1) disco; urgency=medium
.
* Merge from Debian unstable.
* Remaining changes:
- debian/control:
+ Recommend plymouth.
+ Invert the "busybox | busybox-static" Recommends, as the latter
is the one we ship in main as part of the ubuntu-standard task.
- Apply patch from Trent Nelson to fix cryptroot-unlock for busybox
compatibility. LP: #1651818
* Dropped delta sector_size support, merged in Debian.
.
cryptsetup (2:2.0.6-1) unstable; urgency=medium
.
* New upstream bugfix release. Highlights include:
- Fix support of larger metadata areas in LUKS2 header.
- Fix checking of device size alignment and hash & AEAD algorithms to
avoid formatting devices that later cannot be activated.
- Fix cryptsetup-reencrypt interrupt handling.
- Allow Adiantum cipher construction (require Linux 4.21 or later).
.
cryptsetup (2:2.0.5-2) unstable; urgency=medium
.
* debian/initramfs/hooks/*: Skip call to copy_file() when the target already
exists (as the function return value 1 in the case).
* OpenPGP Smartcard support, based on work by Peter Lebbing and Erik
Nellessen. (Closes: #888916, #903163.)
* Move header presence check to crypttab_parse_options() from
unlock_mapping(). Having the presence checks in unlock_mapping() caused
dummy password prompts in interactive mode when the LUKS header file was
missing. Regression since 2:2.0.3-2. (Closes: #914458.)
.
cryptsetup (2:2.0.5-1) unstable; urgency=medium
.
* New upstream release.
* Remove d/patches/Disable-blockwise-compat-test-as-it-s-FS-dependent.patch
as the test suite no longer fails on misaligned I/O in O_DIRECT mode.
(Cf. upstream issue #403.)
.
cryptsetup (2:2.0.4-3) unstable; urgency=medium
.
[ Guilhem Moulin ]
* debian/initramfs/hooks/cryptroot:
+ Make _CRYPTTAB_* variables local to crypttab_find_and_print_entry().
(Closes: #907243.)
+ Silence the warning that honoring CRYPTSETUP="[y|n]" in the config is
deprecated when the variable is set to "y". (Keep the warning when it's
set to "n" though.) Closes: #908220.
* debian/functions: Make get_crypt_type() set variable CRYPTTAB_TYPE to the
type of crypt device ("luks" / "plain" / "tcrypt").
* debian/initramfs/scripts/local-top/cryptroot: Don't complain that
(successful) unlocking of a LUKS device doesn't yield a known file system.
The check is preserved for plain dm-crypt devices and tcrypt devices.
(Closes: #906283.)
* debian/control: Bump Standards-Version to 4.2.1 (no changes necessary).
* debian/doc/crypttab.xml: Improve formatting.
* debian/cryptsetup-run.lintian-overrides: Remove unused override
init.d-script-possible-missing-stop (x2).
* debian/libcryptsetup12.symbols: Add "Build-Depends-Package:
libcryptsetup-dev" field.
.
[ Helmut Grohne ]
* Fix FTCBFS: Supply $(CC) from dpkg's buildtools.mk. (Closes: #911042)
.
[ Dimitri John Ledkov ]
* Implement support for `cryptsetup --sector-size` in crypttab(5).
LP: #1776626.
Checksums-Sha1:
ef7ea1646453bab03dfc5df454c7c2581bed3956 2599 cryptsetup_2.0.6-1ubuntu1.dsc
6521ab1e2be40fdea4d9cc35a69f788fe01421ef 10642470 cryptsetup_2.0.6.orig.tar.gz
ceb67ec650a32d94b1b74fbd540c761c4876dc78 109608 cryptsetup_2.0.6-1ubuntu1.debian.tar.xz
a3b00ffb28fd3c66eda2da88026de92457054e1b 6916 cryptsetup_2.0.6-1ubuntu1_source.buildinfo
Checksums-Sha256:
9e89d8de00bfab20fe1118f54ea3b3706c6157b9718020eacbb8fa5ad6d76461 2599 cryptsetup_2.0.6-1ubuntu1.dsc
1d2a2578e4b1ca655996ef31bc19574cefc196cd7c99211acfb0edbe21a69dc9 10642470 cryptsetup_2.0.6.orig.tar.gz
1ad2ab606f13a14e6aafb5120d7a9713f3fb12d20420d7ef46f778529f736d40 109608 cryptsetup_2.0.6-1ubuntu1.debian.tar.xz
cb875b8230d108ed106ccd3b414c31a8625e340447474058168f1e7d1dd268cc 6916 cryptsetup_2.0.6-1ubuntu1_source.buildinfo
Files:
e47ea1f26cd6565c3299ff0df8ee4ef3 2599 admin optional cryptsetup_2.0.6-1ubuntu1.dsc
236313eeee435d30f16523b00c4ac11a 10642470 admin optional cryptsetup_2.0.6.orig.tar.gz
c1625eff92f6c6c795fa70f70ac875de 109608 admin optional cryptsetup_2.0.6-1ubuntu1.debian.tar.xz
36280735c180d227a8487e415e19dc76 6916 admin optional cryptsetup_2.0.6-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at alioth-lists.debian.net>
-----BEGIN PGP SIGNATURE-----
iQFEBAEBCgAuFiEEdzyZ69ChEXIhenw/ysLYuc0spfkFAlxZk5oQHHhub3hAdWJ1
bnR1LmNvbQAKCRDKwti5zSyl+TO3CACqWB25Zv381BWsEqF4zDa+Gpl5ChBUsQDL
+t38wqR/Bl84TcVfIxmrIq2aNSbKcHqV9L1m6AlGt9Xg1dbL9EKTaevOJ97koU7j
xFfojZLWloifpEL1NeL08ABWEoRAcN4dixiYLfVUqSb931dTNRHfr+hQ+98OavHi
VVktqqIrWegWzTtP1ulGYEQgcAtvXm9xjqCtsHyDbK12iHZqvanqWBu6MxjsLxcd
LEGt+OhmVg2GbesJ0LKx2OIBDJa1ymLx2Q+aLo8CjySnAKfwpjyTTlwILuKCvblE
fxOKbfedLrpkifPRFrnHrD1+JDjYXWkKF9FO+GXgqI7kKTp68xFl
=XzMd
-----END PGP SIGNATURE-----
More information about the Disco-changes
mailing list