diff options
author | heinz <heinz@pkgsrc.org> | 2006-06-05 23:01:01 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-06-05 23:01:01 +0000 |
commit | acbfb541761e596843492a0e3c453ae507ce955f (patch) | |
tree | feb809369adf83c49e69ccec7310ac4865c7aa01 /mail | |
parent | 3aed8784f06808249aa701c5e3dacef8d8fe69ee (diff) | |
download | pkgsrc-acbfb541761e596843492a0e3c453ae507ce955f.tar.gz |
Updated to version 3.1.3.
Pkgsrc changes:
- patch-bb for no longer necessary (integrated upstream).
Changes since version 3.1.2:
============================
- bug 4926: given a certain set of parameters to spamd and a specially
formatted input message, users could cause spamd to execute arbitrary
commands as the spamd user
- bug 4932: the userstate dir and userprefs file would not be created
under certain conditions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 6 | ||||
-rw-r--r-- | mail/spamassassin/distinfo | 9 | ||||
-rw-r--r-- | mail/spamassassin/patches/patch-bb | 13 |
3 files changed, 7 insertions, 21 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index dfe5bd2b8dd..8668d2d5ef7 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2006/05/26 20:53:00 heinz Exp $ +# $NetBSD: Makefile,v 1.72 2006/06/05 23:01:01 heinz Exp $ -DISTNAME= Mail-SpamAssassin-3.1.2 -PKGNAME= spamassassin-3.1.2 +DISTNAME= Mail-SpamAssassin-3.1.3 +PKGNAME= spamassassin-3.1.3 SVR4_PKGNAME= sa CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/} diff --git a/mail/spamassassin/distinfo b/mail/spamassassin/distinfo index 527fe6d7e7d..296d31aac3e 100644 --- a/mail/spamassassin/distinfo +++ b/mail/spamassassin/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.37 2006/05/26 20:53:00 heinz Exp $ +$NetBSD: distinfo,v 1.38 2006/06/05 23:01:01 heinz Exp $ -SHA1 (Mail-SpamAssassin-3.1.2.tar.gz) = ea5e1e9755e294ee9edb238144ac831602d10027 -RMD160 (Mail-SpamAssassin-3.1.2.tar.gz) = a93937a50eddc0333a344a32029a14fdf783bf39 -Size (Mail-SpamAssassin-3.1.2.tar.gz) = 1134784 bytes +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 (patch-ab) = df95d87a2f2e7af238c27c3d5468d9aad7eb000d SHA1 (patch-ae) = 1461b24978c75c394c607ae1d49cb49dd086b563 SHA1 (patch-aq) = 495a3ac94a05129520e5d7018fdd56b6dad3c951 SHA1 (patch-ay) = 7d805e7ef86e279a19e7d3d2f03e2227624317f8 -SHA1 (patch-bb) = 1875f4e31e6b9bb06939a76c7cd1f485d2e58206 diff --git a/mail/spamassassin/patches/patch-bb b/mail/spamassassin/patches/patch-bb deleted file mode 100644 index 293028264e3..00000000000 --- a/mail/spamassassin/patches/patch-bb +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-bb,v 1.1 2006/05/26 20:53:00 heinz Exp $ - ---- rules/v312.pre.orig 2006-05-24 22:07:29.000000000 +0200 -+++ rules/v312.pre -@@ -3,7 +3,7 @@ - # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be - # tweaked. - # --# This file was installed during the installation of SpamAssassin 3.2.0, -+# This file was installed during the installation of SpamAssassin 3.1.2, - # and contains plugin loading commands for the new plugins added in that - # release. It will not be overwritten during future SpamAssassin installs, - # so you can modify it to enable some disabled-by-default plugins below, |