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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2bb21898cf7
branches:  trunk
changeset: 549646:b2bb21898cf7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Nov 06 16:57:41 2008 +0000

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

 mail/spamdyke/Makefile |  4 ++--
 mail/spamdyke/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r c92aeaf493b0 -r b2bb21898cf7 mail/spamdyke/Makefile
--- a/mail/spamdyke/Makefile    Thu Nov 06 16:09:57 2008 +0000
+++ b/mail/spamdyke/Makefile    Thu Nov 06 16:57:41 2008 +0000
@@ -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 -r c92aeaf493b0 -r b2bb21898cf7 mail/spamdyke/distinfo
--- a/mail/spamdyke/distinfo    Thu Nov 06 16:09:57 2008 +0000
+++ b/mail/spamdyke/distinfo    Thu Nov 06 16:57:41 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index