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/leafnode/Makefile | |
parent | 427c8bd159ba7acb73372cc5e28f737368a3e223 (diff) | |
download | ports-58f4362057bca2e4ac0a37874d36d79ce101aa90.tar.gz ports-58f4362057bca2e4ac0a37874d36d79ce101aa90.zip |
- 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/leafnode/Makefile')
-rw-r--r-- | news/leafnode/Makefile | 2 |
1 files changed, 1 insertions, 1 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}/ \ |