Your message dated Wed, 19 Jan 2011 10:32:09 +0000
with message-id <[email protected]>
and subject line Bug#610369: fixed in dnssec-tools 1.7-3
has caused the Debian Bug report #610369,
regarding dnssec-tools: Patch applied for bug 588821 causes zonesigner to 
erroneously fail
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.)


-- 
610369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610369
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dnssec-tools
Version: 1.7-2
Severity: important

The patch applied for bug #588821 (588821_check_for_errors.patch) adds
error checks to calls of the System function (a wrapper around Perl's
system).

Unfortunately these checks invert the test:
    System($cmd) or die "System($cmd) failed: $?";
will die if the command runs successfully (returns a zero error code)
and continue execution if the command fails.  This produces errors such
as
    System(/bin/mv Kfoo.net.+008+12333.key 
archive//1295313744.Kfoo.net.+008+12333.key) failed: 0 at /usr/sbin/zonesigner 
line 1804, <KEYREC> line 130.
that abort execution of zonesigner.

This ought to be
    System($cmd) == 0 or die ...
or similar.

This doesn't render the entire package unusable, but does make some
subcommands unusable.  I've run into problems with -rollzsk, but others
would be affected too.


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dnssec-tools depends on:
ii  bind9utils             1:9.7.2.dfsg.P3-1 Utilities for BIND
ii  libnet-dns-perl        0.66-2            Perform DNS queries from a Perl sc
ii  libnet-dns-sec-perl    0.16-1            DNSSEC extension to NET::DNS
ii  libtimedate-perl       1.2000-1          collection of modules to manipulat
ii  perl                   5.10.1-17         Larry Wall's Practical Extraction 

Versions of packages dnssec-tools recommends:
pn  bind9                         <none>     (no description available)

dnssec-tools suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dnssec-tools
Source-Version: 1.7-3

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

dnssec-tools_1.7-3.debian.tar.gz
  to main/d/dnssec-tools/dnssec-tools_1.7-3.debian.tar.gz
dnssec-tools_1.7-3.dsc
  to main/d/dnssec-tools/dnssec-tools_1.7-3.dsc
dnssec-tools_1.7-3_all.deb
  to main/d/dnssec-tools/dnssec-tools_1.7-3_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.
Ondřej Surý <[email protected]> (supplier of updated dnssec-tools 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, 19 Jan 2011 11:12:25 +0100
Source: dnssec-tools
Binary: dnssec-tools
Architecture: source all
Version: 1.7-3
Distribution: unstable
Urgency: high
Maintainer: Ondřej Surý <[email protected]>
Changed-By: Ondřej Surý <[email protected]>
Description: 
 dnssec-tools - DNSSEC tools, applications and wrappers
Closes: 610369
Changes: 
 dnssec-tools (1.7-3) unstable; urgency=high
 .
   * Fix checks for System return value (Closes: #610369)
Checksums-Sha1: 
 2d57f66a17f980b529cc47618ad08b8e3c649291 1136 dnssec-tools_1.7-3.dsc
 4275de66fe853109058d79496d7f0bbfa3779b39 9152 dnssec-tools_1.7-3.debian.tar.gz
 4d51a996ab64c213b35c95c6b15175fb046701ac 856146 dnssec-tools_1.7-3_all.deb
Checksums-Sha256: 
 23630db2bc636a88f74a8687f5b9a13443fb43004edce2998085e6abc0aca2fe 1136 
dnssec-tools_1.7-3.dsc
 f44975e72f641d92acad40b40326023c393a6925d32137e0f491c91cc2a6728c 9152 
dnssec-tools_1.7-3.debian.tar.gz
 2e86184f189ee0241476c464a2797de48c0b4785824ab45a836c8ecede8c74d3 856146 
dnssec-tools_1.7-3_all.deb
Files: 
 0714bc732a180534515701c92cb62019 1136 net extra dnssec-tools_1.7-3.dsc
 61245845bbd8451be6717bdf7fc1cc34 9152 net extra 
dnssec-tools_1.7-3.debian.tar.gz
 ab56aa550e0a38ec4329c6dc0220cd11 856146 net extra dnssec-tools_1.7-3_all.deb

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

iEYEARECAAYFAk02vAYACgkQ9OZqfMIN8nPWqACgmwpgkOKWPbjHezs1cD2xECkD
34UAnjCIlxW8Xrx/DiKLQYJbageOK3SW
=Tn2m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to