[Buildroot] [git commit] package/i2pd: bump version to 2.58.0
Julien Olivain
ju.o at free.fr
Thu Oct 23 19:38:28 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=dea4f02bbb24b2125df6f4aa7a4b301a2316ef06
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Changelog: https://github.com/PurpleI2P/i2pd/blob/2.58.0/ChangeLog
Needed for bump of libminiupnpc to version 2.3.3:
https://github.com/PurpleI2P/i2pd/blob/openssl/ChangeLog#L176
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/i2pd/i2pd.hash | 6 +++---
package/i2pd/i2pd.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/i2pd/i2pd.hash b/package/i2pd/i2pd.hash
index cc099a94ff..a539a4dd1a 100644
--- a/package/i2pd/i2pd.hash
+++ b/package/i2pd/i2pd.hash
@@ -1,4 +1,4 @@
-# From https://github.com/PurpleI2P/i2pd/releases/download/2.50.2/SHA512SUMS
-sha512 7df7a578711a959feee4326060829cf87c0d1669e473934549cb59d868a7aef7300ecd2d7a6b92a2295aa7e97964cc16d0e44a334db917e22b0b59573a9052de i2pd-2.50.2.tar.gz
+# From https://github.com/PurpleI2P/i2pd/releases/download/2.58.0/SHA512SUMS
+sha512 d5d87a04ff5f8481516c00b07dd46726dfb3f0de67f4932874a0655b4adfa448a434056a131d727dd79a2f3ee1f6cc9aef5dc176a0b5ab546d8e94b6c0b38ee5 i2pd-2.58.0.tar.gz
# Locally computed:
-sha256 e32cc0171ce3301afa67d83f61598f29af7efdf8218dfb66cc1a72224474ec2c LICENSE
+sha256 5ec428c65b0bc8680e08daa75aa060fe72b5b3c3b89082ac02031e0f2d3d0039 LICENSE
diff --git a/package/i2pd/i2pd.mk b/package/i2pd/i2pd.mk
index 402931c655..3681e6006e 100644
--- a/package/i2pd/i2pd.mk
+++ b/package/i2pd/i2pd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-I2PD_VERSION = 2.50.2
+I2PD_VERSION = 2.58.0
I2PD_SITE = $(call github,PurpleI2P,i2pd,$(I2PD_VERSION))
I2PD_LICENSE = BSD-3-Clause
I2PD_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list