From 24bcba013a256fc172ca7edc962fc97b43af2945 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Wed, 11 Jan 2023 14:30:48 -0300 Subject: [PATCH] i2pd: update to version 2.45.0 Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Run tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Signed-off-by: Daniel Bermond --- net/i2pd/Makefile | 6 +++--- net/i2pd/patches/010-config.patch | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index 5dcf4d3ab..146aa6698 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.43.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2.45.0 +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:=db1679653491a411dd16fa329488d840296c8f680e0691f9fe0d0e796e5d7bca +PKG_HASH:=4050c0a38fda06a76defbd2721f468f5b09889ed7b6b5a7e207e4659d300738f 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 f3e52cf68..3b08cc387 100644 --- a/net/i2pd/patches/010-config.patch +++ b/net/i2pd/patches/010-config.patch @@ -29,7 +29,7 @@ ## Write full CLF-formatted date and time to log (default: write only time) # logclftime = true -@@ -115,9 +115,9 @@ published = true +@@ -115,9 +115,9 @@ ssu = false [http] ## Web Console settings ## Uncomment and set to 'false' to disable Web Console @@ -83,11 +83,11 @@ ## Name i2pd appears in UPnP forwardings list (default = I2Pd) # name = I2Pd -@@ -238,7 +238,7 @@ verify = true - +@@ -239,7 +239,7 @@ verify = true [limits] - ## Maximum active transit sessions (default:2500) --# transittunnels = 2500 + ## Maximum active transit sessions (default: 5000) + ## This value is doubled if floodfill mode is enabled! +-# transittunnels = 5000 +transittunnels = 500 ## Limit number of open file descriptors (0 - use system limit) # openfiles = 0