pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Updated to version 3.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/461f85813df7
branches:  trunk
changeset: 516914:461f85813df7
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Jul 31 21:10:59 2006 +0000

description:
Updated to version 3.1.4.

Pkgsrc changes:
  - Incorporated new version requirements for p5-Archive-Tar and p5-IO-Zlib.

Relevant changes since version 3.1.3:
=====================================

- bug 4941: if the first sa-update run failed and wasn't re-run to successful
  completion, the local state directory would exist, and therefore SA sees no
  rules.  now, wait as long as possible to create the directory, and try to
  remove it on failure.
- bug 4997: increase module version requirements for Archive::Tar to 1.23 and
  IO::Zlib to 1.04
- bug 4966: fix major BSMTP bug, which rendered SA unusable with exim4 when
  BSMTP is used.
- bug 4899: Windows had issues with single quotes around filenames so certain
  things like pyzor, etc, wouldn't function.
- bug 4958: sa-update should work on Windows
- bug 4908: gtube.t test failed in non-english locales
- bug 4488: deal with potential memory leak due to Bayes and BayesStore
  circular references
- bug 4862: update macro values in update channels (ie: @@CONTACT_ADDRESS@@)

diffstat:

 mail/spamassassin/Makefile |  10 +++++-----
 mail/spamassassin/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 29ec4ebc1484 -r 461f85813df7 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Mon Jul 31 21:08:03 2006 +0000
+++ b/mail/spamassassin/Makefile        Mon Jul 31 21:10:59 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2006/06/05 23:01:01 heinz Exp $
+# $NetBSD: Makefile,v 1.73 2006/07/31 21:10:59 heinz Exp $
 
-DISTNAME=      Mail-SpamAssassin-3.1.3
-PKGNAME=       spamassassin-3.1.3
+DISTNAME=      Mail-SpamAssassin-3.1.4
+PKGNAME=       spamassassin-3.1.4
 SVR4_PKGNAME=  sa
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_APACHE:=spamassassin/source/}
@@ -17,8 +17,8 @@
 DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 DEPENDS+=      {p5-MIME-Base64>=2.11,perl>=5.8.0}:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
-DEPENDS+=      p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
-DEPENDS+=      p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
+DEPENDS+=      p5-Archive-Tar>=1.23:../../archivers/p5-Archive-Tar
+DEPENDS+=      p5-IO-Zlib>=1.04:../../devel/p5-IO-Zlib
 
 .if (${OPSYS} != "NetBSD") && (${OPSYS} != "DragonFly")
 DEPENDS+=      p5-DB_File-[0-9]*:../../databases/p5-DB_File
diff -r 29ec4ebc1484 -r 461f85813df7 mail/spamassassin/distinfo
--- a/mail/spamassassin/distinfo        Mon Jul 31 21:08:03 2006 +0000
+++ b/mail/spamassassin/distinfo        Mon Jul 31 21:10:59 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2006/06/05 23:01:01 heinz Exp $
+$NetBSD: distinfo,v 1.39 2006/07/31 21:10:59 heinz Exp $
 
-SHA1 (Mail-SpamAssassin-3.1.3.tar.gz) = ed9e18fae6db86d0b77ce48d8262194e06df9ef8
-RMD160 (Mail-SpamAssassin-3.1.3.tar.gz) = e0312b9a4920d01d28fc75f5e613fa0f3e8a5612
-Size (Mail-SpamAssassin-3.1.3.tar.gz) = 1134662 bytes
+SHA1 (Mail-SpamAssassin-3.1.4.tar.gz) = df88c2e27c1c8ede60a1b967443a3b16cc74cd9f
+RMD160 (Mail-SpamAssassin-3.1.4.tar.gz) = 8aebcc9fa4ed0eafadab85eaafd2f7b488a7ff91
+Size (Mail-SpamAssassin-3.1.4.tar.gz) = 1142066 bytes
 SHA1 (patch-ab) = df95d87a2f2e7af238c27c3d5468d9aad7eb000d
 SHA1 (patch-ae) = 1461b24978c75c394c607ae1d49cb49dd086b563
 SHA1 (patch-aq) = 495a3ac94a05129520e5d7018fdd56b6dad3c951



Home | Main Index | Thread Index | Old Index