[ubuntu/jaunty] cryptsetup 2:1.0.6-7ubuntu1 (Accepted)

Kees Cook kees at ubuntu.com
Tue Jan 6 22:05:13 GMT 2009


cryptsetup (2:1.0.6-7ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/initramfs/cryptroot-script:
      - must source /scripts/functions to get the log_*_msg() functions.
      - wait for encrypted device to show up (LP 164044, 291752).
      - disable error message 'failed to setup lvm device' (LP 151532).
    - debian/rules:
      - fix location of ltmain.sh (Ubuntu-specific until libtool 2.2.x is
        in Debian unstable).
      - link dynamically (LP 62751).
    - add 04_fix_udevsettle_call.patch: fix path to binary for udevsettle.
  * Revert versioned build-depency on libdevmapper-dev, since Ubuntu's
    version is higher now.

cryptsetup (2:1.0.6-7) unstable; urgency=medium

  * Add patches/01_gettext_package.patch: Remove -luks from GETTEXT_PACKAGE
    in configure.in.
  * Support keyfiles option in bash completion. Thanks to Stefan Goebel for
    the patch. (closes: #499936)
  * Update patches/02_manpage.patch: Fix the documnetation of default cipher
    for LUKS mappings. (closes: #495832)
  * Update debian/watch file to reflect the move of project home to
    code.google.com.
  * Check for $CRYPTDISKS_ENABLE in cryptdisks initscripts instead of
    cryptdisks.functions. This way, cryptdisks_start/stop work even with
    $CRYPTDISKS_ENABLE != "yes". Thanks to Pietro Abate. (closes: #506643)
  * Add force-start to cryptdisks(-early).init in order to support starting
    noauto devices manually. Thanks to Niccolo Rigacci. (closes: #505779)
  * Document how to enable remote device unlocking via dropbear ssh server
    in the initramfs during boot process. Thanks to Chris <debian at x.ray.net>
    for the great work. (closes: #465902)
  * Completely remove support and documentation of the timeout option,
    document this in NEWS.Debian. (closes: #495509, #474120)
  * Use exit instead of return in decrypt_ssl keyscript. Thanks to Rene Wagner.
    (closes: #499704)
  * Fix initramfs/cryptpassdev-hook to check for passdev instead of mountdev.
    Thanks to Christoph Anton Mitterer.
  * cryptdisks.functions:
    - Search for keyscript in /lib/cryptdisks/scripts. the cryptoroot initramfs
      script already supports keyscripts without path as argument. Thanks to
      Christoph Anton Mitterer.
  * README.initramfs:
    - Remove the mention of bug #398302 from the section about suspend/resume,
      as this bug has been fixes for some time now.
    - Remove step 6 (mkswap) from the section about decrypt_derived, as it was
      superfluous. Thanks to Helmut Grohe. (closes: #491867)
  * Fix initramfs/cryptroot-script to use the lvm binary instead of vgchange.
    Thanks to Marc Haber. (closes: #506536)
  * Make get_lvm_deps() recursive in initramfs/cryptroot-hook. This is required
    to detect the dm-crypt device in setups with more than one level of device
    mapper mappings. For example if LVM is used with snapshots on top of the
    dm-crypt mapping. Thanks to Christian Jaeger for bugreport and patch, Ben
    Hutchings and Yves-Alexis Perez for help with debugging. (closes: #507721)
  * urgency=medium due to several important fixes.

Date: Tue, 06 Jan 2009 13:00:16 -0800
Changed-By: Kees Cook <kees at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/cryptsetup/2:1.0.6-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 06 Jan 2009 13:00:16 -0800
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb
Architecture: source
Version: 2:1.0.6-7ubuntu1
Distribution: jaunty
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Kees Cook <kees at ubuntu.com>
Description: 
 cryptsetup - configures encrypted block devices
 cryptsetup-udeb - configures encrypted block devices (udeb)
Closes: 465902 474120 491867 495509 495832 499704 499936 505779 506536 506643 507721
Changes: 
 cryptsetup (2:1.0.6-7ubuntu1) jaunty; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - debian/initramfs/cryptroot-script:
       - must source /scripts/functions to get the log_*_msg() functions.
       - wait for encrypted device to show up (LP 164044, 291752).
       - disable error message 'failed to setup lvm device' (LP 151532).
     - debian/rules:
       - fix location of ltmain.sh (Ubuntu-specific until libtool 2.2.x is
         in Debian unstable).
       - link dynamically (LP 62751).
     - add 04_fix_udevsettle_call.patch: fix path to binary for udevsettle.
   * Revert versioned build-depency on libdevmapper-dev, since Ubuntu's
     version is higher now.
 .
 cryptsetup (2:1.0.6-7) unstable; urgency=medium
 .
   * Add patches/01_gettext_package.patch: Remove -luks from GETTEXT_PACKAGE
     in configure.in.
   * Support keyfiles option in bash completion. Thanks to Stefan Goebel for
     the patch. (closes: #499936)
   * Update patches/02_manpage.patch: Fix the documnetation of default cipher
     for LUKS mappings. (closes: #495832)
   * Update debian/watch file to reflect the move of project home to
     code.google.com.
   * Check for $CRYPTDISKS_ENABLE in cryptdisks initscripts instead of
     cryptdisks.functions. This way, cryptdisks_start/stop work even with
     $CRYPTDISKS_ENABLE != "yes". Thanks to Pietro Abate. (closes: #506643)
   * Add force-start to cryptdisks(-early).init in order to support starting
     noauto devices manually. Thanks to Niccolo Rigacci. (closes: #505779)
   * Document how to enable remote device unlocking via dropbear ssh server
     in the initramfs during boot process. Thanks to Chris <debian at x.ray.net>
     for the great work. (closes: #465902)
   * Completely remove support and documentation of the timeout option,
     document this in NEWS.Debian. (closes: #495509, #474120)
   * Use exit instead of return in decrypt_ssl keyscript. Thanks to Rene Wagner.
     (closes: #499704)
   * Fix initramfs/cryptpassdev-hook to check for passdev instead of mountdev.
     Thanks to Christoph Anton Mitterer.
   * cryptdisks.functions:
     - Search for keyscript in /lib/cryptdisks/scripts. the cryptoroot initramfs
       script already supports keyscripts without path as argument. Thanks to
       Christoph Anton Mitterer.
   * README.initramfs:
     - Remove the mention of bug #398302 from the section about suspend/resume,
       as this bug has been fixes for some time now.
     - Remove step 6 (mkswap) from the section about decrypt_derived, as it was
       superfluous. Thanks to Helmut Grohe. (closes: #491867)
   * Fix initramfs/cryptroot-script to use the lvm binary instead of vgchange.
     Thanks to Marc Haber. (closes: #506536)
   * Make get_lvm_deps() recursive in initramfs/cryptroot-hook. This is required
     to detect the dm-crypt device in setups with more than one level of device
     mapper mappings. For example if LVM is used with snapshots on top of the
     dm-crypt mapping. Thanks to Christian Jaeger for bugreport and patch, Ben
     Hutchings and Yves-Alexis Perez for help with debugging. (closes: #507721)
   * urgency=medium due to several important fixes.
Checksums-Sha1: 
 32e03b19258afc346303a22e9bab9df145363062 1528 cryptsetup_1.0.6-7ubuntu1.dsc
 206085ac5ae5559c7b97007b67d93c133198db6a 65288 cryptsetup_1.0.6-7ubuntu1.diff.gz
Checksums-Sha256: 
 ab523533e0c8a733396a4e02b098016f01c5b651c7af196619d9cedd8acaebfb 1528 cryptsetup_1.0.6-7ubuntu1.dsc
 ecb4d186ff7e503a56311e14acfd64478e68d91b0a41bb37f90bab5f0edb76af 65288 cryptsetup_1.0.6-7ubuntu1.diff.gz
Files: 
 634f4f345a6fc1ffc5cb574a6215c468 1528 admin optional cryptsetup_1.0.6-7ubuntu1.dsc
 c65ffc300976751866302e5fbe2f5c51 65288 admin optional cryptsetup_1.0.6-7ubuntu1.diff.gz
Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook <kees at outflux.net>

iEYEARECAAYFAklj1H4ACgkQH/9LqRcGPm2n7QCgoJW8l95kL8Jk/xyj4wBUtstW
kgcAnjukomctfB7vuHlpK1E89SVabCNi
=62o2
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list