Update net/i2pd to 2.38.0 Please take a quick look it's a simple update. Use http proxy on 127.0.0.1:4444 and console on 127.0.0.1:7070
The RCS tag or whatever it's called was missing on patches/patch-tests_Makefile. Changelog:https://github.com/PurpleI2P/i2pd/releases/tag/2.38.0 Build & Run tested on amd64. regards, Dimitri Index: Makefile =================================================================== RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 30 Mar 2021 06:04:05 -0000 1.5 +++ Makefile 20 May 2021 02:56:28 -0000 @@ -4,7 +4,7 @@ COMMENT = client for the I2P anonymous n GH_ACCOUNT = PurpleI2P GH_PROJECT = i2pd -GH_TAGNAME = 2.37.0 +GH_TAGNAME = 2.38.0 CATEGORIES = net HOMEPAGE = https://i2pd.website Index: distinfo =================================================================== RCS file: /cvs/ports/net/i2pd/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 30 Mar 2021 06:04:05 -0000 1.5 +++ distinfo 20 May 2021 02:56:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (i2pd-2.37.0.tar.gz) = By555V1P6sncPJiAAKIbphPrDFvBURBcvM69+EF23O0= -SIZE (i2pd-2.37.0.tar.gz) = 551885 +SHA256 (i2pd-2.38.0.tar.gz) = hFL1MjeVoYRtVUCWwI//5aw1iXhnuTpQeWBd+PgKMIk= +SIZE (i2pd-2.38.0.tar.gz) = 555543 Index: patches/patch-tests_Makefile =================================================================== RCS file: /cvs/ports/net/i2pd/patches/patch-tests_Makefile,v retrieving revision 1.3 diff -u -p -r1.3 patch-tests_Makefile --- patches/patch-tests_Makefile 27 Jan 2021 18:38:29 -0000 1.3 +++ patches/patch-tests_Makefile 20 May 2021 02:56:28 -0000 @@ -1,3 +1,5 @@ +$OpenBSD$ + --- tests/Makefile.orig Mon Nov 30 23:20:15 2020 +++ tests/Makefile Sun Jan 24 22:43:16 2021 @@ -1,4 +1,4 @@
