From 4685339eeba7a2899fb1600b17f4de4a2f49a4df Mon Sep 17 00:00:00 2001 From: Andrey Zotikov Date: Tue, 17 Feb 2026 15:17:36 +0300 Subject: [PATCH] i2pd: bump to 2.59.0 Updating package to 2.59.0 Signed-off-by: Andrey Zotikov --- net/i2pd/Makefile | 8 ++++---- net/i2pd/patches/010-config.patch | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index b76788e534..169f2fab6d 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -1,7 +1,7 @@ # # Copyright (C) 2015, 2016 gxcreator # Copyright (C) 2017 OpenWrt.org -# Copyright (C) 2021-2024 PurpleI2P team +# Copyright (C) 2021-2026 PurpleI2P team # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.58.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.59.0 +PKG_RELEASE:=1 PKG_BUILD_PARALLEL:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=e2a8374e12d8df40b35974fd9d7d10b1c37461f41bbdb6ae09c22ecca6da4a53 +PKG_MIRROR_HASH:=69b4840969375ba676a2125c197832eb167651f7965aa583ec03b4379ec19f58 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 7eb7634648..d592d1f53a 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 -@@ -120,7 +120,7 @@ ipv6 = false +@@ -124,7 +124,7 @@ ipv6 = false ## Enable the Web Console (default: true) # enabled = true ## Address and port service will listen on (default: 127.0.0.1:7070) @@ -38,25 +38,25 @@ # port = 7070 ## Path to web console (default: /) # webroot = / -@@ -140,7 +140,7 @@ ipv6 = false +@@ -144,7 +144,7 @@ ipv6 = false ## Enable the HTTP proxy (default: true) # enabled = true ## Address and port service will listen on (default: 127.0.0.1:4444) -# address = 127.0.0.1 +address = 192.168.1.1 # port = 4444 - ## Optional keys file for proxy local destination (default: http-proxy-keys.dat) - # keys = http-proxy-keys.dat -@@ -156,7 +156,7 @@ ipv6 = false + ## Optional keys file for proxy local destination (default: transient-proxy) + ## "Transient" means it changes on every new app launch +@@ -162,7 +162,7 @@ ipv6 = false ## Enable the SOCKS proxy (default: true) # enabled = true ## Address and port service will listen on (default: 127.0.0.1:4447) -# address = 127.0.0.1 +address = 192.168.1.1 # port = 4447 - ## Optional keys file for proxy local destination (default: socks-proxy-keys.dat) - # keys = socks-proxy-keys.dat -@@ -170,7 +170,7 @@ ipv6 = false + ## Optional keys file for proxy local destination (default: transient-proxy) + ## "Transient" means it changes on every new app launch +@@ -178,7 +178,7 @@ ipv6 = false [sam] ## Enable the SAM bridge (default: true)