diff options
author | schmonz <schmonz> | 2007-06-21 19:08:45 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-06-21 19:08:45 +0000 |
commit | 92a6a76b10dac460c256956b2623656bebafad20 (patch) | |
tree | 6683e645c685383d2560c7723478611d33070c74 /mail/spamdyke | |
parent | 9411a26af8706c627cc3c21844526af9428c3191 (diff) | |
download | pkgsrc-92a6a76b10dac460c256956b2623656bebafad20.tar.gz |
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 (limited to 'mail/spamdyke')
-rw-r--r-- | mail/spamdyke/Makefile | 6 | ||||
-rw-r--r-- | mail/spamdyke/distinfo | 10 | ||||
-rw-r--r-- | mail/spamdyke/patches/patch-aa | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index a1af3fb9885..e077078119f 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -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 -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 --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo index 18b8b754963..c6bfa30c3a3 100644 --- a/mail/spamdyke/distinfo +++ b/mail/spamdyke/distinfo @@ -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 --git a/mail/spamdyke/patches/patch-aa b/mail/spamdyke/patches/patch-aa index 2ff79a4ff18..57ef76c6d9e 100644 --- a/mail/spamdyke/patches/patch-aa +++ b/mail/spamdyke/patches/patch-aa @@ -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 @@ |