Hello,

Here's an update to i2pd's latest version.

I modified patch-tests_Makefile to make all tests pass.

Builds and runs fine on amd64.

Best regards.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/i2pd/Makefile,v
diff -u -p -r1.26 Makefile
--- Makefile	30 Aug 2024 18:52:00 -0000	1.26
+++ Makefile	9 Oct 2024 21:32:07 -0000
@@ -2,8 +2,7 @@ COMMENT =	client for the I2P anonymous n
 
 GH_ACCOUNT =	PurpleI2P
 GH_PROJECT =	i2pd
-GH_TAGNAME =	2.53.1
-REVISION =	0
+GH_TAGNAME =	2.54.0
 
 CATEGORIES =	net
 HOMEPAGE =	https://i2pd.website
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/i2pd/distinfo,v
diff -u -p -r1.20 distinfo
--- distinfo	29 Aug 2024 15:49:13 -0000	1.20
+++ distinfo	9 Oct 2024 21:32:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (i2pd-2.53.1.tar.gz) = xoY9hTkF51lOpmFZXqWRBV+PLwGLm5BQfVpDpkVhiOo=
-SIZE (i2pd-2.53.1.tar.gz) = 677029
+SHA256 (i2pd-2.54.0.tar.gz) = XD9wNBe7Xz5d2mQtOcXTBZOl3PadWl7P6C1ein1FSq8=
+SIZE (i2pd-2.54.0.tar.gz) = 686135
Index: patches/patch-tests_Makefile
===================================================================
RCS file: /cvs/ports/net/i2pd/patches/patch-tests_Makefile,v
diff -u -p -r1.8 patch-tests_Makefile
--- patches/patch-tests_Makefile	17 Feb 2023 15:10:46 -0000	1.8
+++ patches/patch-tests_Makefile	9 Oct 2024 21:32:07 -0000
@@ -1,12 +1,12 @@
 Index: tests/Makefile
 --- tests/Makefile.orig
 +++ tests/Makefile
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,6 @@
  SYS := $(shell $(CXX) -dumpmachine)
  
- CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -O0 -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -DOPENSSL_SUPPRESS_DEPRECATED -pthread -Wl,--unresolved-symbols=ignore-in-object-files
+-CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -O0 -g -std=c++17 -D_GLIBCXX_USE_NANOSLEEP=1 -DOPENSSL_SUPPRESS_DEPRECATED -pthread -Wl,--unresolved-symbols=ignore-in-object-files
 -INCFLAGS += -I../libi2pd
-+CXXFLAGS += -Wall -Wextra -pedantic -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -I../libi2pd/ -pthread -Wl,--unresolved-symbols=ignore-in-object-files
++CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -g -std=c++17 -D_GLIBCXX_USE_NANOSLEEP=1 -I../libi2pd/ -pthread -Wl,--unresolved-symbols=ignore-in-object-files
  
  LIBI2PD = ../libi2pd.a
  

Reply via email to