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/leafnode/Makefile | |
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/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 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}/ \ |