1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Maho Nakata 2003-07-29 13:58:16 +00:00
parent ee79ddc536
commit 656d57159f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85857
9 changed files with 21 additions and 24 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (freenet-0.5.2-rc1.tar.gz) = 4fa988b915517a44def233760662f420
MD5 (freenet-0.5.2.1.tar.gz) = 59270ee48d889e0be9cae584b67d2743

View File

@ -5,7 +5,7 @@
PREFIX="%%PREFIX%%"
# java
JAVAVM="%%JAVAVM%%"
JAVAVM_CALL="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILES="%%JAR_FILES%%"
JAR_START="%%JAR_START%%"
@ -19,7 +19,7 @@ CONFIG_FILE=freenet.conf
configure_freenet () {
echo "Configuring FreeNet node"
cd ${HOME_DIR} &&
${JAVAVM} -jar ./${JAR_START} freenet.node.Main --config "${@}"
${JAVAVM_CALL} -jar ./${JAR_START} freenet.node.Main --config "${@}"
}
configure_java_classpath () {
@ -91,7 +91,7 @@ prepare_home_dir () {
start_freenet () {
echo "Starting FreeNet node"
cd ${HOME_DIR} &&
nice -10 ${JAVAVM} -jar ./${JAR_START} "${@}" &
nice -10 ${JAVAVM_CALL} -jar ./${JAR_START} "${@}" &
echo $! > ${HOME_DIR}/freenet.pid
exit 0
}

View File

@ -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}

View File

@ -1 +1 @@
MD5 (freenet-0.5.2-rc1.tar.gz) = 4fa988b915517a44def233760662f420
MD5 (freenet-0.5.2.1.tar.gz) = 59270ee48d889e0be9cae584b67d2743

View File

@ -5,7 +5,7 @@
PREFIX="%%PREFIX%%"
# java
JAVAVM="%%JAVAVM%%"
JAVAVM_CALL="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILES="%%JAR_FILES%%"
JAR_START="%%JAR_START%%"
@ -19,7 +19,7 @@ CONFIG_FILE=freenet.conf
configure_freenet () {
echo "Configuring FreeNet node"
cd ${HOME_DIR} &&
${JAVAVM} -jar ./${JAR_START} freenet.node.Main --config "${@}"
${JAVAVM_CALL} -jar ./${JAR_START} freenet.node.Main --config "${@}"
}
configure_java_classpath () {
@ -91,7 +91,7 @@ prepare_home_dir () {
start_freenet () {
echo "Starting FreeNet node"
cd ${HOME_DIR} &&
nice -10 ${JAVAVM} -jar ./${JAR_START} "${@}" &
nice -10 ${JAVAVM_CALL} -jar ./${JAR_START} "${@}" &
echo $! > ${HOME_DIR}/freenet.pid
exit 0
}

View File

@ -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}

View File

@ -1 +1 @@
MD5 (freenet-0.5.2-rc1.tar.gz) = 4fa988b915517a44def233760662f420
MD5 (freenet-0.5.2.1.tar.gz) = 59270ee48d889e0be9cae584b67d2743

View File

@ -5,7 +5,7 @@
PREFIX="%%PREFIX%%"
# java
JAVAVM="%%JAVAVM%%"
JAVAVM_CALL="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILES="%%JAR_FILES%%"
JAR_START="%%JAR_START%%"
@ -19,7 +19,7 @@ CONFIG_FILE=freenet.conf
configure_freenet () {
echo "Configuring FreeNet node"
cd ${HOME_DIR} &&
${JAVAVM} -jar ./${JAR_START} freenet.node.Main --config "${@}"
${JAVAVM_CALL} -jar ./${JAR_START} freenet.node.Main --config "${@}"
}
configure_java_classpath () {
@ -91,7 +91,7 @@ prepare_home_dir () {
start_freenet () {
echo "Starting FreeNet node"
cd ${HOME_DIR} &&
nice -10 ${JAVAVM} -jar ./${JAR_START} "${@}" &
nice -10 ${JAVAVM_CALL} -jar ./${JAR_START} "${@}" &
echo $! > ${HOME_DIR}/freenet.pid
exit 0
}