Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 20:35:38 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363387 - in head/security/i2p: . files
Message-ID:  <201407292035.s6TKZcj3040232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Tue Jul 29 20:35:38 2014
New Revision: 363387
URL: http://svnweb.freebsd.org/changeset/ports/363387
QAT: https://qat.redports.org/buildarchive/r363387/

Log:
  - Update to 0.9.14
  - Fixes serious de-anonymization attack
  
  MFH:		2014Q3

Added:
  head/security/i2p/files/patch-installer-resources-clients.config   (contents, props changed)
  head/security/i2p/files/patch-installer-resources-postinstall.sh   (contents, props changed)
Deleted:
  head/security/i2p/files/patch-installer__resources__clients.config
  head/security/i2p/files/patch-installer__resources__postinstall.sh
Modified:
  head/security/i2p/Makefile
  head/security/i2p/distinfo

Modified: head/security/i2p/Makefile
==============================================================================
--- head/security/i2p/Makefile	Tue Jul 29 20:31:48 2014	(r363386)
+++ head/security/i2p/Makefile	Tue Jul 29 20:35:38 2014	(r363387)
@@ -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: head/security/i2p/distinfo
==============================================================================
--- head/security/i2p/distinfo	Tue Jul 29 20:31:48 2014	(r363386)
+++ head/security/i2p/distinfo	Tue Jul 29 20:35:38 2014	(r363387)
@@ -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

Added: head/security/i2p/files/patch-installer-resources-clients.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/i2p/files/patch-installer-resources-clients.config	Tue Jul 29 20:35:38 2014	(r363387)
@@ -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=

Added: head/security/i2p/files/patch-installer-resources-postinstall.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/i2p/files/patch-installer-resources-postinstall.sh	Tue Jul 29 20:35:38 2014	(r363387)
@@ -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/
+         ;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292035.s6TKZcj3040232>