Your message dated Thu, 31 Oct 2013 11:18:23 +0000
with message-id <[email protected]>
and subject line Bug#655733: fixed in sauce 0.9.0+nmu3
has caused the Debian Bug report #655733,
regarding sauce and new tcl cannot cope with ip address masks any more
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.)


-- 
655733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655733
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sauce
Version: 0.9.0+nmu2

--- /usr/share/sauce/rcpt-policy~       2010-08-13 22:44:01.000000000 +0100
+++ /usr/share/sauce/rcpt-policy        2012-01-13 17:24:53.000000000 +0000
@@ -147,8 +147,9 @@
            syxerr "invalid address: $emsg"
        }
        if {$len > 32} { syxerr "prefix length >32" }
-       set ma_v [expr {$len == 0 ? 0 : (0xffffffff<<(32-$len))}]
-       if {$re_v & ~$ma_v} { syxerr "mask is non-zero beyond prefix" }
+       set ma_v [expr {$len == 0 ? 0 : ((0xffffffff<<(32-$len))&0xffffffff)}]
+       set bad [expr {$re_v & ($ma_v ^ 0xffffffff)}]
+       if {$bad} { syxerr "mask is non-zero beyond prefix" }
        cond_add "(\$ra_v & [format 0x%08x $ma_v]) == [format 0x%08x $re_v]"
     } elseif {[string match "\[*" $pat]} {
        syxerr "invalid address mask"


-- 
Ian Jackson                  personal email: <[email protected]>
These opinions are my own.        http://www.chiark.greenend.org.uk/~ijackson/
PGP2 key 1024R/0x23f5addb,     fingerprint 5906F687 BD03ACAD 0D8E602E FCF37657



--- End Message ---
--- Begin Message ---
Source: sauce
Source-Version: 0.9.0+nmu3

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

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.
Sergei Golovan <[email protected]> (supplier of updated sauce 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: Thu, 31 Oct 2013 14:41:24 +0400
Source: sauce
Binary: sauce
Architecture: source all
Version: 0.9.0+nmu3
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description: 
 sauce      - SMTP defence software against spam
Closes: 655733 725278
Changes: 
 sauce (0.9.0+nmu3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change Tcl dependencies to tcl instead of obsolete tcl8.4.
     Closes: #725278.
   * Adjust working with masks to Tcl 8.5 and newer arbitrary precision
     integers. Closes: #655733.
Checksums-Sha1: 
 aac5695b0afa3320aabdd971b3ac20afbbaec102 730 sauce_0.9.0+nmu3.dsc
 63e307a93fb41842bc2dcc2b2136eee029ea26dd 91504 sauce_0.9.0+nmu3.tar.gz
 8771e7e255bcb0172d18f1b61623e2e5128cd748 65856 sauce_0.9.0+nmu3_all.deb
Checksums-Sha256: 
 9ca35f6e8169d3a458914449a98ea716d6c04120650a61f6df2bd9eacd053be1 730 
sauce_0.9.0+nmu3.dsc
 197027f437d69a2aa4aeddb7a154c0b954ab81ddf2fe4eb2e9d8c4c0706bb3da 91504 
sauce_0.9.0+nmu3.tar.gz
 48bd5298e5fe727d61c8d5db9853bb7c89082ffb287233925d36ed18cf186b65 65856 
sauce_0.9.0+nmu3_all.deb
Files: 
 b6c5db19f6bcacd71487217d5dae6722 730 mail extra sauce_0.9.0+nmu3.dsc
 22f28e134379899023982dd7b6e28470 91504 mail extra sauce_0.9.0+nmu3.tar.gz
 4be3094318ccfc7ace6c3c16fe01bb6d 65856 mail extra sauce_0.9.0+nmu3_all.deb

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

iD8DBQFScjsaIcdH02pGEFIRAtjkAJ4+HoJy6FVgRvq1DXxGVQrtwAr+9QCbBadn
RuVxPpeSkAIxWWQOHZrq1uE=
=gzbm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to