Your message dated Tue, 11 Jan 2005 13:02:11 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287676: 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; 29 Dec 2004 13:47:40 +0000
>From [EMAIL PROTECTED] Wed Dec 29 05:47:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx02.qsc.de [213.148.130.14] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CjeAt-00069s-00; Wed, 29 Dec 2004 05:47:39 -0800
Received: from port-212-202-71-46.dynamic.qsc.de ([212.202.71.46] 
helo=treasure.calvinsplayground.de)
        by mx02.qsc.de with smtp (Exim 3.35 #1)
        id 1CjeAO-0002O0-00
        for [EMAIL PROTECTED]; Wed, 29 Dec 2004 14:47:08 +0100
Received: (qmail 5543 invoked by uid 1000); 29 Dec 2004 13:47:08 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============0572725664=="
MIME-Version: 1.0
From: Bastian Kleineidam <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cryptsetup: remove space-only lines and comments with leading space
X-Mailer: reportbug 3.5
Date: Wed, 29 Dec 2004 14:47:08 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0572725664==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cryptsetup
Version: 0.1-6
Severity: minor
Tags: patch

Hi,

this little patch makes sure that comments starting with whitespace and
lines consisting only of whitespace are also ignored.
Otherwise there could be some nasty errors if one accidentally
added a space on an empty line.

Regards,
  Bastian

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-bk1-treasure1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cryptsetup depends on:
ii  dmsetup                     2:1.00.19-4  The Linux Kernel Device Mapper use
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdevmapper1.00            2:1.00.19-4  The Linux Kernel Device Mapper use
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters

-- no debconf information

--===============0572725664==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cryptdisks.diff"

--- /etc/init.d/cryptdisks      2004-09-10 21:41:59.000000000 +0200
+++ cryptdisks  2004-12-29 14:37:33.000000000 +0100
@@ -25,10 +25,7 @@
 case "$1" in
 start)
        echo -n "Starting crypto disks:"
-       cat $TABFILE | while read dst src key opt; do
-               # Skip empty lines and comments.
-               case "$dst" in \#*|"") continue ;; esac
-               
+       egrep -v "^[[:space:]]*(#|$)" $TABFILE | while read dst src key opt; do
                echo -n " $dst"
                if test -b $MAPPER/$dst; then
                        echo -n "(running)"
@@ -141,10 +138,7 @@
        ;;
 stop)
        echo -n "Stopping crypto disks:"
-       cat $TABFILE | while read dst src key; do
-               # Skip empty lines and comments.
-               case "$dst" in \#*|"") continue ;; esac
-               
+       egrep -v "^[[:space:]]*(#|$)" $TABFILE | while read dst src key; do
                echo -n " $dst"
                if test -b $MAPPER/$dst; then
                        if $DEVMAPCMD info $dst | grep -q '^Open count: *0$'; 
then

--===============0572725664==--

---------------------------------------
Received: (at 287676-close) by bugs.debian.org; 11 Jan 2005 18:08:24 +0000
>From [EMAIL PROTECTED] Tue Jan 11 10:08:24 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 1CoQRL-0001US-00; Tue, 11 Jan 2005 10:08:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CoQLL-0006hw-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#287676: 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: 6

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]

Reply via email to