i2pd: update from 2.37.0 to 2.38.0

This commit is contained in:
Butta 2021-06-23 03:04:41 +05:30
parent ae38fb8077
commit fc06f82377
2 changed files with 2 additions and 11 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="A full-featured C++ implementation of the I2P router"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_LICENSE_FILE="../LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.37.0
TERMUX_PKG_VERSION=2.38.0
TERMUX_PKG_SRCURL=https://github.com/PurpleI2P/i2pd/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=072e79e55d4feac9dc3c988000a21ba613eb0c5bc151105cbccebdf84176dced
TERMUX_PKG_SHA256=8452f5323795a1846d554096c08fffe5ac35897867b93a5079605df8f80a3089
TERMUX_PKG_DEPENDS="boost, miniupnpc, openssl, zlib"
TERMUX_PKG_FORCE_CMAKE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DWITH_UPNP:BOOL=ON"

View File

@ -32,12 +32,3 @@ diff -uNr i2pd-2.32.0.orig/contrib/i2pd.conf i2pd-2.32.0/contrib/i2pd.conf
## Log messages above this level (debug, info, *warn, error, none)
## If you set it to none, logging will be disabled
# loglevel = warn
@@ -69,7 +69,7 @@
# ssu = true
## Should we assume we are behind NAT? (false only in MeshNet)
-# nat = true
+nat = true
## Bandwidth configuration
## L limit bandwidth to 32KBs/sec, O - to 256KBs/sec, P - to 2048KBs/sec,