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.1. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/804a42d56a3f
branches: trunk
changeset: 529436:804a42d56a3f
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jun 04 21:54:05 2007 +0000
description:
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.
diffstat:
mail/spamdyke/Makefile | 4 ++--
mail/spamdyke/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r b2fd6b872379 -r 804a42d56a3f mail/spamdyke/Makefile
--- a/mail/spamdyke/Makefile Mon Jun 04 21:14:23 2007 +0000
+++ b/mail/spamdyke/Makefile Mon Jun 04 21:54:05 2007 +0000
@@ -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 -r b2fd6b872379 -r 804a42d56a3f mail/spamdyke/distinfo
--- a/mail/spamdyke/distinfo Mon Jun 04 21:14:23 2007 +0000
+++ b/mail/spamdyke/distinfo Mon Jun 04 21:54:05 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index