~ubuntu-branches/ubuntu/karmic/cryptsetup/karmic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-06-14 23:28:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080614232851-qejvx20e74d8t9wm
Tags: 2:1.0.6-2ubuntu1
* Merge new debian version. Remaining changes:
  - Add XSBC-Vcs-Bzr tag to indicate that this package is managed using
    bzr on launchpad.
  - debian/rules: cryptsetup is linked dynamically against libgcrypt and
    libgpg-error.
  - cryptdisks.functions: stop usplash on user input. LP #62751
  - Parse comments in lines not starting with '#', LP #185380
  - If the encrypted source device hasn't shown up yet, give it a
    little while to deal with removable devices. LP #164044
* Depend on race-free version of libdevmapper, thus making udevsettle
  call from cryptsetup binary unnecessary. Dropping patch
  debian/patches/06_run_udevsettle.patch
* remove patch from LP #73862, loading optimized modules has been solved
  in debian in another way.
* cryptdisk.functions: remove spurious call to load_optimized_module.
  LP: #239946
* bugfix: make regex work if keyfile has extended attributes. LP: #231339.
* remove patch in cryptdisks.functions for rexecing the script itself for
  ensuring that a tty is always available. (See LP #58794.) According to
  Scott, this is not necessary anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cryptsetup (2:1.0.6-2ubuntu1) intrepid; urgency=low
 
2
 
 
3
  * Merge new debian version. Remaining changes:
 
4
    - Add XSBC-Vcs-Bzr tag to indicate that this package is managed using
 
5
      bzr on launchpad.
 
6
    - debian/rules: cryptsetup is linked dynamically against libgcrypt and
 
7
      libgpg-error.
 
8
    - cryptdisks.functions: stop usplash on user input. LP #62751
 
9
    - Parse comments in lines not starting with '#', LP #185380
 
10
    - If the encrypted source device hasn't shown up yet, give it a
 
11
      little while to deal with removable devices. LP #164044
 
12
  * Depend on race-free version of libdevmapper, thus making udevsettle
 
13
    call from cryptsetup binary unnecessary. Dropping patch
 
14
    debian/patches/06_run_udevsettle.patch
 
15
  * remove patch from LP #73862, loading optimized modules has been solved
 
16
    in debian in another way.
 
17
  * cryptdisk.functions: remove spurious call to load_optimized_module.
 
18
    LP: #239946
 
19
  * bugfix: make regex work if keyfile has extended attributes. LP: #231339.
 
20
  * remove patch in cryptdisks.functions for rexecing the script itself for
 
21
    ensuring that a tty is always available. (See LP #58794.) According to
 
22
    Scott, this is not necessary anymore.
 
23
 
 
24
 -- Reinhard Tartler <siretart@tauware.de>  Sat, 14 Jun 2008 23:28:51 +0200
 
25
 
 
26
cryptsetup (2:1.0.6-2) unstable; urgency=low
 
27
 
 
28
  [ Jonas Meurer ]
 
29
  * Taken from ubuntu:
 
30
    - debian/scripts/luksformat: Use 256 bit key size by default. (LP: #78508)
 
31
    - debian/patches/02_manpage.patch: Clarify default key sizes (128 for
 
32
      luksFormat and 256 for create) in cryptsetup.8. (side-note in LP #78508)
 
33
  * Use 'shred -uz' instead of 'rm -r' to remove a tempfile that contains a
 
34
    key in gen-ssl-key example script.
 
35
 
 
36
  [ David Härdeman ]
 
37
  * Misc bugfixes to askpass, make sure it is installed to the correct
 
38
    location and is built using pedantic mode.
 
39
  * Change the initramfs script to use askpass to prompt for
 
40
    passphrases, this should hopefully fix #382375 and #465902 once it
 
41
    is enabled in the init scripts as well.
 
42
  * Add a keyscript called passdev which allows a keyfile to be
 
43
    retrieved from a device which is first mounted, mainly useful to get
 
44
    keyfiles off USB devices etc.
 
45
  * Unbreak MODULES=dep booting (closes: #478268)
 
46
  * Relax checks for suspend devices a bit (closes: #477658)
 
47
  * Convert man pages to docbook.
 
48
 
 
49
 -- David Härdeman <david@hardeman.nu>  Mon, 26 May 2008 08:12:32 +0200
 
50
 
 
51
cryptsetup (2:1.0.6-1ubuntu4) intrepid; urgency=low
 
52
 
 
53
  [ Kjell Braden ]
 
54
  * Fix configuration parsing (LP: #239808)
 
55
 
 
56
  [ Reinhard Tartler ]
 
57
  * cryptroot-script: use 'echo' instead of 'log_begin_msg' (LP: #237723)
 
58
 
 
59
 -- Reinhard Tartler <siretart@tauware.de>  Fri, 13 Jun 2008 21:26:17 +0200
 
60
 
1
61
cryptsetup (2:1.0.6-1ubuntu3) intrepid; urgency=low
2
62
 
3
63
  * Parse comments in lines not starting with '#', LP: #185380