Your message dated Tue, 11 Jan 2005 13:02:11 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#274666: fixed in cryptsetup 20050111-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Oct 2004 14:08:36 +0000
>From [EMAIL PROTECTED] Sun Oct 03 07:08:36 2004
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20]
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1CE72R-0004hW-00; Sun, 03 Oct 2004 07:08:35 -0700
Received: (qmail 31414 invoked by uid 65534); 3 Oct 2004 14:08:02 -0000
Received: from dsl-084-057-055-245.arcor-ip.net (EHLO
server.localdomain.tgunkel.de) (84.57.55.245)
by mail.gmx.net (mp022) with SMTP; 03 Oct 2004 16:08:02 +0200
X-Authenticated: #2057705
Received: from thorsten.localdomain.tgunkel.de ([10.0.0.3] ident=mail)
by server.localdomain.tgunkel.de with esmtp (Exim 3.35 #1 (Debian))
id 1CE70p-0008QP-00; Sun, 03 Oct 2004 16:06:55 +0200
Received: from tgunkel by thorsten.localdomain.tgunkel.de with local (Exim 3.35
#1 (Debian))
id 1CE70p-0004cm-00; Sun, 03 Oct 2004 16:06:55 +0200
Date: Sun, 3 Oct 2004 16:06:55 +0200
From: Thorsten Gunkel <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: cryptsetup: manpage for cryptsetup is missing list with available
options
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="r5Pyd7+fXNt84Ff3"
Content-Disposition: inline
X-Reportbug-Version: 1.50
X-Operating-System: Debian GNU/Linux 3.0 (Kernel 2.6.8.1)
User-Agent: Mutt/1.5.6i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_40_50,HTML_MESSAGE,REMOVE_REMOVAL_2WORD autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: cryptsetup
Version: 0.1-6
Severity: normal
Tags: patch
[Cc: upstream and the author of the Debian manpage of cryptsetup
please cc me on all replies]
Hi,
the current version of the manpage of cryptsetup is very short and
doesn't explain any of the available options. See the attached files
for a more detailed version (more or less copied from
/usr/share/doc/cryptsetup/README.htm).
I hope I guessed the syntax for the sgml file right ;-)
HTH
Thorsten
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux thorsten 2.6.8.1 #1 Tue Sep 28 01:54:24 CEST 2004 i686
Locale: LANG=C, LC_CTYPE=de_DE
Versions of packages cryptsetup depends on:
ii dmsetup 2:1.00.05-2.backports.org.1 The Linux Kernel Device Mapper use
ii libc6 2.2.5-11.5 GNU C Library: Shared libraries an
ii libdevmapper 2:1.00.05-2.backports.org.1 The Linux Kernel Device Mapper use
ii libpopt0 1.7-4 lib for parsing cmdline parameters
--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="diff.txt"
--- cryptsetup.sgml Sun Oct 3 15:43:03 2004
+++ cryptsetup_new.sgml Sun Oct 3 15:40:23 2004
@@ -45,7 +45,7 @@
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
- <command>&dhpackage; <action> <name></command>
+ <command>&dhpackage; [<OPTIONS>] <action> <name>
[<device>]</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -59,6 +59,102 @@
cryptoloop system.</para>
</refsect1>
+
+ <refsect1>
+ <title>OPTIONS</title>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-c <replaceable>cipher</replaceable></option></Term>
+ <ListItem><Para>Which cipher to use. See /proc/crypto for a
list</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-h [plain |
<replaceable>hash</replaceable>]</option></Term>
+ <ListItem><Para>FIXME see hashalot FIXME</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-y</option></Term>
+ <ListItem><Para>Verifies the passphrase by asking for it twice. Note:
If you type a different passwort when asked the second time the error message
might be "Command failed: No such file or directory".</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-d <replaceable>file</replaceable></option></Term>
+ <ListItem><Para>read key from file e.g. /dev/urandom; useful for swap
devices. If set, the parameters -h and -y will be ignored</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-s <replaceable>keysize</replaceable></option></Term>
+ <ListItem><Para>FIXME in bits FIXME</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-b <replaceable>size</replaceable></option></Term>
+ <ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-o <replaceable>offset</replaceable></option></Term>
+ <ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term><option>-p <replaceable>skipped</replaceable></option></Term>
+ <ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ </refsect1>
+
+ <refsect1>
+ <title>ACTION</title>
+ <VariableList>
+ <VarListEntry>
+ <Term>create</Term>
+ <ListItem><Para>create device</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term>remove</Term>
+ <ListItem><Para>remove device</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term>reload</Term>
+ <ListItem><Para>modify active device</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry>
+ <Term>resize</Term>
+ <ListItem><Para>resize active device</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ <VariableList>
+ <VarListEntry><Term>status</Term>
+ <ListItem><Para>show device status</Para></ListItem>
+ </VarListEntry>
+ </VariableList>
+ </refsect1>
+
+ <refsect1>
+ <title>NAME</title>
+ <Para>Name of the device to be created under /dev/mapper/.</Para>
+ </refsect1>
+
+ <refsect1>
+ <title>DEVICE</title>
+ <Para>Name of the encrypted device.</Para>
+ </refsect1>
+
<refsect1>
<title>EXAMPLES</title>
<para>cryptsetup create crypted\-hda1 /dev/hda1</para>
@@ -74,9 +170,11 @@
<title>AUTHOR</title>
<para>This manual page was written for the &debian; system by
- &dhusername; <&dhemail;>. Permission is granted to copy, distribute
+ &dhusername; <&dhemail;>. Permission is granted to copy, distribute
and/or modify this document under the terms of the
<acronym>GNU</acronym>
General Public License <acronym>GPL</acronym>; version 2.</para>
+ <para>List of all vaild options and actions was taken from
/usr/share/doc/cryptsetup/README.htm and merged into this document by\
+ Thorsten Gunkel.</para>
</refsect1>
</refentry>
--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="cryptsetup_new.sgml"
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Fill in your name for FIRSTNAME and SURNAME. -->
<!ENTITY dhfirstname "<firstname>Wesley W.</firstname>">
<!ENTITY dhsurname "<surname>Terpstra</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>Jun 06, 2004</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>8</manvolnum>">
<!ENTITY dhemail "<email>[EMAIL PROTECTED]</email>">
<!ENTITY dhusername "Wesley W. Terpstra">
<!ENTITY dhucpackage "<refentrytitle>CRYPTSETUP</refentrytitle>">
<!ENTITY dhpackage "cryptsetup">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY lurker "<productname>lurker</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
]>
<refentry>
<refentryinfo>
<address>
&dhemail;
</address>
<author>
&dhfirstname;
&dhsurname;
</author>
<copyright>
<year>2003</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
&dhucpackage;
&dhsection;
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>imports messages into the archive</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage; [<OPTIONS>] <action> <name>
[<device>]</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>&dhpackage;</command> provides a command-line interface
for configuring encrypted block devices. Typically, a filesystem is
run overtop of this device to create an encrypted filesystem.</para>
<para>This facility is supported in kernels newer than 2.6.4 and is
called dm\-crypt. It is backwards compatible with the old
cryptoloop system.</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<VariableList>
<VarListEntry>
<Term><option>-c <replaceable>cipher</replaceable></option></Term>
<ListItem><Para>Which cipher to use. See /proc/crypto for a
list</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-h [plain |
<replaceable>hash</replaceable>]</option></Term>
<ListItem><Para>FIXME see hashalot FIXME</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-y</option></Term>
<ListItem><Para>Verifies the passphrase by asking for it twice. Note: If
you type a different passwort when asked the second time the error message
might be "Command failed: No such file or directory".</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-d <replaceable>file</replaceable></option></Term>
<ListItem><Para>read key from file e.g. /dev/urandom; useful for swap
devices. If set, the parameters -h and -y will be ignored</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-s <replaceable>keysize</replaceable></option></Term>
<ListItem><Para>FIXME in bits FIXME</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-b <replaceable>size</replaceable></option></Term>
<ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-o <replaceable>offset</replaceable></option></Term>
<ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term><option>-p <replaceable>skipped</replaceable></option></Term>
<ListItem><Para>FIXME in sectors FIXME</Para></ListItem>
</VarListEntry>
</VariableList>
</refsect1>
<refsect1>
<title>ACTION</title>
<VariableList>
<VarListEntry>
<Term>create</Term>
<ListItem><Para>create device</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term>remove</Term>
<ListItem><Para>remove device</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term>reload</Term>
<ListItem><Para>modify active device</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry>
<Term>resize</Term>
<ListItem><Para>resize active device</Para></ListItem>
</VarListEntry>
</VariableList>
<VariableList>
<VarListEntry><Term>status</Term>
<ListItem><Para>show device status</Para></ListItem>
</VarListEntry>
</VariableList>
</refsect1>
<refsect1>
<title>NAME</title>
<Para>Name of the device to be created under /dev/mapper/.</Para>
</refsect1>
<refsect1>
<title>DEVICE</title>
<Para>Name of the encrypted device.</Para>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
<para>cryptsetup create crypted\-hda1 /dev/hda1</para>
<para>cryptsetup remove crypted\-hda1</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>dmsetup(8), /usr/share/doc/cryptsetup, /sbin/cryptsetup
\-\-help</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>This manual page was written for the &debian; system by
&dhusername; <&dhemail;>. Permission is granted to copy, distribute
and/or modify this document under the terms of the <acronym>GNU</acronym>
General Public License <acronym>GPL</acronym>; version 2.</para>
<para>List of all vaild options and actions was taken from
/usr/share/doc/cryptsetup/README.htm and merged into this document by\
Thorsten Gunkel.</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
--r5Pyd7+fXNt84Ff3
Content-Type: application/x-troff-man
Content-Disposition: attachment; filename="cryptsetup.man"
Content-Transfer-Encoding: quoted-printable
CRYPTSETUP(8) CRYPTSETUP(8)=0A=0A=0A=
=0AN=08NA=08AM=08ME=08E=0A cryptsetup -- imports messages into the ar=
chive=0A=0AS=08SY=08YN=08NO=08OP=08PS=08SI=08IS=08S=0A c=08cr=08ry=08=
yp=08pt=08ts=08se=08et=08tu=08up=08p [=08[<=08<O=08OP=08PT=08TI=08IO=08ON=
=08NS=08S>=08>]=08] <=08<a=08ac=08ct=08ti=08io=08on=08n>=08> <=08<n=08na=08=
am=08me=08e>=08> [=08[<=08<d=08de=08ev=08vi=08ic=08ce=08e>=08>]=08]=0A=0AD=
=08DE=08ES=08SC=08CR=08RI=08IP=08PT=08TI=08IO=08ON=08N=0A c=08cr=08ry=
=08yp=08pt=08ts=08se=08et=08tu=08up=08p provides a command-line interface f=
or configur=AD=0A ing encrypted block devices. Typically, a filesys=
tem is=0A run overtop of this device to create an encrypted filesys=
=AD=0A tem.=0A=0A This facility is supported in kernels newer t=
han 2.6.4 and=0A is called dm-crypt. It is backwards compatible wi=
th the=0A old cryptoloop system.=0A=0AO=08OP=08PT=08TI=08IO=08ON=08NS=
=08S=0A -=08-c=08c _=08c_=08i_=08p_=08h_=08e_=08r Which cipher to use=
=2E See /proc/crypto for a list=0A=0A -=08-h=08h [=08[p=08pl=08la=08a=
i=08in=08n |=08| _=08h_=08a_=08s_=08h]=08]=0A FIXME see has=
halot FIXME=0A=0A -=08-y=08y Verifies the passphrase by askin=
g for it twice.=0A Note: If you type a different passwo=
rt when=0A asked the second time the error message might b=
e=0A "Command failed: No such file or directory".=0A=0A =
-=08-d=08d _=08f_=08i_=08l_=08e read key from file e.g. /dev/urandom; =
useful for=0A swap devices. If set, the parameters -h and=
-y=0A will be ignored=0A=0A -=08-s=08s _=08k_=08e_=
=08y_=08s_=08i_=08z_=08e=0A FIXME in bits FIXME=0A=0A =
-=08-b=08b _=08s_=08i_=08z_=08e FIXME in sectors FIXME=0A=0A -=08-=
o=08o _=08o_=08f_=08f_=08s_=08e_=08t FIXME in sectors FIXME=0A=0A -=
=08-p=08p _=08s_=08k_=08i_=08p_=08p_=08e_=08d=0A FIXME in s=
ectors FIXME=0A=0AA=08AC=08CT=08TI=08IO=08ON=08N=0A create create =
device=0A=0A remove remove device=0A=0A reload modify act=
ive device=0A=0A resize resize active device=0A=0A status =
show device status=0A=0AN=08NA=08AM=08ME=08E=0A Name of the device t=
o be created under /dev/mapper/.=0A=0AD=08DE=08EV=08VI=08IC=08CE=08E=0A =
Name of the encrypted device.=0A=0AE=08EX=08XA=08AM=08MP=08PL=08LE=08ES=
=08S=0A cryptsetup create crypted-hda1 /dev/hda1=0A=0A cryptset=
up remove crypted-hda1=0A=0AS=08SE=08EE=08E A=08AL=08LS=08SO=08O=0A d=
msetup(8), /usr/share/doc/cryptsetup, /sbin/cryptsetup=0A --help=
=0A=0AA=08AU=08UT=08TH=08HO=08OR=08R=0A This manual page was written =
for the D=08De=08eb=08bi=08ia=08an=08n system by Wes=AD=0A ley W. T=
erpstra <[EMAIL PROTECTED]>. Permission is=0A granted to copy=
, distribute and/or modify this document=0A under the terms of the G=
NU General Public License GPL;=0A version 2.=0A=0A List of=
all vaild options and actions was taken from=0A /usr/share/doc/=
cryptsetup/README.htm and merged into this=0A document by Thorsten =
Gunkel.=0A=0A=0A=0A CRYP=
TSETUP(8)=0A
--r5Pyd7+fXNt84Ff3--
---------------------------------------
Received: (at 274666-close) by bugs.debian.org; 11 Jan 2005 18:08:25 +0000
>From [EMAIL PROTECTED] Tue Jan 11 10:08:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CoQRN-0001VG-00; Tue, 11 Jan 2005 10:08:25 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CoQLL-0006hq-00; Tue, 11 Jan 2005 13:02:11 -0500
From: [EMAIL PROTECTED] (Wesley W. Terpstra (Debian))
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#274666: fixed in cryptsetup 20050111-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 13:02:11 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: cryptsetup
Source-Version: 20050111-1
We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive:
cryptsetup_20050111-1.diff.gz
to pool/main/c/cryptsetup/cryptsetup_20050111-1.diff.gz
cryptsetup_20050111-1.dsc
to pool/main/c/cryptsetup/cryptsetup_20050111-1.dsc
cryptsetup_20050111-1_i386.deb
to pool/main/c/cryptsetup/cryptsetup_20050111-1_i386.deb
cryptsetup_20050111.orig.tar.gz
to pool/main/c/cryptsetup/cryptsetup_20050111.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]> (supplier of updated cryptsetup
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 11 Jan 2005 16:24:49 +0100
Source: cryptsetup
Binary: cryptsetup
Architecture: source i386
Version: 20050111-1
Distribution: unstable
Urgency: low
Maintainer: Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]>
Changed-By: Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]>
Description:
cryptsetup - configures encrypted block devices
Closes: 266137 271475 274666 277078 279015 287676 287689
Changes:
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 <[EMAIL PROTECTED]>
- 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
Files:
439b1bdc23ecfa0d5d7c66a3a32a9c00 705 admin optional cryptsetup_20050111-1.dsc
956bd7f7d0572341f83c0d8f68bbb095 16690 admin optional
cryptsetup_20050111.orig.tar.gz
4149a30639f8ee7c209d43925f77b821 19893 admin optional
cryptsetup_20050111-1.diff.gz
eb49ca4dd741a6d60ee6bcc1338c11a9 194644 admin optional
cryptsetup_20050111-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB5BO5vLvElXGKklYRAs8pAJ4ntX4Z1KBjb9ISd75NTuYHJWCEQACfXgFi
XFL0/kg7QJVG2ZT/I53Izec=
=Brm3
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]