i2pd: bump to 2.59.0

Updating package to 2.59.0

Signed-off-by: Andrey Zotikov <andrey.zotikov@gmail.com>
This commit is contained in:
Andrey Zotikov
2026-02-17 15:17:36 +03:00
committed by Hannu Nyman
parent 5358179573
commit 4685339eeb
2 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# #
# Copyright (C) 2015, 2016 gxcreator # Copyright (C) 2015, 2016 gxcreator
# Copyright (C) 2017 OpenWrt.org # 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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@@ -10,14 +10,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=i2pd PKG_NAME:=i2pd
PKG_VERSION:=2.58.0 PKG_VERSION:=2.59.0
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd
PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_MIRROR_HASH:=e2a8374e12d8df40b35974fd9d7d10b1c37461f41bbdb6ae09c22ecca6da4a53 PKG_MIRROR_HASH:=69b4840969375ba676a2125c197832eb167651f7965aa583ec03b4379ec19f58
PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com> PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause

View File

@@ -29,7 +29,7 @@
## Write full CLF-formatted date and time to log (default: write only time) ## Write full CLF-formatted date and time to log (default: write only time)
# logclftime = true # logclftime = true
@@ -120,7 +120,7 @@ ipv6 = false @@ -124,7 +124,7 @@ ipv6 = false
## Enable the Web Console (default: true) ## Enable the Web Console (default: true)
# enabled = true # enabled = true
## Address and port service will listen on (default: 127.0.0.1:7070) ## Address and port service will listen on (default: 127.0.0.1:7070)
@@ -38,25 +38,25 @@
# port = 7070 # port = 7070
## Path to web console (default: /) ## Path to web console (default: /)
# webroot = / # webroot = /
@@ -140,7 +140,7 @@ ipv6 = false @@ -144,7 +144,7 @@ ipv6 = false
## Enable the HTTP proxy (default: true) ## Enable the HTTP proxy (default: true)
# enabled = true # enabled = true
## Address and port service will listen on (default: 127.0.0.1:4444) ## Address and port service will listen on (default: 127.0.0.1:4444)
-# address = 127.0.0.1 -# address = 127.0.0.1
+address = 192.168.1.1 +address = 192.168.1.1
# port = 4444 # port = 4444
## Optional keys file for proxy local destination (default: http-proxy-keys.dat) ## Optional keys file for proxy local destination (default: transient-proxy)
# keys = http-proxy-keys.dat ## "Transient" means it changes on every new app launch
@@ -156,7 +156,7 @@ ipv6 = false @@ -162,7 +162,7 @@ ipv6 = false
## Enable the SOCKS proxy (default: true) ## Enable the SOCKS proxy (default: true)
# enabled = true # enabled = true
## Address and port service will listen on (default: 127.0.0.1:4447) ## Address and port service will listen on (default: 127.0.0.1:4447)
-# address = 127.0.0.1 -# address = 127.0.0.1
+address = 192.168.1.1 +address = 192.168.1.1
# port = 4447 # port = 4447
## Optional keys file for proxy local destination (default: socks-proxy-keys.dat) ## Optional keys file for proxy local destination (default: transient-proxy)
# keys = socks-proxy-keys.dat ## "Transient" means it changes on every new app launch
@@ -170,7 +170,7 @@ ipv6 = false @@ -178,7 +178,7 @@ ipv6 = false
[sam] [sam]
## Enable the SAM bridge (default: true) ## Enable the SAM bridge (default: true)