diff --git a/net-p2p/i2p/Manifest b/net-p2p/i2p/Manifest index 1504c9cc19876..80867dbed211b 100644 --- a/net-p2p/i2p/Manifest +++ b/net-p2p/i2p/Manifest @@ -1,2 +1,2 @@ -DIST i2psource_0.9.24.tar.bz2 24468215 SHA256 134481ae5ef934a411545330d1b22e768189c424a65db47058db0f7d9cf51e7d SHA512 9029ea06640a937385499fd308232f2c3b04308cc834e2e2491a567c47be4aa128d509b2058735cb8cf088a0b9273b418efbca05d70944ef9e95c3d15d96a47a WHIRLPOOL d7211cf46bf4bbaa54340de0dadcb255f2321d75b3d968401612c1bc0926f91f1d248e634c97c8d6948f78cd4a68c9a79ca4a65102e205a56c704a2409416cf3 DIST i2psource_0.9.25.tar.bz2 24652935 SHA256 daaac2b5a5a6b5bbd4b805f76e14f6a7c201dfd7c1cf43c98e182d2e657d1236 SHA512 a50f00d9ad32993da30529339e3ffd425d5e97d5120d9e4e446f6fa7ac0cbb6ee4f35c013b0815802ff6c72e188b00d408c7fa398c8ee1ae71be57383a1411f6 WHIRLPOOL a851f6505155201d872774407dc71c9dd03a4683b3ce35d2fff74fd3f7f17d12cc1cc72dfcc2c7c4f0d82b86333bd0424066ae41330e603ba07872d56c257e27 +DIST i2psource_0.9.26.tar.bz2 27039859 SHA256 49fbaea7f4d5ea0606de68ebb270fc3d4380631ecfd5c9ad82ed9356e29df937 SHA512 2b3f96fe97418c176b4e0058817bde81909e46d136ed5cadf9f8fb4323b0a35e0a5d3fc0eaadacbfe8f9578376d8a6c6757121452cd9f7c1c3c7d019169a914d WHIRLPOOL b8161e77a491d26f24e786bf185f9eba35aa4421ba17e668f3a8f73fc481c6c8b7ea630b8c860f4cb2c877660a703aaa0dfa2d03d8163ea98a151302067e1600 diff --git a/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch b/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch deleted file mode 100644 index e189016be0818..0000000000000 --- a/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch +++ /dev/null @@ -1,96 +0,0 @@ ---- clients.config 2015-03-15 02:02:29.021408673 -0700 -+++ clients.config 2015-03-15 02:24:33.460308396 -0700 -@@ -60,7 +60,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= ---- eepget 2015-03-15 02:02:29.078407997 -0700 -+++ eepget 2015-03-15 02:17:51.441075791 -0700 -@@ -1,3 +1,3 @@ - #!/bin/sh --I2P="%INSTALL_PATH" -+I2P="/usr/share/i2p" - java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@" ---- i2prouter 2015-03-15 02:02:29.079407985 -0700 -+++ i2prouter 2015-03-15 02:11:13.023194731 -0700 -@@ -28,20 +28,22 @@ - # Note that (percent)INSTALL_PATH, (percent)USER_HOME, and (percent)SYSTEM_java_io_tmpdir - # should have been replaced by the izpack installer. - # If you did not run the installer, replace them with the appropriate paths. --I2P="%INSTALL_PATH" -+USER_HOME="$HOME" -+SYSTEM_java_io_tmpdir="$USER_HOME/.i2p" -+I2P="/usr/share/i2p" - if [ "`uname -s`" = "Darwin" ]; then -- if [ -d "%USER_HOME/Library/Application Support" ]; then -- I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p" -+ if [ -d "$USER_HOME/Library/Application Support" ]; then -+ I2P_CONFIG_DIR="$USER_HOME/Library/Application Support/i2p" - else -- I2P_CONFIG_DIR="%USER_HOME/.i2p" -+ I2P_CONFIG_DIR="$USER_HOME/.i2p" - fi - else -- I2P_CONFIG_DIR="%USER_HOME/.i2p" -+ I2P_CONFIG_DIR="$USER_HOME/.i2p" - fi --I2PTEMP="%SYSTEM_java_io_tmpdir" -+I2PTEMP="$SYSTEM_java_io_tmpdir" - # PORTABLE installation: - # Use the following instead. --#I2PTEMP="%INSTALL_PATH" -+#I2PTEMP="/usr/share/i2p" - - # Application - APP_NAME="i2p" ---- runplain.sh 2015-03-15 02:02:29.078407997 -0700 -+++ runplain.sh 2015-03-15 02:18:46.530422508 -0700 -@@ -11,8 +11,8 @@ - # Note that (percent)INSTALL_PATH and (percent)SYSTEM_java_io_tmpdir - # should have been replaced by the izpack installer. - # If you did not run the installer, replace them with the appropriate path. --I2P="%INSTALL_PATH" --I2PTEMP="%SYSTEM_java_io_tmpdir" -+I2P="/usr/share/i2p" -+I2PTEMP="$SYSTEM_java_io_tmpdir" - - # Having IPv6 enabled can cause problems with certain configurations. Changing the - # next value to true may help. ---- wrapper.config.orig 2015-10-18 13:31:29.410486000 +0000 -+++ wrapper.config 2015-10-18 13:48:05.823486000 +0000 -@@ -60,13 +60,18 @@ - # classes, or all the classes of i2p.jar, are in a different directory). - # Be sure there are no other duplicate classes. - # --wrapper.java.classpath.1=$INSTALL_PATH/lib/*.jar -+wrapper.java.classpath.1=/usr/share/i2p/lib/*.jar -+wrapper.java.classpath.2=/usr/share/tomcat-jstl-impl/lib/*.jar -+wrapper.java.classpath.3=/usr/share/tomcat-jstl-spec/lib/*.jar -+wrapper.java.classpath.4=/usr/share/java-service-wrapper/lib/*.jar -+wrapper.java.classpath.5=/usr/share/bcprov-1.50/lib/*.jar - # uncomment this to use the system classpath as well (e.g. to get tools.jar) - # wrapper.java.classpath.2=%CLASSPATH% - - # Java Library Path (location of Wrapper.DLL or libwrapper.so) --wrapper.java.library.path.1=$INSTALL_PATH --wrapper.java.library.path.2=$INSTALL_PATH/lib -+wrapper.java.library.path.1=/usr/share/i2p -+wrapper.java.library.path.2=/usr/share/i2p/lib -+wrapper.java.library.path.3=/usr/lib/java-service-wrapper - - # Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode. - wrapper.java.additional.auto_bits=TRUE -@@ -74,7 +79,7 @@ - # Java Additional Parameters - # Numbers must be consecutive (except for stripquotes) - wrapper.java.additional.1=-DloggerFilenameOverride=logs/log-router-@.txt --wrapper.java.additional.2=-Di2p.dir.base="$INSTALL_PATH" -+wrapper.java.additional.2=-Di2p.dir.base="/usr/share/i2p" - wrapper.java.additional.2.stripquotes=TRUE - - # Prevent the JVM from exporting stats (and thereby causing hundreds of diff --git a/net-p2p/i2p/files/i2p-0.9.23_fix-encoding.patch b/net-p2p/i2p/files/i2p-0.9.23_fix-encoding.patch deleted file mode 100644 index 4c542b5ad5bc3..0000000000000 --- a/net-p2p/i2p/files/i2p-0.9.23_fix-encoding.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -Naur a/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java b/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java ---- a/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java 2016-01-07 01:40:50.225460721 +0100 -+++ b/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java 2016-01-07 01:41:19.960462373 +0100 -@@ -216,9 +216,9 @@ - * x is recovered in the following way: - *