diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-11-06 16:57:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-11-06 16:57:41 +0000 |
commit | 59fb2ad13266feae60c08a47ff1e995761f12b72 (patch) | |
tree | 8e91e91a41c66b83ab3d4a117a14e15e30d2eeac /mail/spamdyke | |
parent | 319f1bd28579936d0d4785670d94662684d7fea2 (diff) | |
download | pkgsrc-59fb2ad13266feae60c08a47ff1e995761f12b72.tar.gz |
Update to 4.0.8. From the changelog:
Changed spamdyke_log() to send all messages to stderr (when appropriate) using
a single call to vfprintf() by adding newline characters and PID prefixes to
the format before outputting anything. This is necessary to work around a
problem with the design of DJB's multilog program, which uses a single pipe
to accept input from all processes and thus cannot keep log messages
separate. This means partial output from some spamdyke processes could
overlap output from other spamdyke processes when the load rises (a race
condition). Thanks to Philip Nix Guru 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 0f48008c60a..8a82433d9ec 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2008/10/18 04:51:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2008/11/06 16:57:41 schmonz Exp $ # -DISTNAME= spamdyke-4.0.7 +DISTNAME= spamdyke-4.0.8 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}releases/ EXTRACT_SUFX= .tgz diff --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo index 390ad7a89c1..ac1b788c9cd 100644 --- a/mail/spamdyke/distinfo +++ b/mail/spamdyke/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2008/10/18 04:51:01 schmonz Exp $ +$NetBSD: distinfo,v 1.21 2008/11/06 16:57:41 schmonz Exp $ -SHA1 (spamdyke-4.0.7.tgz) = 64b6771e5e22490bb80a3ceb43b01508f8637696 -RMD160 (spamdyke-4.0.7.tgz) = cefafb2cfac1f20ba150d636bbd1c5ddeb052b98 -Size (spamdyke-4.0.7.tgz) = 451491 bytes +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 |