File: changelog

package info (click to toggle)
cryptsetup 20050111-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 252 kB
  • ctags: 156
  • sloc: ansic: 1,305; sh: 675; makefile: 159
file content (135 lines) | stat: -rw-r--r-- 5,354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
cryptsetup (20050111-3) unstable; urgency=low

  * Switch to using automake-1.8 (closes: #298325, #291500)
  * Rebuilt again against newest libdevmapper (closes: #296006)
  * Applied patch from Christian Reitwiessner to add 'tmp' option

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Tue,  8 Mar 2005 17:11:42 +0100

cryptsetup (20050111-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against new libdevmapper.

 -- Bastian Blank <waldi@debian.org>  Fri, 04 Mar 2005 16:07:43 +0100

cryptsetup (20050111-2) unstable; urgency=low

  * autogen.sh calls autopoint (gettext), which needs cvs
  * Removed reference to patch for mkinitrd-tools (closes: #290017)

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Wed, 12 Jan 2005 13:34:38 +0100

cryptsetup (20050111-1) unstable; urgency=low

  * Switched to using CVS
    - important new option '-r' supports read-only media (eg: dvds)
    - requires a new cryptdisks option: readonly
    - use install rule instead of manual cp
    - relink cryptsetup manually
    - install the library and header (small)
  * using autogen.sh
    - no longer need to patch broken config*
    - depends on autoconf, automake1.8, libtool, gettext
    - attempt to clean all files produced by autogen.sh
  * Applied patches from Bastian Kleineidam <calvin@debian.org>
    - CryptoSwap.HowTo (closes: #287689)
    - fix web page links (closes: #271475)
    - accept more comments (closes: #287676)
    - added manpage for crypttab (closes: #279015)
    - improved manpage for cryptsetup (closes: #274666)
      - also thanks to Thorsten Gunkel for an earlier version
    - thanks for all the improvements!
  * Applied startup script help patch from Marco Bertorello (closes: #277078)
  * Included Volker Sauer's hotplug script for automounting an encrypted
    volume once the keys are plugged in via a usb stick (usbcrypto.hotplug)
  * Included script for booting using keys on a usbstick (closes: #266137)
  * Included another usb script from Stephan A Suerken

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Tue, 11 Jan 2005 16:24:49 +0100

cryptsetup (0.1-6) unstable; urgency=low

  * Don't load module loop if it is compiled in (closes: #270836)

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Fri, 10 Sep 2004 21:39:21 +0200

cryptsetup (0.1-5) unstable; urgency=low

  * Changed default runlevel to rcS.d/S28 to load after evms (closes: #269222)
    - also shutdown at rc0.d/S48

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Wed,  8 Sep 2004 22:41:04 +0200

cryptsetup (0.1-4) unstable; urgency=medium

  * Applied patch from Martin Dickopp to fix ls bug
    - not using stat b/c it is in /usr/bin which is not available
    - (closes: #262381, #259980)
  * Added support to disable cryptdisks at bootup (closes: #261268)
    - rejected the provided patch as it was too invasive
    - debhelper can not be entrusted with setting up Sxx links b/c cryptdisks
      must be started immediately after lvm, prior to filesystem mount
  * Added loopback support contributed from Dmitry Borodaenko
    - deconfigure loop device only if we are certain we configured it
    - (closes: #266053)
  * Empty line fix from Holger Ruckdeschel
    - also applied to stop
  * Sorry for the very late upload; I was away.

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Sun, 29 Aug 2004 02:46:32 +0200

cryptsetup (0.1-3) unstable; urgency=low

  * Fix test to not use '-a' in cryptdisks (closes: #259607)
  * Allow /dev/*random (closes: #257928)
  * Don't assume $key must be a file (devices, fifos, etc) (closes: #258463)

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Fri, 16 Jul 2004 15:48:30 +0200

cryptsetup (0.1-2) unstable; urgency=low

  * Included patches from Tino Keitel; thanks!
    - Check keyfile existence before proceeding (closes: #257049)
    - Add support for more options in crypttab  (closes: #257045)
  * Conflict with hashalot (<= 0.3-1) (closes: #255676)
  * Add a prototype CryptoRoot.HowTo  (closes: #256235)

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Sun,  4 Jul 2004 13:01:49 +0200

cryptsetup (0.1-1) unstable; urgency=low

  * Package uploaded to debian (closes: #237716)
  * Forced static linking to libgcrypt and libgpg-error
    - needed so that /sbin/cryptsetup does not need /usr/lib/*
    - otherwise could not be used to mount /usr (!!)
  * Wrote preinst, postinst, and postrm
    - setup init script links (right after lvm)
    - create a blank /etc/crypttab and /etc/keys dir
  * Included a startup script to configure disks
    - sets up all devices listed in /etc/crypttab
    - detects whether or not changes will work
  * Cleaned up debian/ directory
    - removed all example files
    - added a package description
    - include Build-Depends
    - depend on dmsetup
    - updated standards version
  * New maintainer
    - relabeled previous versions to -0.x to appease dupload

 -- Wesley W. Terpstra (Debian) <terpstra@debian.org>  Sat,  5 Jun 2004 23:29:11 +0200

cryptsetup (0.1-0.2) unstable; urgency=low

  * Add README.html
  * cryptsetup in /sbin directory

 -- Milan Kocian <milon@wq.cz>  Thu, 18 Mar 2004 13:27:50 +0100

cryptsetup (0.1-0.1) unstable; urgency=low

  * Initial Release.
  * This is my first Debian package
  
 -- Milan Kocian <milon@wq.cz>  Thu, 18 Mar 2004 09:28:18 +0100