diff options
author | tron <tron@pkgsrc.org> | 2003-01-29 17:34:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-01-29 17:34:28 +0000 |
commit | c30f53768ffb1b9d417e811a81209a0d8a99c4fa (patch) | |
tree | eae0e9cd3ea5044a321637532502d6d8dda155ec /mail/spamassassin/Makefile | |
parent | 65ee9fa46c5f0666cc223ab2f82cce5ff2695379 (diff) | |
download | pkgsrc-c30f53768ffb1b9d417e811a81209a0d8a99c4fa.tar.gz |
Fix buffer overflow in "spamc" program can be remotely exploited.
Bump package revision.
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 57702c44365..0aee6534055 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/01/28 22:03:39 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/29 17:34:28 tron Exp $ DISTNAME= Mail-SpamAssassin-2.43 PKGNAME= spamassassin-2.43 -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= sa CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} \ |