1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 0.9.14

- Fixes serious de-anonymization attack

MFH:		2014Q3
This commit is contained in:
Carlo Strub 2014-07-29 20:35:38 +00:00
parent 0cca64d426
commit 1c5c205e4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363387
5 changed files with 17 additions and 18 deletions

View File

@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= i2p
PORTVERSION= 0.9.11
PORTVERSION= 0.9.14
CATEGORIES= security java net-p2p
MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \
http://download.i2p2.no/releases/${PORTVERSION}/ \
http://download2.geti2p.com/${PORTVERSION}/ \
http://download.geti2p.com/${PORTVERSION}/ \
http://download.i2p2.de/releases/${PORTVERSION}/ \
https://dl.dropboxusercontent.com/u/18621288/I2P/${PORTVERSION}/ \
https://launchpad.net/i2p/trunk/${PORTVERSION}/+download/ \
https://googledrive.com/host/0B4jHEq5G7_EPWV9UeERwdGplZXc/${PORTVERSION}/
DISTFILES= i2psource_${PORTVERSION}${EXTRACT_SUFX}
@ -24,7 +23,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_DISTFILES= i2psource_${PORTVERSION}${EXTRACT_SUFX}
BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp
LIB_DEPENDS= libiconv.so.3:${PORTSDIR}/converters/libiconv
LIB_DEPENDS= libiconv.so:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
ONLY_FOR_ARCHS= i386 amd64

View File

@ -1,2 +1,2 @@
SHA256 (i2psource_0.9.11.tar.bz2) = 50b18c6e012cae1f05295b54ec88ab71c56b8ebf8b9267242bab37f918b80166
SIZE (i2psource_0.9.11.tar.bz2) = 22618918
SHA256 (i2psource_0.9.14.tar.bz2) = 30bb7bbfd1ff829dab048bbb6264d6cf20b2a01511e7cddd4fc13771feb6a780
SIZE (i2psource_0.9.14.tar.bz2) = 22972642

View File

@ -1,5 +1,5 @@
--- installer/resources/clients.config.orig 2014-02-13 23:18:57.000000000 -0200
+++ installer/resources/clients.config 2014-02-13 23:19:16.000000000 -0200
--- installer/resources/clients.config.orig 2014-07-28 20:53:18.000000000 +0200
+++ installer/resources/clients.config 2014-07-28 20:53:58.000000000 +0200
@@ -57,7 +57,7 @@
clientApp.4.name=Open Router Console in web browser at startup
clientApp.4.args=http://127.0.0.1:7657/

View File

@ -0,0 +1,11 @@
--- installer/resources/postinstall.sh.orig 2014-07-28 20:57:21.000000000 +0200
+++ installer/resources/postinstall.sh 2014-07-28 20:58:49.000000000 +0200
@@ -53,7 +53,7 @@
else
wrapperpath="./lib/wrapper/linux64"
# the 32bit libwrapper.so will be needed if a 32 bit jvm is used
- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so
+ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
fi
cp ${wrapperpath}/libwrapper.so ./lib/
;;

View File

@ -1,11 +0,0 @@
--- installer/resources/postinstall.sh.orig 2014-02-14 00:08:38.000000000 -0200
+++ installer/resources/postinstall.sh 2014-02-14 00:08:49.000000000 -0200
@@ -72,7 +72,7 @@
wrapperpath="./lib/wrapper/freebsd64"
cp ${wrapperpath}/libwrapper.so ./lib/
# the 32bit libwrapper.so will be needed if a 32 bit jvm is used
- cp ./lib/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
+ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
fi
;;
osx )