Your message dated Sat, 19 Nov 2005 17:02:08 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332488: fixed in john 1.6-38
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; 6 Oct 2005 19:11:13 +0000
>From [EMAIL PROTECTED] Thu Oct 06 12:11:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ip212-226-168-228.adsl.kpnqwest.fi (esme.liw.iki.fi) 
[212.226.168.228] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ENb97-00042p-00; Thu, 06 Oct 2005 12:11:13 -0700
Received: by esme.liw.iki.fi (Postfix, from userid 1000)
        id ECFFC75C2D3; Thu,  6 Oct 2005 22:10:27 +0300 (EEST)
Subject: john: sometimes leaves temporary file in postinst
From: Lars Wirzenius <[EMAIL PROTECTED]>
To: Debian BTS <[EMAIL PROTECTED]>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Thu, 06 Oct 2005 22:10:27 +0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: john
Version: 1.6-37

The postinst contains this snippet:

       tmp=`tempfile`
       if [ "$INSTCRON" = "true" ] && [ -f $cronfile ]; then
               cat $cronfile | sed -e 's/^#00/00/' >$tmp
               mv $tmp $cronfile
       else
       # We have two options here, leave the file as it is (the user
       # might have modified it) or revert the previous change. I'm
       # opting for the second case to make the debconf operation
       # idempotent (jfs)
               if [ -f $cronfile ] ; then
                       cat $cronfile | sed -e 's/^00/#00/' >$tmp
                       mv $tmp $cronfile
               fi
        fi

There is a possible code path (which seems to be excercised by piuparts)
which results in the temporary file not being removed:

        0m7.7s ERROR: Package purging left files on system:
          /tmp/fileH2Sg7E
        
Adding an "else" ot the innermost if to remove $tmp should fix this.

-- 
C is the *wrong* language for your application.

---------------------------------------
Received: (at 332488-close) by bugs.debian.org; 20 Nov 2005 01:11:25 +0000
>From [EMAIL PROTECTED] Sat Nov 19 17:11:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Eddaq-0004sK-WE; Sat, 19 Nov 2005 17:02:09 -0800
From: [EMAIL PROTECTED] (Guilherme de S. Pastore)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#332488: fixed in john 1.6-38
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 19 Nov 2005 17:02:08 -0800
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-Level: 
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-CrossAssassin-Score: 2

Source: john
Source-Version: 1.6-38

We believe that the bug you reported is fixed in the latest version of
john, which is due to be installed in the Debian FTP archive:

john_1.6-38.diff.gz
  to pool/main/j/john/john_1.6-38.diff.gz
john_1.6-38.dsc
  to pool/main/j/john/john_1.6-38.dsc
john_1.6-38_i386.deb
  to pool/main/j/john/john_1.6-38_i386.deb



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.
Guilherme de S. Pastore <[EMAIL PROTECTED]> (supplier of updated john 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: Fri, 11 Nov 2005 22:39:25 -0200
Source: john
Binary: john
Architecture: source i386
Version: 1.6-38
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Changed-By: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Description: 
 john       - active password cracking tool
Closes: 332488 334883
Changes: 
 john (1.6-38) unstable; urgency=low
 .
   * debian/control:
     - update to Standards-Version 3.6.2.1 with no changes
   * debian/patches:
     - faq.diff, makefile.diff, system-wide.diff: transformed changes made to
       the source tree directly and stored in the .diff.gz file into patches,
       so it's possible to maintain the package in an SVN repository
   * debian/postinst:
     - modify indentation
     - remove $tmp if $cronfile doesn't exist (Closes: #332488)
   * Updated Swedish debconf templates translation; thanks to
     Daniel Nylander <[EMAIL PROTECTED]> (Closes: #334883)
Files: 
 0401ffe06f1ca5404831b04a8b0192a5 652 admin optional john_1.6-38.dsc
 c0bfb0519061ab63c2fa7bf7b3d9597c 43520 admin optional john_1.6-38.diff.gz
 eac81d21509cb1237c5eacfb8ee38782 554290 admin optional john_1.6-38_i386.deb

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

iD8DBQFDf8b9t1anjIgqbEsRAkwHAJ0VQKato5hnrowEzFIjtifl2VwmywCgp3UW
Gwna+CMtmHy6P4c65NqXSYA=
=F3c0
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to