* [Buildroot] [PATCH] package/i2pd: bump to version 2.59.0
@ 2026-02-11 15:42 Michael Nosthoff via buildroot
2026-02-11 20:33 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Michael Nosthoff via buildroot @ 2026-02-11 15:42 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
- Requirement for Boost.DateTime was removed in 2.54.0 [0]
- Requirement for Boost.System was removed in 2.59.0 [1]
- drop "WITH_GUI" conf_opt as it was dropped in 2.32.0 [2]
- LICENSE hash changed due to year bump.
Release notes:
https://github.com/PurpleI2P/i2pd/releases/tag/2.59.0
[0] https://github.com/PurpleI2P/i2pd/commit/0992a5124fc9d214624fccdf4386a50f53d6f8ef
[1] https://github.com/PurpleI2P/i2pd/commit/06a86f31a12815fbd16615cc9fa17199bac1ac17
[2] https://github.com/PurpleI2P/i2pd/commit/db6a0e6ad9124ef9b6217af487b3c844234ba5e1
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/i2pd/Config.in | 2 --
package/i2pd/i2pd.hash | 6 +++---
package/i2pd/i2pd.mk | 4 +---
3 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/package/i2pd/Config.in b/package/i2pd/Config.in
index c1ba08ef75..cb6f7894ea 100644
--- a/package/i2pd/Config.in
+++ b/package/i2pd/Config.in
@@ -9,10 +9,8 @@ config BR2_PACKAGE_I2PD
depends on BR2_USE_WCHAR # boost
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
select BR2_PACKAGE_BOOST
- select BR2_PACKAGE_BOOST_DATE_TIME
select BR2_PACKAGE_BOOST_FILESYSTEM
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
- select BR2_PACKAGE_BOOST_SYSTEM
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
diff --git a/package/i2pd/i2pd.hash b/package/i2pd/i2pd.hash
index a539a4dd1a..0d7755b585 100644
--- a/package/i2pd/i2pd.hash
+++ b/package/i2pd/i2pd.hash
@@ -1,4 +1,4 @@
-# From https://github.com/PurpleI2P/i2pd/releases/download/2.58.0/SHA512SUMS
-sha512 d5d87a04ff5f8481516c00b07dd46726dfb3f0de67f4932874a0655b4adfa448a434056a131d727dd79a2f3ee1f6cc9aef5dc176a0b5ab546d8e94b6c0b38ee5 i2pd-2.58.0.tar.gz
+# From https://github.com/PurpleI2P/i2pd/releases/download/2.59.0/SHA512SUMS
+sha512 5fa4365eaa6fbc0e448732d3c96b867e27db21927727aeb9df8241d56fea08561028a7b6d51ba7fa1141d53c95b848108806edb9f420c2ebbed85f627f045af7 i2pd-2.59.0.tar.gz
# Locally computed:
-sha256 5ec428c65b0bc8680e08daa75aa060fe72b5b3c3b89082ac02031e0f2d3d0039 LICENSE
+sha256 eb5ac2a5ede8cd6bed9e6d93ad943119a73bfaba378f21bafa307f9b026b2034 LICENSE
diff --git a/package/i2pd/i2pd.mk b/package/i2pd/i2pd.mk
index 3681e6006e..ac0348c24a 100644
--- a/package/i2pd/i2pd.mk
+++ b/package/i2pd/i2pd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-I2PD_VERSION = 2.58.0
+I2PD_VERSION = 2.59.0
I2PD_SITE = $(call github,PurpleI2P,i2pd,$(I2PD_VERSION))
I2PD_LICENSE = BSD-3-Clause
I2PD_LICENSE_FILES = LICENSE
@@ -15,8 +15,6 @@ I2PD_DEPENDENCIES = \
openssl \
zlib
-I2PD_CONF_OPTS += -DWITH_GUI=OFF
-
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
I2PD_CONF_OPTS += \
-DHAVE_CXX_ATOMICS_WITHOUT_LIB=OFF \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/i2pd: bump to version 2.59.0
2026-02-11 15:42 [Buildroot] [PATCH] package/i2pd: bump to version 2.59.0 Michael Nosthoff via buildroot
@ 2026-02-11 20:33 ` Julien Olivain via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-02-11 20:33 UTC (permalink / raw)
To: Michael Nosthoff; +Cc: buildroot, Fabrice Fontaine
On 11/02/2026 16:42, Michael Nosthoff via buildroot wrote:
> - Requirement for Boost.DateTime was removed in 2.54.0 [0]
> - Requirement for Boost.System was removed in 2.59.0 [1]
> - drop "WITH_GUI" conf_opt as it was dropped in 2.32.0 [2]
> - LICENSE hash changed due to year bump.
>
> Release notes:
> https://github.com/PurpleI2P/i2pd/releases/tag/2.59.0
>
> [0]
> https://github.com/PurpleI2P/i2pd/commit/0992a5124fc9d214624fccdf4386a50f53d6f8ef
> [1]
> https://github.com/PurpleI2P/i2pd/commit/06a86f31a12815fbd16615cc9fa17199bac1ac17
> [2]
> https://github.com/PurpleI2P/i2pd/commit/db6a0e6ad9124ef9b6217af487b3c844234ba5e1
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-11 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 15:42 [Buildroot] [PATCH] package/i2pd: bump to version 2.59.0 Michael Nosthoff via buildroot
2026-02-11 20:33 ` Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox