Update to 4.0.9. From the changelog:

This version fixes a bug in the address parser that was preventing
some sender/recipient whitelist/blacklist entries from matching.
Thanks to John Devenport for reporting this one. This version also
fixes a bug in the "config-test" feature that prevented spamdyke
from finding its own binary when the file is not in the current
directory. Thanks to John Hallam for reporting this one.
This commit is contained in:
schmonz 2008-12-02 16:24:58 +00:00
parent 12391adb38
commit ae3ed970a9
3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 2008/11/06 16:57:41 schmonz Exp $
# $NetBSD: Makefile,v 1.22 2008/12/02 16:24:58 schmonz Exp $
#
DISTNAME= spamdyke-4.0.8
DISTNAME= spamdyke-4.0.9
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/
EXTRACT_SUFX= .tgz

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.21 2008/11/06 16:57:41 schmonz Exp $
$NetBSD: distinfo,v 1.22 2008/12/02 16:24:58 schmonz Exp $
SHA1 (spamdyke-4.0.8.tgz) = b937e71d80eb01d8a889740d08b5c3fc96931620
RMD160 (spamdyke-4.0.8.tgz) = 5fc865060e862e05725da5b8418e561c4efd6c9a
Size (spamdyke-4.0.8.tgz) = 451772 bytes
SHA1 (patch-aa) = bb988fc5cad08f8e4e05a0aa67d767c48f975955
SHA1 (spamdyke-4.0.9.tgz) = 3c002db526640e833bfb8b90964a366779c4057a
RMD160 (spamdyke-4.0.9.tgz) = c1891a8b204acb2a7c2fdf48a9f2a19629413416
Size (spamdyke-4.0.9.tgz) = 453004 bytes
SHA1 (patch-aa) = 1eeea810a457a9560258c761d828987a440c7f29

View file

@ -1,12 +1,12 @@
$NetBSD: patch-aa,v 1.9 2008/07/16 07:03:21 schmonz Exp $
$NetBSD: patch-aa,v 1.10 2008/12/02 16:24:58 schmonz Exp $
--- spamdyke.h.orig 2008-06-25 23:11:26.000000000 -0400
--- spamdyke.h.orig 2008-11-28 13:02:32.000000000 -0500
+++ spamdyke.h
@@ -93,7 +93,7 @@
#define STRINGIFY(X) _STRINGIFY(X)
#define DEFAULT_REMOTE_IP "0.0.0.0"
-#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin:/var/qmail/bin:/home/vpopmail/bin"
-#define DEFAULT_PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/var/qmail/bin:/home/vpopmail/bin"
+#define DEFAULT_PATH "/bin:/usr/bin:@LOCALBASE@/bin:@QMAILDIR@/bin:/home/vpopmail/bin"
#define DEFAULT_NIHDNS_RESOLVER_FILENAME "/etc/resolv.conf"
#define DEFAULT_NIHDNS_PORT 53