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 4.0.9. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd7f413a8205
branches:  trunk
changeset: 550907:cd7f413a8205
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Dec 02 16:24:58 2008 +0000

description:
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.

diffstat:

 mail/spamdyke/Makefile         |   4 ++--
 mail/spamdyke/distinfo         |  10 +++++-----
 mail/spamdyke/patches/patch-aa |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r 850f8097f075 -r cd7f413a8205 mail/spamdyke/Makefile
--- a/mail/spamdyke/Makefile    Tue Dec 02 16:24:37 2008 +0000
+++ b/mail/spamdyke/Makefile    Tue Dec 02 16:24:58 2008 +0000
@@ -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
diff -r 850f8097f075 -r cd7f413a8205 mail/spamdyke/distinfo
--- a/mail/spamdyke/distinfo    Tue Dec 02 16:24:37 2008 +0000
+++ b/mail/spamdyke/distinfo    Tue Dec 02 16:24:58 2008 +0000
@@ -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
diff -r 850f8097f075 -r cd7f413a8205 mail/spamdyke/patches/patch-aa
--- a/mail/spamdyke/patches/patch-aa    Tue Dec 02 16:24:37 2008 +0000
+++ b/mail/spamdyke/patches/patch-aa    Tue Dec 02 16:24:58 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index