svn commit: r363451 - in branches/2014Q3/security/i2p: . files
Carlo Strub
cs at FreeBSD.org
Wed Jul 30 07:57:35 UTC 2014
Author: cs
Date: Wed Jul 30 07:57:34 2014
New Revision: 363451
URL: http://svnweb.freebsd.org/changeset/ports/363451
QAT: https://qat.redports.org/buildarchive/r363451/
Log:
MFH: r363387
- Update to 0.9.14
- Fixes serious de-anonymization attack
Approved by: portmgr
Added:
branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config
- copied unchanged from r363387, head/security/i2p/files/patch-installer-resources-clients.config
branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh
- copied unchanged from r363387, head/security/i2p/files/patch-installer-resources-postinstall.sh
Deleted:
branches/2014Q3/security/i2p/files/patch-installer__resources__clients.config
branches/2014Q3/security/i2p/files/patch-installer__resources__postinstall.sh
Modified:
branches/2014Q3/security/i2p/Makefile
branches/2014Q3/security/i2p/distinfo
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/security/i2p/Makefile
==============================================================================
--- branches/2014Q3/security/i2p/Makefile Wed Jul 30 07:12:58 2014 (r363450)
+++ branches/2014Q3/security/i2p/Makefile Wed Jul 30 07:57:34 2014 (r363451)
@@ -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
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
Modified: branches/2014Q3/security/i2p/distinfo
==============================================================================
--- branches/2014Q3/security/i2p/distinfo Wed Jul 30 07:12:58 2014 (r363450)
+++ branches/2014Q3/security/i2p/distinfo Wed Jul 30 07:57:34 2014 (r363451)
@@ -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
Copied: branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config (from r363387, head/security/i2p/files/patch-installer-resources-clients.config)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config Wed Jul 30 07:57:34 2014 (r363451, copy of r363387, head/security/i2p/files/patch-installer-resources-clients.config)
@@ -0,0 +1,11 @@
+--- 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/
+ clientApp.4.delay=3
+-clientApp.4.startOnLoad=true
++clientApp.4.startOnLoad=false
+
+ # BOB bridge
+ clientApp.5.args=
Copied: branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh (from r363387, head/security/i2p/files/patch-installer-resources-postinstall.sh)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh Wed Jul 30 07:57:34 2014 (r363451, copy of r363387, head/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/
+ ;;
More information about the svn-ports-all
mailing list