[ubuntu/karmic] cryptsetup 2:1.0.6+20090405.svn49-1ubuntu1 (Accepted)

Kees Cook kees at ubuntu.com
Mon May 11 02:00:13 BST 2009


cryptsetup (2:1.0.6+20090405.svn49-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - Ubuntu specific:
      + debian/rules: link dynamically for better security supportability and
        smaller packages.
      + debian/control: Depend on initramfs-tools so system is not potentially
        rendered unbootable.
    - debian/initramfs/cryptroot-script wait for encrypted device to appear,
      report with log_*_msg (debian bug 488271).
    - debian/initramfs/cryptroot-hook: fix support for UUID and LABEL
      correlation between fstab and crypttab (debian bug 522041).
    - debian/askpass.c, debian/initramfs/cryptroot-script: using newline
      escape in passphrase prompt to avoid line-wrapping (debian bug 528133).
  * Drop 04_fix_udevsettle_call.patch: fixed upstream differently.

cryptsetup (2:1.0.6+20090405.svn49-1) unstable; urgency=low

  * New upstream svn snapshot. Highlights include:
    - Uses remapping to error target instead of calling udevsettle for
      temporary crypt device. (closes: #514729, #498964, #521547)
    - Removes lots of autoconf stuff as it's generated by autogen.sh anyway.
    - Uses autopoint in build process, thus needs to Build-Depend on cvs.
    - Fixes signal handler to proper close device.
    - Wipes start of device before LUKS-formatting.
    - Allows deletion of key slot with it's own key. (closes: #513596)
    - Checks device mapper communication and gives proper error message in
      case the communication fails. (closes: #507727)
  * Update debian patches accordingly:
    - Remove obsolete patches 01_gettext_package and 03_check_for_root
    - Update patch 02_manpage
  * Add missing newlines to some error messages in passdev.c. Thanks to
    Christoph Anton Mitterer for bugreport and patch. (closes: #509067)
  * Move keyscripts in initramfs from /keyscripts to /lib/cryptsetup/scripts
    for the sake of consistency between initramfs and normal system. Document
    this change in NEWS.Debian. (closes: #509066)
  * Fix $LOUD in cryptdisks.init and cryptdisks.functions to take effect. Add
    LOUD="yes" to cryptdisks_start. (closes: #513149)
  * cryptdisks_{start,stop}: print error message if no entry is found in
    crypttab for the given name.
  * Actually fix watchfile to work with code.google.com.
  * Update Homepage field to code.google.com URL. (closes: #516236)
  * Fix location of ltmain.sh, build-depend on versioned libtool.
    (closes: #521673, #522338)
  * Some minor changes to make lintian happy:
    - use set -e instead of /bin/sh -e in preinst.
    - link to GPL v2 in debian/copyright
  * Bump standards-version to 3.8.1, no changes needed.
  * Fix a typo in NEWS.Debian. (closes: #522387)
  * Taken from ubuntu:
    - debian/checks/un_vol_id: dynamically build the "unknown volume type"
      string, to allow for encrypted swap, (closes: #521789, #521469). Fix
      sed to replace '/' with '\/' instead of '\\/' in device names.
    - disable error message 'failed to setup lvm device' (LP 151532).

Date: Sun, 10 May 2009 17:29:32 -0700
Changed-By: Kees Cook <kees at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/cryptsetup/2:1.0.6+20090405.svn49-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 10 May 2009 17:29:32 -0700
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb
Architecture: source
Version: 2:1.0.6+20090405.svn49-1ubuntu1
Distribution: karmic
Urgency: low
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: 498964 507727 509066 509067 513149 513596 514729 516236 521469 521547 521673 521789 522338 522387
Changes: 
 cryptsetup (2:1.0.6+20090405.svn49-1ubuntu1) karmic; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - Ubuntu specific:
       + debian/rules: link dynamically for better security supportability and
         smaller packages.
       + debian/control: Depend on initramfs-tools so system is not potentially
         rendered unbootable.
     - debian/initramfs/cryptroot-script wait for encrypted device to appear,
       report with log_*_msg (debian bug 488271).
     - debian/initramfs/cryptroot-hook: fix support for UUID and LABEL
       correlation between fstab and crypttab (debian bug 522041).
     - debian/askpass.c, debian/initramfs/cryptroot-script: using newline
       escape in passphrase prompt to avoid line-wrapping (debian bug 528133).
   * Drop 04_fix_udevsettle_call.patch: fixed upstream differently.
 .
 cryptsetup (2:1.0.6+20090405.svn49-1) unstable; urgency=low
 .
   * New upstream svn snapshot. Highlights include:
     - Uses remapping to error target instead of calling udevsettle for
       temporary crypt device. (closes: #514729, #498964, #521547)
     - Removes lots of autoconf stuff as it's generated by autogen.sh anyway.
     - Uses autopoint in build process, thus needs to Build-Depend on cvs.
     - Fixes signal handler to proper close device.
     - Wipes start of device before LUKS-formatting.
     - Allows deletion of key slot with it's own key. (closes: #513596)
     - Checks device mapper communication and gives proper error message in
       case the communication fails. (closes: #507727)
   * Update debian patches accordingly:
     - Remove obsolete patches 01_gettext_package and 03_check_for_root
     - Update patch 02_manpage
   * Add missing newlines to some error messages in passdev.c. Thanks to
     Christoph Anton Mitterer for bugreport and patch. (closes: #509067)
   * Move keyscripts in initramfs from /keyscripts to /lib/cryptsetup/scripts
     for the sake of consistency between initramfs and normal system. Document
     this change in NEWS.Debian. (closes: #509066)
   * Fix $LOUD in cryptdisks.init and cryptdisks.functions to take effect. Add
     LOUD="yes" to cryptdisks_start. (closes: #513149)
   * cryptdisks_{start,stop}: print error message if no entry is found in
     crypttab for the given name.
   * Actually fix watchfile to work with code.google.com.
   * Update Homepage field to code.google.com URL. (closes: #516236)
   * Fix location of ltmain.sh, build-depend on versioned libtool.
     (closes: #521673, #522338)
   * Some minor changes to make lintian happy:
     - use set -e instead of /bin/sh -e in preinst.
     - link to GPL v2 in debian/copyright
   * Bump standards-version to 3.8.1, no changes needed.
   * Fix a typo in NEWS.Debian. (closes: #522387)
   * Taken from ubuntu:
     - debian/checks/un_vol_id: dynamically build the "unknown volume type"
       string, to allow for encrypted swap, (closes: #521789, #521469). Fix
       sed to replace '/' with '\/' instead of '\\/' in device names.
     - disable error message 'failed to setup lvm device' (LP 151532).
Checksums-Sha1: 
 2438c76e0680cf56051e526c83aef6c69c442a53 1795 cryptsetup_1.0.6+20090405.svn49-1ubuntu1.dsc
 4a4cf1765e5148bb9cfc49bf65bbb6d9cfe8cc63 143967 cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 7e253528383f7ba83c78bb020aced73407c80c45 67053 cryptsetup_1.0.6+20090405.svn49-1ubuntu1.diff.gz
Checksums-Sha256: 
 b84988679bb6bd07523b4cce135c0e97bb2b75bac8a361f7704ab552a266ddf0 1795 cryptsetup_1.0.6+20090405.svn49-1ubuntu1.dsc
 28e2ea63e4bd4ddb79e0536303ed422f507352a4976de4ba6f7bb98590be03b6 143967 cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 7365b001931c9d26b8c94e504ed1fff2188963a057a9c9a69e311d421f401321 67053 cryptsetup_1.0.6+20090405.svn49-1ubuntu1.diff.gz
Files: 
 a9deb503504176d755c27a14eba958ce 1795 admin optional cryptsetup_1.0.6+20090405.svn49-1ubuntu1.dsc
 884d049422a4bc08f252f2e1f4b4b5d7 143967 admin optional cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 771c9f6da029a6b0db453a6bf2452df9 67053 admin optional cryptsetup_1.0.6+20090405.svn49-1ubuntu1.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>

iEYEARECAAYFAkoHdscACgkQH/9LqRcGPm3JLQCfXn6t1jxC3DaZKmC8zjLGPvI4
IYcAoIetNaPCmmpvJGTnbXRvT13B9sSI
=42Ax
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list