Your message dated Thu, 14 Dec 2006 02:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#401370: fixed in cryptsetup 2:1.0.4+svn16-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: cryptsetup Version: 2:1.0.4+svn16-1 Severity: normal CBC is optional in 2.6.19 and can be compiled as a module. LUKS uses cbc by default. I needed the following patch to create a working initrd: ------------ --- /usr/share/initramfs-tools/hooks/cryptroot.old 2006-12-02 21:26:06.000000000 +0100 +++ /usr/share/initramfs-tools/hooks/cryptroot 2006-12-02 21:04:07.000000000 +0100 @@ -364,7 +364,7 @@ # Unless MODULES = "dep", we always add a basic subset of modules/tools if [ "$MODULES" != "dep" ]; then - for mod in dm_mod dm_crypt aes sha256; do + for mod in dm_mod dm_crypt aes sha256 cbc; do manual_add_modules $mod done copy_exec /sbin/cryptsetup /sbin ------------ As far as I can tell this does not break older kernels. manual_add_modules seems to ignore missing modules. -- System Information: Debian Release: 4.0 APT prefers experimental APT policy: (500, 'experimental'), (500, 'unstable'), (300, 'testing'), (150, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.19-mix Locale: LANG=en_US.iso885915, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15) Versions of packages cryptsetup depends on: ii dmsetup 2:1.02.08-1 The Linux Kernel Device Mapper use ii libc6 2.5-0exp3 GNU C Library: Shared libraries ii libdevma 2:1.02.08-1 The Linux Kernel Device Mapper use ii libgcryp 1.2.3-2 LGPL Crypto library - runtime libr ii libgpg-e 1.4-2 library for common error values an ii libpopt0 1.10-3 lib for parsing cmdline parameters ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library cryptsetup recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: cryptsetup Source-Version: 2:1.0.4+svn16-2 We believe that the bug you reported is fixed in the latest version of cryptsetup, which is due to be installed in the Debian FTP archive: cryptsetup-udeb_1.0.4+svn16-2_amd64.udeb to pool/main/c/cryptsetup/cryptsetup-udeb_1.0.4+svn16-2_amd64.udeb cryptsetup_1.0.4+svn16-2.diff.gz to pool/main/c/cryptsetup/cryptsetup_1.0.4+svn16-2.diff.gz cryptsetup_1.0.4+svn16-2.dsc to pool/main/c/cryptsetup/cryptsetup_1.0.4+svn16-2.dsc cryptsetup_1.0.4+svn16-2_amd64.deb to pool/main/c/cryptsetup/cryptsetup_1.0.4+svn16-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonas Meurer <[EMAIL PROTECTED]> (supplier of updated cryptsetup package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 14 Dec 2006 01:41:40 +0100 Source: cryptsetup Binary: cryptsetup cryptsetup-udeb Architecture: source amd64 Version: 2:1.0.4+svn16-2 Distribution: unstable Urgency: high Maintainer: Jonas Meurer <[EMAIL PROTECTED]> Changed-By: Jonas Meurer <[EMAIL PROTECTED]> Description: cryptsetup - configures encrypted block devices cryptsetup-udeb - configures encrypted block devices (udeb) Closes: 401370 402417 Changes: cryptsetup (2:1.0.4+svn16-2) unstable; urgency=high . [ David Härdeman ] * Add cbc to standard list of modules. Thanks to Michael Olbrich <[EMAIL PROTECTED]>. (closes: #401370) * Fix support for crypto-on-evms. Thanks to Enrico Gatto <[EMAIL PROTECTED]>. (closes: #402417) . [ Jonas Meurer ] * urgency=high to get this into etch. Files: d9cd5af2edf83d81e77d3a667d688574 831 admin optional cryptsetup_1.0.4+svn16-2.dsc b6a8c54c40b95494c38ddd27ebcef5a6 42982 admin optional cryptsetup_1.0.4+svn16-2.diff.gz 22236e030c150a7d769a422241a0bf18 262902 admin optional cryptsetup_1.0.4+svn16-2_amd64.deb 518cbe4fa0497ac4e1ef00bc1c6f6d5a 184210 debian-installer optional cryptsetup-udeb_1.0.4+svn16-2_amd64.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFgLU9d6lUs+JfIQIRAjaFAJ43K1Anzxs71W3yDJicDKB2zpzTPgCeJYBM 84eN32agKMgv2lElQCNNMW0= =Jn8l -----END PGP SIGNATURE-----
--- End Message ---

