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 2.6.3. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa45c77d8a36
branches:  trunk
changeset: 530291:fa45c77d8a36
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 21 19:08:45 2007 +0000

description:
Update to 2.6.3. From the changelog:

  Fixed a serious bug where spamdyke was closing the connection to qmail and
    exiting as soon as the remote host exited.  When the remote host sends its
    SMTP data in one burst and closes the connection without waiting for the
    response code from the DATA segment, qmail doesn't accept the message and
    nothing gets delivered.
  Added some code to log_writeln() to translate bare carriage returns into
    carriage return/linefeed combinations.  This allows poorly written remote
    servers to send mail, most notably Microsoft web servers.  Dogmatically
    refusing to accept mail by refusing to be more flexible than RFC 822
    will never change the world; let's be reasonable instead of bouncing
    messages back to our friends who can't change their mail servers anyway.
  Fixed smtp_filter() to accept parameters to AUTH LOGIN when the MUA sends the
    authentication information with the command instead of waiting for the
    prompts.  Thanks to Carlo Blohm for reporting this one.

diffstat:

 mail/spamdyke/Makefile         |   6 +++---
 mail/spamdyke/distinfo         |  10 +++++-----
 mail/spamdyke/patches/patch-aa |   4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 4fde69bd26c7 -r fa45c77d8a36 mail/spamdyke/Makefile
--- a/mail/spamdyke/Makefile    Thu Jun 21 18:33:19 2007 +0000
+++ b/mail/spamdyke/Makefile    Thu Jun 21 19:08:45 2007 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2007/06/08 01:08:29 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2007/06/21 19:08:45 schmonz Exp $
 #
 
-DISTNAME=      spamdyke-2.6.2
+DISTNAME=      spamdyke-2.6.3
 CATEGORIES=    mail
 MASTER_SITES=  ${HOMEPAGE}releases/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
-HOMEPAGE=      http://freesoftware.silence.org/spamdyke/
+HOMEPAGE=      http://www.spamdyke.org/
 COMMENT=       Monitors and intercept incoming SMTP connections to qmail
 
 BUILD_DIRS=    ${PKGBASE} utils
diff -r 4fde69bd26c7 -r fa45c77d8a36 mail/spamdyke/distinfo
--- a/mail/spamdyke/distinfo    Thu Jun 21 18:33:19 2007 +0000
+++ b/mail/spamdyke/distinfo    Thu Jun 21 19:08:45 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2007/06/08 01:08:29 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2007/06/21 19:08:45 schmonz Exp $
 
-SHA1 (spamdyke-2.6.2.tgz) = c082465a878773f1d504f7f3c7ac355b7d31a140
-RMD160 (spamdyke-2.6.2.tgz) = 52e78528891465f09f5d634a6d3148626dc36d1a
-Size (spamdyke-2.6.2.tgz) = 114507 bytes
-SHA1 (patch-aa) = 37078923dfdd7afba91ae0472395ecbbf08946dc
+SHA1 (spamdyke-2.6.3.tgz) = e893b319c8808bc26a649b5ec7b82dae41e64e5f
+RMD160 (spamdyke-2.6.3.tgz) = 9b061fc32ee92d731db0d8ad2cf04d61829d59ac
+Size (spamdyke-2.6.3.tgz) = 116041 bytes
+SHA1 (patch-aa) = 9bb28e5535b28fa558ce577670e4a13324664ef4
 SHA1 (patch-ab) = e92e9ed2265debd1bf3607d83c3645a37acb4ffe
 SHA1 (patch-ac) = b8e6f4aedfcc721055c280d23019e26ac4e05ca1
diff -r 4fde69bd26c7 -r fa45c77d8a36 mail/spamdyke/patches/patch-aa
--- a/mail/spamdyke/patches/patch-aa    Thu Jun 21 18:33:19 2007 +0000
+++ b/mail/spamdyke/patches/patch-aa    Thu Jun 21 19:08:45 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2007/06/08 01:08:29 schmonz Exp $
+$NetBSD: patch-aa,v 1.6 2007/06/21 19:08:45 schmonz Exp $
 
---- spamdyke/spamdyke.h.orig   2007-06-06 18:19:50.000000000 -0400
+--- spamdyke/spamdyke.h.orig   2007-06-19 22:15:41.000000000 -0400
 +++ spamdyke/spamdyke.h
 @@ -32,7 +32,7 @@
  



Home | Main Index | Thread Index | Old Index