diff options
author | krion <krion@FreeBSD.org> | 2004-10-26 13:02:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-26 13:02:56 +0800 |
commit | 774c9c326b4487ca135ded771df1429238661adc (patch) | |
tree | d01cb424f47d2a4802ef2a18f6f0d771d5a8567d /mail | |
parent | c4fb528a9211dbb44732b4c2fbfa209cf884ea47 (diff) | |
download | freebsd-ports-gnome-774c9c326b4487ca135ded771df1429238661adc.tar.gz freebsd-ports-gnome-774c9c326b4487ca135ded771df1429238661adc.tar.zst freebsd-ports-gnome-774c9c326b4487ca135ded771df1429238661adc.zip |
- Update to 0.92.8
This update fixes among many other tiny bugs one security bug that
allows a remote attacker to cause a denial of service in bogofilter,
by crashing it; a malformatted (non-conformant) RFC-2047 encoded
word triggers an attempt to write a terminating NUL byte past the
end of a buffer or (more commonly) into the zero-page, which causes
a segfault.
Depending on the exact MTA/MDA configuration on the receiving
machine, this can cause a denial of service of the mail system.
PR: ports/73144
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter-current/distinfo | 4 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index caea9d8f6f5e..cbaee607ff4f 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTVERSION= 0.92.7 +PORTVERSION= 0.92.8 PORTREVISION= 0 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -88,7 +88,7 @@ post-install:: doc/README.validation TODO \ CHANGES-* RELEASE.NOTES-* \ doc/integrating-with-postfix doc/integrating-with-qmail \ - doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 METHODS \ + doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \ doc/README.tdb ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo index f9b1a701f259..e1e0683058c1 100644 --- a/mail/bogofilter-current/distinfo +++ b/mail/bogofilter-current/distinfo @@ -1,2 +1,2 @@ -MD5 (bogofilter-0.92.7.tar.bz2) = 6c247d060c23714e5a73d82586a16588 -SIZE (bogofilter-0.92.7.tar.bz2) = 630924 +MD5 (bogofilter-0.92.8.tar.bz2) = dac06b6afcab0e36d17b1604216dc9bf +SIZE (bogofilter-0.92.8.tar.bz2) = 637420 diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index caea9d8f6f5e..cbaee607ff4f 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTVERSION= 0.92.7 +PORTVERSION= 0.92.8 PORTREVISION= 0 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -88,7 +88,7 @@ post-install:: doc/README.validation TODO \ CHANGES-* RELEASE.NOTES-* \ doc/integrating-with-postfix doc/integrating-with-qmail \ - doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 METHODS \ + doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \ doc/README.tdb ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index f9b1a701f259..e1e0683058c1 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,2 +1,2 @@ -MD5 (bogofilter-0.92.7.tar.bz2) = 6c247d060c23714e5a73d82586a16588 -SIZE (bogofilter-0.92.7.tar.bz2) = 630924 +MD5 (bogofilter-0.92.8.tar.bz2) = dac06b6afcab0e36d17b1604216dc9bf +SIZE (bogofilter-0.92.8.tar.bz2) = 637420 |