diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 13:58:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 13:58:16 +0000 |
commit | 656d57159fbf2958391a217899de07273af8e602 (patch) | |
tree | a7513cfb1a5384ce7325cbaf5a497e48a10ecdad /net-p2p/freenet/Makefile | |
parent | Directory share/xfwm4/themes/kleanux has to be deleted too (diff) |
Update version 0.5.2.1
a) fixes "major vulnerability in the HTML filter" in the web interface
http://www.freenetproject.org/ says:
> 18th July, 2003 - Upgrade to 0.5.2.1
> Freenet 0.5.2.1 fixes amongst other things a
> major vulnerability in the HTML filter. Anyone running
> Freenet should upgrade.
b) situation seems to be serious and urgent update is required.
PR: 54652, 54580 and 54430
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Suggestion by: kuriyama
Notes
Notes:
svn path=/head/; revision=85857
Diffstat (limited to 'net-p2p/freenet/Makefile')
-rw-r--r-- | net-p2p/freenet/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 094ac006133a..5e2bda12acc7 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -6,16 +6,15 @@ # PORTNAME= freenet -PORTVERSION= 0.5.2.r1 +PORTVERSION= 0.5.2.1 CATEGORIES= net java security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= lioux@FreeBSD.org -COMMENT= peer-to-peer network aiming at anonymity and freedom of speech +COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech -USE_JAVA= 1.3+ +USE_JAVA= 1.4+ NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes WRKSRC= ${WRKDIR}/${PORTNAME} |