diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-27 11:41:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-27 11:41:03 +0000 |
commit | e95972e45e0333c98210b17abeaaa898483bee7b (patch) | |
tree | 757749478506fc94beeeb89a2d030e494b869731 /mail/mhonarc/Makefile | |
parent | 184e2c2bcd487302d27d176557328adbc3f0cd36 (diff) | |
download | pkgsrc-e95972e45e0333c98210b17abeaaa898483bee7b.tar.gz |
- Update mhonarc for recent security issue (XSS)
- From the changelog:
> 9050 Regex abort error in mhmimetypes.pl under Win32
> 11187 incorrectly parsing UTF-8 encoded messages
> 11207 usenameext option to m2h_external::filter has no effect
> 11760 spammode false positives on some HTML mail
> 11762 rel=nofollow attribute support in message body hyperlinks
> 11977 TSLICETOPBEGCUR ignored
> 12512 Consecutive spaces not displayed in some cases
> 12802 SubjectStripCode not working on message file
> 12930 Cross site scripting bug in m2h_text_html::filter
Diffstat (limited to 'mail/mhonarc/Makefile')
-rw-r--r-- | mail/mhonarc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index 9477aab9064..ef47e83935d 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/06/26 16:22:04 adrianp Exp $ +# $NetBSD: Makefile,v 1.20 2005/05/27 11:41:03 adrianp Exp $ # -DISTNAME= MHonArc-2.6.10 -PKGNAME= mhonarc-2.6.10 +DISTNAME= MHonArc-2.6.11 +PKGNAME= mhonarc-2.6.11 CATEGORIES= mail MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ EXTRACT_SUFX= .tar.bz2 |