diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-09-05 20:33:53 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-09-05 20:33:53 +0000 |
commit | e6ac7cef923a81820ba6eb99a944a3294ec5eada (patch) | |
tree | 5d1a6a7869d90990b2a3564823b00786ba348ef6 /mail/spamdyke | |
parent | 1a384dd1b7a97b24d8b16207f8884c5ec2a35f3b (diff) | |
download | pkgsrc-e6ac7cef923a81820ba6eb99a944a3294ec5eada.tar.gz |
Update to 4.0.4. From the changelog:
Moved the code for loading configuration files into prepare_settings() from
do_spamdyke(). When the default value for the "log-target" option was
being set before the configuration files were read, the syslog option
could be incorrectly set, even if stderr was specified in a file.
Thanks to Eric Shubert for reporting this one.
Changed the configure script to detect environments where printf()/scanf()
use "%ld" for 64-bit integers instead of "%lld" (CentOS 64-bit). This
wouldn't be necessary if the gcc authors could grasp the idea that
"long int" and "long long int" may be interchangable and not emit warnings.
Thanks to kjl for reporting this one.
Diffstat (limited to 'mail/spamdyke')
-rw-r--r-- | mail/spamdyke/Makefile | 4 | ||||
-rw-r--r-- | mail/spamdyke/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index e73a7ffb912..2c558870f1d 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2008/08/15 16:48:16 schmonz Exp $ +# $NetBSD: Makefile,v 1.18 2008/09/05 20:33:53 schmonz Exp $ # -DISTNAME= spamdyke-4.0.3 +DISTNAME= spamdyke-4.0.4 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}releases/ EXTRACT_SUFX= .tgz diff --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo index 63d697aa498..92e0d0b9a27 100644 --- a/mail/spamdyke/distinfo +++ b/mail/spamdyke/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2008/08/15 16:48:16 schmonz Exp $ +$NetBSD: distinfo,v 1.18 2008/09/05 20:33:53 schmonz Exp $ -SHA1 (spamdyke-4.0.3.tgz) = bc0db5410cc17c8bfaa83fc703dcb10103153999 -RMD160 (spamdyke-4.0.3.tgz) = 6e6b7442b24276a9a45382a14cabe1dbbbbc8c25 -Size (spamdyke-4.0.3.tgz) = 447280 bytes +SHA1 (spamdyke-4.0.4.tgz) = d38f028c64e4c11a07b5c7667ccb160fd85a5287 +RMD160 (spamdyke-4.0.4.tgz) = 52cb20c34a15d3f8638b9db19ee6f442f3aff7bf +Size (spamdyke-4.0.4.tgz) = 443502 bytes SHA1 (patch-aa) = bb988fc5cad08f8e4e05a0aa67d767c48f975955 |