Accepted cryptsetup 2:1.0.3-0ubuntu1 (source)

Sebastian Droege slomo at ubuntu.com
Sat May 13 11:55:10 BST 2006


Accepted:
 OK: cryptsetup_1.0.3-0ubuntu1.dsc
     -> Component: universe Section: admin
 OK: cryptsetup_1.0.3.orig.tar.gz
 OK: cryptsetup_1.0.3-0ubuntu1.diff.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 22:40:41 +0200
Source: cryptsetup
Binary: cryptsetup
Architecture: source
Version: 2:1.0.3-0ubuntu1
Distribution: dapper
Urgency: high
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel at lists.alioth.debian.org>
Changed-By: Sebastian Droege <slomo at ubuntu.com>
Description: 
 cryptsetup - configures encrypted block devices
Closes: 258376 290626 304399 324353 328961 334648 342079 344867 350360 350548 350615 353753 353755 354910 355156 356288 356484
Changes: 
 cryptsetup (2:1.0.3-0ubuntu1) dapper; urgency=low
 .
   * New upstream release
   * Sync with Debian:
     + Tell usplash to quit if we ask for a passphrase
 .
 cryptsetup (2:1.0.2+1.0.3-rc3-1) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * new upstream release candidate:
     - fixes sector size of the temporary mapping (closes: #355156)
     - more verbose error logging (closes: #353755, #356288, #258376)
     - upstream accepted my patches to the manpage
   * fixed spelling error in README.Debian
   * removed debian/cryptsetup.sgml, outdated
   * ran ispell against doc files in debian/, fixed many typos
   * change /usr/share/cryptsetup to /lib/cryptsetup in crypttab.5.txt
     (closes: #354910)
   * add --build (and maybe even --host) to configure flags, for
     cross-compiling
   * remove debian/luksformat.8 in clean target
   * fix bashism in cryptdisks. thanks to Michal Politowski
     <mpol at charybda.icm.edu.pl> (closes: #356484)
   * add support for openssl encrypted keys, based on a patch by General Stone
     <generalstone at gmx.net> (closes: #350615)
   * add some code to support gnupg encrypted keys, some parts are missing.
 .
 cryptsetup (2:1.0.2+1.0.3-rc2-1) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * new upstream version 1.0.3-rc2, fixing issues with devmapper
   * new upstream version 1.0.3-rc1, doesn't use essiv per default
   * new upstream version (1.0.2) released
     - add --timeout option for interactive usage
     - add --batch-mode option to suppress input verifications
   * install local cryptsetup.8 copy instead of the upstream manpage
     - mention --readonly as possible option to luksOpen (closes: #353753)
     - mention --batch-mode, --timeout, --version
     - transform remaining option hyphens from '-' to '\-'
   * merged ubuntu patches:
     - modify cryptdisks init script to use lsb functions
     - add luksformat and a manpage
   * removed postinst and postrm, empty scripts
   * added a README.Debian and a TODO
   * added a NEWS file for Debian, and explain both the upstream transition
     from plain cryptsetup to cryptsetup-luks, and the check options for
     crypttab.
   * install manpages using dh_installman, not with install
   * updated CryptoRoot.HowTo, mention /etc/mkinitrd/modules and different
     linux-image versions. (closes: #344867)
   * removed needless debian/hack
   * added debian/watch
   * bumped debhelper compat level to 5, add versioned depends on
     debhelper (>> 5.0.0)
   * update debian/cryptsetup.8 to mention batch-mode and timeout
   * updated cryptdisks
     - modify init script to use lsb functions, at least where possible
     - updated comments for cryptdisks.default
     - moved option parsing and setup of loopback devices to seperate functions.
       added a new include file /lib/cryptsetup/init_functions with functions
       parse_opts, lo_setup, check_key, do_luks, do_noluks, do_swap, do_tmp
     - always check for the source device exists before running cryptsetup
     - hardcode precheck for LUKS to use 'cryptsetup isLuks'. this is much safer
       than allowing other random prechecks, as it manifests that the source
       device actually is a LUKS partition.
     - don't remove the LUKS device when postcheck fails, as the supplied
       password/key is correct anyway.
     - use the new 'timeout' commandline option of cryptsetup instead of an
       external wrapper
     - be silent for not existing devices per default. Implement the loud
       option for crypttab to warn if a device does not exist.
     - remerge postchecks and prechecks into checks.
     - don't disable swap & luks combination, instead disable luks with
       /dev/random, /dev/urandom or /dev/hwrandom as key.
     - run parse_opts before check_key, to know whether we use luks or not
 .
   [ Michael Gebetsroither ]
   * converted crypttab.sgml to asciidoc
   * added dependencies for asciidoc to manpage conversion
   * added developer documentation for a robust checksystem into cryptdisks
 .
 cryptsetup (2:1.0.1-16) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * already fixed in 2:1.0.1-14: binaries xor and delay from
     usbcrypto.mkinitrd don't exist in debian. replaces with a perl script
     and /bin/sleep. thanks to wesley terpstra for the help.
     (closes: #324353)
   * clean cryptdisks from bashisms (closes: #350360)
   * check for /usr/bin/timeout before using it in cryptdisks. First, it's
     only available when /usr is mounted, and that is not definitive when
     cryptdisks is run at boot time. Second, timeout is a non-essential
     debian package, and not neccecarily installed. The usage of
     /usr/bin/timeout in any case is only a temporary workaround.
   * move /usr/share/cryptsetup to /lib/cryptsetup, as the checks need to be
     available at boot time, before local filesystems (like i.e. /usr) are
     mounted.
   * replace RETRY=`expr $RETRY - 1` with RETRY=$(($RETRY-1)), as expr is in
     /usr/bin.
   * install init.d script and default file with dh_installinit
     (closes: #350548)
   * don't build-depend on cvs
 .
 cryptsetup (2:1.0.1-15) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * rebuilt with -sa, to include the sources into upload
 .
 cryptsetup (2:1.0.1-14) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * added a configurable timeout option for interactive password
     prompt. set the default timeout to 180 seconds in
     /etc/default/cryptdisks, and documented the crypttab option in
     the crypttab manpage. (closes: #328961)
   * fixed the default "precheck" and "postcheck" options, currently
     no useful precheck exists, so no default here.
   * removed the dummy cryptsetup-luks package, ftpmaster complains
     about it.
 .
   [ Michael Gebetsroither ]
   * make small fixes to CryptoSwap.HowTo
   * added postcheck for swap (closes: #342079)
 .
 cryptsetup (2:1.0.1-13) unstable; urgency=low
 .
   * split the "check" in a "precheck" and a "postcheck" option
     - adds the possibility to check the source device before creating the
       decrypted target device, useful for things like swap.
 .
 cryptsetup (2:1.0.1-12) unstable; urgency=low
 .
   * correctly parse options in cryptdisks (closes: #304399)
   * remove the moduledir /usr/lib/cryptsetup from the deb, it's
     empty anyway (closes: #334648)
   * replace /usr/local/bin/delay with /bin/sleep in usbcrypto.mkinitrd
   * cosmetical changes to /etc/crypttab
   * add "check" and "retry" options to cryptdisks script,
     thanks to A Mennucc <debdev at mennucci.sns.it>. (closes: #290626)
 .
 cryptsetup (2:1.0.1-11) unstable; urgency=low
 .
   * include sources although the debian revision is not -1
 .
 cryptsetup (2:1.0.1-10) unstable; urgency=low
 .
   * introduce an epoch to make upgrade happen
 .
 cryptsetup (1.0.1-9) unstable; urgency=low
 .
   * rename the package to cryptsetup, provide a dummy cryptsetup-luks package
   * initial upload to debian
 .
 cryptsetup-luks (1.0.1-8) unstable; urgency=low
 .
   * use upstream tarball as orig.tar.gz and keep debian changes in diff.gz
   * change to use dpatch
   * adjust build environment to work with upstream sources, and without
     autogen.sh
   * merge fixes for debian scripts from cryptsetup.
   * keep cryptsetup manpage untouched, as merging cryptsetup and
     cryptsetup-luks manpages is rather complex.
   * set mandir to /usr/share/man for configure
   * add a lintian-override file
 .
 cryptsetup-luks (1.0.1-7) unstable; urgency=high
 .
   * make cryptsetup create work again (patch for lib/libdevmapper.c)
 .
 cryptsetup-luks (1.0.1-6) unstable; urgency=low
 .
   * recompile for new libdevmapper
 .
 cryptsetup-luks (1.0.1-5) unstable; urgency=low
 .
   * improved documentation for /etc/crypttab
 .
 cryptsetup-luks (1.0.1-4) unstable; urgency=low
 .
   * added luks option for /etc/crypttab (thx to Fabian Thorns
     <fabian at thorns.it> for the initial patch)
 .
 cryptsetup-luks (1.0.1-3) unstable; urgency=low
 .
   * completly switched to luks upstream
 .
 cryptsetup-luks (1.0.1-2) unstable; urgency=low
 .
   * fixed build dependencies
 .
 cryptsetup-luks (1.0.1-1) unstable; urgency=low
 .
   * synced with luks upstream
 .
 cryptsetup-luks (1.0-5) unstable; urgency=low
 .
   * fixed a small typo in the manpage
 .
 cryptsetup-luks (1.0-4) unstable; urgency=low
 .
   * cleand source-tree for submitting a wishlist report into debian BTS
 .
 cryptsetup-luks (1.0-3) unstable; urgency=low
 .
   * updatet dependencies (libdevmapper1.00 => libdevmapper1.01)
 .
 cryptsetup-luks (1.0-2) unstable; urgency=low
 .
   * replaced original debian cryptsetup manpage with manpage from
     cryptsetup-luks
 .
 cryptsetup-luks (1.0-1) unstable; urgency=low
 .
   * new upstream release
 .
 cryptsetup-luks (0.993-3) unstable; urgency=low
 .
   * fixed dependencis
 .
 cryptsetup-luks (0.993-2) unstable; urgency=low
 .
   * fixed a few source problems
   * fixed post/pre install scripts
 .
 cryptsetup-luks (0.993-1) unstable; urgency=low
 .
   * synced with luks upstream
 .
 cryptsetup-luks (0.992-5) unstable; urgency=low
 .
   * fixed a few problems in den debian source package
 .
 cryptsetup-luks (0.992-4) unstable; urgency=low
 .
   * debianized the package
   * cleand up build system
 .
 cryptsetup-luks (0.992-3) unstable; urgency=low
 .
   * Fixed typo
 .
 cryptsetup-luks (0.992-2) unstable; urgency=low
 .
   * Added note within description
 .
 cryptsetup-luks (0.992-1) unstable; urgency=low
 .
   * "integrated LUKS" support (very messy hack)
Files: 
 eb4fe055ba33dbc3fd18dde96944c089 812 admin optional cryptsetup_1.0.3-0ubuntu1.dsc
 dc21b81ab4451eabae117fc4787a226e 420032 admin optional cryptsetup_1.0.3.orig.tar.gz
 cdc41c338492a322f0851377fb53c864 26706 admin optional cryptsetup_1.0.3-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEZPX/BsBdh1vkHyERAlmbAJwNanLVaCsaA5ScnwJnCH7uzRdkEgCfZzvb
OETGMM97i0uiUnyV4sQjHxA=
=IPw1
-----END PGP SIGNATURE-----





More information about the dapper-changes mailing list