aboutsummaryrefslogtreecommitdiff
path: root/security/i2p
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-07-29 20:35:38 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-07-29 20:35:38 +0000
commit1c5c205e4e3c52a4b7124df5aa310fd9809ba0d3 (patch)
treea1d51c2f73b66811524ce7f1ad1d61c0755029d3 /security/i2p
parent0cca64d426fcebdcac450a16ed3e304226819a0d (diff)
downloadports-1c5c205e4e3c52a4b7124df5aa310fd9809ba0d3.tar.gz
ports-1c5c205e4e3c52a4b7124df5aa310fd9809ba0d3.zip
- Update to 0.9.14
- Fixes serious de-anonymization attack MFH: 2014Q3
Notes
Notes: svn path=/head/; revision=363387
Diffstat (limited to 'security/i2p')
-rw-r--r--security/i2p/Makefile5
-rw-r--r--security/i2p/distinfo4
-rw-r--r--security/i2p/files/patch-installer-resources-clients.config (renamed from security/i2p/files/patch-installer__resources__clients.config)4
-rw-r--r--security/i2p/files/patch-installer-resources-postinstall.sh11
-rw-r--r--security/i2p/files/patch-installer__resources__postinstall.sh11
5 files changed, 17 insertions, 18 deletions
diff --git a/security/i2p/Makefile b/security/i2p/Makefile
index 0f14d7a63738..bb8644a037e2 100644
--- a/security/i2p/Makefile
+++ b/security/i2p/Makefile
@@ -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
diff --git a/security/i2p/distinfo b/security/i2p/distinfo
index c17fd38a89cb..948f79b0b872 100644
--- a/security/i2p/distinfo
+++ b/security/i2p/distinfo
@@ -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
diff --git a/security/i2p/files/patch-installer__resources__clients.config b/security/i2p/files/patch-installer-resources-clients.config
index 8f9b7b6ecbb3..8aa6daf0446a 100644
--- a/security/i2p/files/patch-installer__resources__clients.config
+++ b/security/i2p/files/patch-installer-resources-clients.config
@@ -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/
diff --git a/security/i2p/files/patch-installer-resources-postinstall.sh b/security/i2p/files/patch-installer-resources-postinstall.sh
new file mode 100644
index 000000000000..99f40b2f1706
--- /dev/null
+++ b/security/i2p/files/patch-installer-resources-postinstall.sh
@@ -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/
+ ;;
diff --git a/security/i2p/files/patch-installer__resources__postinstall.sh b/security/i2p/files/patch-installer__resources__postinstall.sh
deleted file mode 100644
index 7f3ed96b1528..000000000000
--- a/security/i2p/files/patch-installer__resources__postinstall.sh
+++ /dev/null
@@ -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 )