diff options
author | clement <clement@FreeBSD.org> | 2004-01-09 02:15:10 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-09 02:15:10 +0000 |
commit | 912a0777b824161abc581600b6da4110c617aea5 (patch) | |
tree | 177d32cd70caedd19b0bf25aebfa8f178f878b59 /news | |
parent | 3d71442ed11cacb7badb4fb74f997d8834633606 (diff) | |
download | FreeBSD-ports-912a0777b824161abc581600b6da4110c617aea5.zip FreeBSD-ports-912a0777b824161abc581600b6da4110c617aea5.tar.gz |
- Update to 1.9.48
### SECURITY BUGFIX ###
- Fetchnews: when a. minlines=0 (default) and b. delaybody=0 (default) and
either c. no filterfile is configured (default) or a. and b. and d.
article_despite_filter=1 are configured, an article with missing mandatory
headers and without body can hang fetchnews and/or prevent the fetch of
further articles from the current group or server.
Reported by Toni Viemerö, SourceForge bug 873149.
This was a denial-of-service bug, not one that could lead to local or remote
privilege escalation.
PR: 61105
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode/Makefile | 2 | ||||
-rw-r--r-- | news/leafnode/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index d0fa07f..1632b2d 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leafnode -PORTVERSION= 1.9.47 +PORTVERSION= 1.9.48 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \ http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ \ diff --git a/news/leafnode/distinfo b/news/leafnode/distinfo index 567d498..ac51722 100644 --- a/news/leafnode/distinfo +++ b/news/leafnode/distinfo @@ -1 +1 @@ -MD5 (leafnode-1.9.47.rel.tar.bz2) = 4c83fc265f34aa1a42dc90599101b4fe +MD5 (leafnode-1.9.48.rel.tar.bz2) = 629f5d4cd8eb6c2140ac7b3684c3085a |