From aa5ccd5ef2c29baf08e72a264fb2cd9983020ce7 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Sun, 19 Feb 2023 11:02:43 -0300 Subject: [PATCH] i2pd: update to version 2.46.1 Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (r22104-01262c921c) Run tested : r7800 OpenWrt git master (r22104-01262c921c) Signed-off-by: Daniel Bermond --- net/i2pd/Makefile | 4 ++-- net/i2pd/patches/010-config.patch | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index 146aa6698a..b265c97ac9 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.45.0 +PKG_VERSION:=2.46.1 PKG_RELEASE:=1 PKG_BUILD_PARALLEL:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)? -PKG_HASH:=4050c0a38fda06a76defbd2721f468f5b09889ed7b6b5a7e207e4659d300738f +PKG_HASH:=83bb5e2494d566d41ff3a85e4c93078d290d10e3cf1fbe7807bec9f0d024513e PKG_MAINTAINER:=David Yang PKG_LICENSE:=BSD-3-Clause diff --git a/net/i2pd/patches/010-config.patch b/net/i2pd/patches/010-config.patch index 3b08cc387f..3d3f49be7e 100644 --- a/net/i2pd/patches/010-config.patch +++ b/net/i2pd/patches/010-config.patch @@ -41,7 +41,7 @@ port = 7070 ## Path to web console, default "/" # webroot = / -@@ -132,9 +132,9 @@ port = 7070 +@@ -135,9 +135,9 @@ port = 7070 [httpproxy] ## Uncomment and set to 'false' to disable HTTP Proxy @@ -53,7 +53,7 @@ port = 4444 ## Optional keys file for proxy local destination # keys = http-proxy-keys.dat -@@ -146,9 +146,9 @@ port = 4444 +@@ -151,9 +151,9 @@ port = 4444 [socksproxy] ## Uncomment and set to 'false' to disable SOCKS Proxy @@ -65,7 +65,7 @@ port = 4447 ## Optional keys file for proxy local destination # keys = socks-proxy-keys.dat -@@ -162,7 +162,7 @@ port = 4447 +@@ -167,7 +167,7 @@ port = 4447 [sam] ## Comment or set to 'false' to disable SAM Bridge @@ -74,7 +74,7 @@ ## Address and port service will listen on # address = 127.0.0.1 # port = 7656 -@@ -197,7 +197,7 @@ enabled = true +@@ -202,7 +202,7 @@ enabled = true [upnp] ## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID) @@ -83,7 +83,7 @@ ## Name i2pd appears in UPnP forwardings list (default = I2Pd) # name = I2Pd -@@ -239,7 +239,7 @@ verify = true +@@ -244,7 +244,7 @@ verify = true [limits] ## Maximum active transit sessions (default: 5000) ## This value is doubled if floodfill mode is enabled! -- 2.30.2