pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamdyke Update to 4.0.5. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc396cdd9d19
branches:  trunk
changeset: 548344:fc396cdd9d19
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Oct 13 15:24:37 2008 +0000

description:
Update to 4.0.5. From the changelog:

- If the idle timeout is not configured, it is now set to 20 minutes
    after qmail exits to prevent never-ending spamdyke processing.
    Thanks to Matthew Kettlewell for reporting this one.
- Fixed the AUTH advertisements to display correctly when
    "smtp-auth-level" is "always" or "always-encrypted". Thanks
    to Youri Kravatsky for reporting this one.
- Fixed a sequencing error that would cause qmail to exit prematurely,
    even if valid recipients could still possibly be given. Thanks
    to David Stiller for reporting this one.
- Fixed the handling of unencoded null characters in messages
    (technically not legal) so spamdyke does become confused and
    timeout. Thanks to Arthur Girardi for reporting this one.
- Fixed an issue in the DNS query code that was setting array indexes
    beyond the end of the array, resulting in garbage log messages
    and segmentation faults. Thanks to Arthur Girardi for reporting
    this one.
- Fixed verbose logging in the RHSBL filter to print the correct
    log message. Thanks to Arthur Girardi for reporting this one.
- Rewrote the address parser to correctly handle strange/invalid
    email addresses. Thanks to Erald Troja for reporting this one.
- Fixed a serious error in the code that loads array values from
    files that was returning pointers to unallocated memory, causing
    segmentation faults. Many, many thanks to David Stiller for
    reporting this one and providing tons of help to nail it down.
- Fixed a serious error that was attempting to move data by
    dereferencing the NULL address when the remote server disconnected
    unexpectedly, causing segmentation faults. Many, many thanks
    to David Stiller for reporting this one and providing tons of
    help to nail it down.

diffstat:

 mail/spamdyke/Makefile |  4 ++--
 mail/spamdyke/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 9570bb89fb3b -r fc396cdd9d19 mail/spamdyke/Makefile
--- a/mail/spamdyke/Makefile    Mon Oct 13 14:16:22 2008 +0000
+++ b/mail/spamdyke/Makefile    Mon Oct 13 15:24:37 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2008/09/05 20:33:53 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2008/10/13 15:24:37 schmonz Exp $
 #
 
-DISTNAME=      spamdyke-4.0.4
+DISTNAME=      spamdyke-4.0.5
 CATEGORIES=    mail
 MASTER_SITES=  ${HOMEPAGE}releases/
 EXTRACT_SUFX=  .tgz
diff -r 9570bb89fb3b -r fc396cdd9d19 mail/spamdyke/distinfo
--- a/mail/spamdyke/distinfo    Mon Oct 13 14:16:22 2008 +0000
+++ b/mail/spamdyke/distinfo    Mon Oct 13 15:24:37 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2008/09/05 20:33:53 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2008/10/13 15:24:37 schmonz Exp $
 
-SHA1 (spamdyke-4.0.4.tgz) = d38f028c64e4c11a07b5c7667ccb160fd85a5287
-RMD160 (spamdyke-4.0.4.tgz) = 52cb20c34a15d3f8638b9db19ee6f442f3aff7bf
-Size (spamdyke-4.0.4.tgz) = 443502 bytes
+SHA1 (spamdyke-4.0.5.tgz) = 21b19d8904a8065289a535f494da3d7ed1a48ae8
+RMD160 (spamdyke-4.0.5.tgz) = db3877087241f46fa64261d19091c06f46c9aebe
+Size (spamdyke-4.0.5.tgz) = 447509 bytes
 SHA1 (patch-aa) = bb988fc5cad08f8e4e05a0aa67d767c48f975955



Home | Main Index | Thread Index | Old Index