Your message dated Wed, 07 May 2008 18:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478821: fixed in postgrey 1.31-2.1
has caused the Debian Bug report #478821,
regarding non-idempotent code in postinst
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478821
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: postgrey
Version: 1.27-4
Severity: serious

The following bit is not idempotent:

|        if [ ! -e "$DBDIR" ]; then
|            mkdir -p "$DBDIR"
|            dpkg-statoverride --update --add \
|                postgrey postgrey 0700 "$DBDIR"
|        fi

This will not do the right thing if for any reason dpkg-statoverride fails to
run on the first try. It also happens to make it hard to have $DBDIR
bind-mounted from somewhere else.

Please break this block into two parts, one to check directory exinstance and
creation, and another to fix and register permissions. Actualy, why do you need
the dpkg-statoverride call anyway? The directory does not seem to be included
in the package.. Maybe just "install -d -o -g -m" it?

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (100, 'proposed-updates'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6b-ovz-686
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)



--- End Message ---
--- Begin Message ---
Source: postgrey
Source-Version: 1.31-2.1

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

postgrey_1.31-2.1.diff.gz
  to pool/main/p/postgrey/postgrey_1.31-2.1.diff.gz
postgrey_1.31-2.1.dsc
  to pool/main/p/postgrey/postgrey_1.31-2.1.dsc
postgrey_1.31-2.1_all.deb
  to pool/main/p/postgrey/postgrey_1.31-2.1_all.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.
Marcin Owsiany <[EMAIL PROTECTED]> (supplier of updated postgrey 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.8
Date: Wed, 07 May 2008 19:22:19 +0100
Source: postgrey
Binary: postgrey
Architecture: source all
Version: 1.31-2.1
Distribution: unstable
Urgency: medium
Maintainer: Adrian von Bidder <[EMAIL PROTECTED]>
Changed-By: Marcin Owsiany <[EMAIL PROTECTED]>
Description: 
 postgrey   - greylisting implementation for Postfix
Closes: 478821
Changes: 
 postgrey (1.31-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * postinst: decouple directory creation from registering a statoverride,
     making the script idempotent (closes: #478821)
Checksums-Sha1: 
 fda9598ef6d51dcb108e754ec5eabe98bd9c4738 949 postgrey_1.31-2.1.dsc
 6cecc0f3f79539fdf92648a54f3421ba89fad614 12001 postgrey_1.31-2.1.diff.gz
 9709c14e7c634c9d0c9c80d15dd004f6f2884827 52392 postgrey_1.31-2.1_all.deb
Checksums-Sha256: 
 bf823e8d3e5a2a634e9e22e7874bcea75574fbc86e3cccdb879713c1ca0845be 949 
postgrey_1.31-2.1.dsc
 bf77ca7738ae5049de2deb2bb2656241fd1d949de8224acc993e9eaaf4404b88 12001 
postgrey_1.31-2.1.diff.gz
 c77d49b77994f401aa15b4a6921bab77678c72e2b485a1f0868dba8e7989c822 52392 
postgrey_1.31-2.1_all.deb
Files: 
 4bd569fe56dab73ce6fe98db1ee3e624 949 mail optional postgrey_1.31-2.1.dsc
 e5748bca26c81a349b3c6ef825f72ecf 12001 mail optional postgrey_1.31-2.1.diff.gz
 29dc6e53766da344365d5909c3caea66 52392 mail optional postgrey_1.31-2.1_all.deb

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

iD8DBQFIIfQyOg2KoGD0EhYRAo6hAJ9PCV5yGsG6A7fkMJgHX1w2HcqjFQCfSj3R
elTlMWmBcJ6SWKcrMnLzzcc=
=wnCD
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to