From 88398b2bc24600ea29e944dbe250b3886e1bc6d0 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 4 Jun 2007 21:54:05 +0000 Subject: Update to 2.6.1. From the changelog: * Changed calls to tolower() and isalnum() to eliminate warnings from gcc 3.3.3 on NetBSD 3.1. Thanks to David Frese for reporting this one. * Fixed a very small typo in the new mask/flag system that was preventing spamdyke from advertising SMTP AUTH on unpatched qmail servers -- FILTER_FLAG_AUTH_ADD had the same value as FILTER_FLAG_AUTH_NONE. Oops. Thanks to Renato Franzin for reporting this one. * Fixed an oversight in the use of gethostbyname() to perform DNS lookups for A records. If the server is configured to search a domain for matching names ("search" in /etc/resolv.conf) and the domain has a wildcard DNS entry, the DNS RBL code was always matching because an A record was always found. Adding a dot to the end of the queried name prevents the domain searching and returns correct results. Thanks to "Paolo", Alexander Fordyce and Jens Mickerts for reporting and helping me troubleshoot this one. --- mail/spamdyke/Makefile | 4 ++-- mail/spamdyke/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/spamdyke') diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index 64edbd2c6c8..1454d2c8a06 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/05/30 05:58:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/04 21:54:05 schmonz Exp $ # -DISTNAME= spamdyke-2.6.0 +DISTNAME= spamdyke-2.6.1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}releases/ EXTRACT_SUFX= .tgz diff --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo index 2bc3aa37089..d477335431b 100644 --- a/mail/spamdyke/distinfo +++ b/mail/spamdyke/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2007/05/30 05:58:10 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2007/06/04 21:54:05 schmonz Exp $ -SHA1 (spamdyke-2.6.0.tgz) = 1dd4f50c42f31575d087efd70836421a7c9e7acf -RMD160 (spamdyke-2.6.0.tgz) = 38ea92003e5602c02969f9925f883216e7296bdd -Size (spamdyke-2.6.0.tgz) = 109459 bytes +SHA1 (spamdyke-2.6.1.tgz) = 6555d7ddd8f57a674c0c2ac5dc0c667dd1e4a4f5 +RMD160 (spamdyke-2.6.1.tgz) = 24326eb4f18359dc5bc065e25f70f7e2119a64c7 +Size (spamdyke-2.6.1.tgz) = 109837 bytes SHA1 (patch-aa) = 34f349594339f4a2df360249a7696dfbaab03ab7 SHA1 (patch-ab) = e92e9ed2265debd1bf3607d83c3645a37acb4ffe SHA1 (patch-ac) = 063c5c98d553f3e173b8c87c7ca24661264bb4cc -- cgit v1.2.3