diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 14:43:04 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 14:43:04 +0000 |
commit | e160263de012558519af56325c514645607830ef (patch) | |
tree | e223e56f1db4a4acd9b3fe0803756f8673338368 | |
parent | 94389aaa47c97053a20a7d8921f8630ef3f6600f (diff) | |
download | ports-e160263de012558519af56325c514645607830ef.tar.gz ports-e160263de012558519af56325c514645607830ef.zip |
Notes
-rw-r--r-- | UPDATING | 18 | ||||
-rw-r--r-- | mail/dcc-dccd/Makefile | 2 | ||||
-rw-r--r-- | mail/dcc-dccd/distinfo | 6 |
3 files changed, 22 insertions, 4 deletions
@@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060212: + AFFECTS: users of mail/dcc-dccd + AUTHOR: ehaupt@FreeBSD.org + + The midnight dccm and dccifd system log message has been changed to disclose + spam passed from whiteclnt-listed MX servers. MX servers should now be listed + in /var/dcc/whiteclnt with lines like: + mx ip 10.2.3.4 + mx ip 10.5.6.0/28 + mxdcc ip 10.7.8.9 + "MX" marks the IP address of one of your mail systems that should be ignored + in initial Received: headers and when reported by sendmail to dccm. "MXDCC" + marks IP addresss of your mail systems that run DCC clients and that will have + already reported mail to the DCC. Continue using "OK" whitelist entries for + mail systems that you trust to never send or forward unsolicited bulk email. + Allow custom DNS blacklist SMTP rejection messages. See -Bset:rej-msg=X in the + dccifd and dccm man pages. + 20060207: AFFECTS: users of www/jakarta-tomcat4, www/jakarta-tomcat41, www/jakarta-tomcat5, www/jakarta-tomcat55, and www/tomcat55 diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index c15758c70ec3..e6f7afddc6bb 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dcc-dccd -PORTVERSION= 1.3.16 +PORTVERSION= 1.3.27 CATEGORIES= mail MASTER_SITES= http://www.rhyolite.com/anti-spam/dcc/source/ \ http://www.wa.apana.org.au/~dean/sources/ \ diff --git a/mail/dcc-dccd/distinfo b/mail/dcc-dccd/distinfo index d493b7e0dad2..c93723cbac7a 100644 --- a/mail/dcc-dccd/distinfo +++ b/mail/dcc-dccd/distinfo @@ -1,3 +1,3 @@ -MD5 (dcc-dccd-1.3.16.tar.Z) = 5468d056bd3b8b51f2300eeaa1852933 -SHA256 (dcc-dccd-1.3.16.tar.Z) = d63c2baa55354200e512e723f309dc1eb0f493bf8c581f6acf1ae0066c44cdb4 -SIZE (dcc-dccd-1.3.16.tar.Z) = 1370359 +MD5 (dcc-dccd-1.3.27.tar.Z) = 1aa43c1ec6841b86bae50208b3ffdf03 +SHA256 (dcc-dccd-1.3.27.tar.Z) = 28d189c1602fbe369f3133946cc827d38bae0b00e281f55401c3adceeb408a29 +SIZE (dcc-dccd-1.3.27.tar.Z) = 1400407 |