diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-09 02:15:10 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-09 02:15:10 +0000 |
commit | 58f4362057bca2e4ac0a37874d36d79ce101aa90 (patch) | |
tree | d148081e4dae8b83211de20a8a8f9f6b42022ed4 /news | |
parent | Fix plist. (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=97731
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 d0fa07fca453..1632b2d0ee1c 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 567d4986a00d..ac51722bbaf2 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 |