diff options
author | heinz <heinz@pkgsrc.org> | 2005-06-19 22:29:35 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-06-19 22:29:35 +0000 |
commit | 640c30ceff70fb819f65ab0ae3e4226cd7e159f7 (patch) | |
tree | 33c93a7dc65697e5245cca648a331e04d723d897 /mail/spamassassin/Makefile | |
parent | 3558d80e8571a187112802396f5b2a1b7d1791e9 (diff) | |
download | pkgsrc-640c30ceff70fb819f65ab0ae3e4226cd7e159f7.tar.gz |
Update to version 3.0.4.
This solves the update request in PR pkg/30452.
No pkgsrc related changes. This release fixes a recently reported DoS
vulnerability.
Highlights of the release
-------------------------
- Certain invalid "Content-Type" headers would cause SpamAssassin to
incorrectly process parts of the message.
- Certain long message headers could cause slowness when parsing the message.
- Added in SURBL JP list.
- URI anti-obfuscation updates.
- Additional bug fixes.
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 2082e06816c..6dcc6df0d88 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/04/29 08:48:40 heinz Exp $ +# $NetBSD: Makefile,v 1.56 2005/06/19 22:29:35 heinz Exp $ DISTNAME= Mail-SpamAssassin-${SPAMASSASSIN_VERSION} PKGNAME= spamassassin-${SPAMASSASSIN_VERSION} @@ -27,7 +27,7 @@ CONFLICTS= p5-Mail-SpamAssassin-[1-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -SPAMASSASSIN_VERSION= 3.0.3 +SPAMASSASSIN_VERSION= 3.0.4 WRKSRC= ${WRKDIR}/${DISTNAME} @@ -37,7 +37,7 @@ USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= spamassassin # Set contact address (e-mail, URL, ...) for use in spam report messages -# See "perldoc Mail::SpamAssassin::Conf" for option "report_contact" +# See "perldoc Mail::SpamAssassin::Conf" for option "report_contact" SPAMASSASSIN_CONTACT_ADDRESS?= postmaster .include "options.mk" @@ -123,13 +123,13 @@ post-install: spamc/README.qmail \ sample-nonspam.txt sample-spam.txt spamd/README \ spamd/README.vpopmail - @${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}/$f - @${ECHO} "${DOC_SUBDIR}/$f" >> ${PLIST_ADD} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f} + @${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD} .endfor .for f in STATISTICS.txt STATISTICS-set1.txt STATISTICS-set2.txt \ STATISTICS-set3.txt - @${INSTALL_DATA} ${WRKSRC}/rules/$f ${DOCDIR}/ - @${ECHO} "${DOC_SUBDIR}/$f" >> ${PLIST_ADD} + @${INSTALL_DATA} ${WRKSRC}/rules/${f} ${DOCDIR}/ + @${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD} .endfor .for DIR in masses sql ldap tools @cd ${WRKSRC}; \ |