On Sun, 25 Jun 2023 14:04 +0000, [email protected] wrote: > Hi, > > Here's an update to i2pd. > > Lightly tested on current, extensively on stable (amd64). > > These commands are OK: > make test > make port-lib-depend-check > /usr/ports/infrastructure/bin/portcheck > > Regards, > > SystemFailure
Builds and tests OK for me on -current amd64 at least (I don't have a -stable to test on). Haven't used 2.48.0 extensively yet, but openbsd.i2p loads and works just fine. Release notes: https://github.com/PurpleI2P/i2pd/releases/tag/2.48.0 Would be happy to see 2.48.0 in the ports tree. I'd adjust one small thing, which is to move the stray @static-lib in PLIST so that it's with the rest of them. Here's an updated diff with that change included.
Index: Makefile =================================================================== RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile 16 May 2023 07:23:36 -0000 1.18 +++ Makefile 26 Jun 2023 17:00:08 -0000 @@ -2,7 +2,7 @@ COMMENT = client for the I2P anonymous n GH_ACCOUNT = PurpleI2P GH_PROJECT = i2pd -GH_TAGNAME = 2.47.0 +GH_TAGNAME = 2.48.0 CATEGORIES = net HOMEPAGE = https://i2pd.website Index: distinfo =================================================================== RCS file: /cvs/ports/net/i2pd/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 16 May 2023 07:23:36 -0000 1.13 +++ distinfo 26 Jun 2023 17:00:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (i2pd-2.47.0.tar.gz) = yYi68jIVw31fVmt7IFmjwWjHjRV+rG3ASjCsJmxjNfA= -SIZE (i2pd-2.47.0.tar.gz) = 650284 +SHA256 (i2pd-2.48.0.tar.gz) = zPQXqmbON/cuoVt/vP9McegjVm6nS9ppa5weGarghzk= +SIZE (i2pd-2.48.0.tar.gz) = 654495 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/i2pd/pkg/PLIST,v retrieving revision 1.11 diff -u -p -r1.11 PLIST --- pkg/PLIST 16 May 2023 07:23:37 -0000 1.11 +++ pkg/PLIST 26 Jun 2023 17:00:08 -0000 @@ -68,6 +68,7 @@ include/i2pd/util.h include/i2pd/version.h @static-lib lib/libi2pd.a @static-lib lib/libi2pdclient.a +@static-lib lib/libi2pdlang.a @owner _i2pd @group _i2pd @sample ${SYSCONFDIR}/i2pd/ @@ -78,7 +79,6 @@ include/i2pd/version.h @sample ${LOCALSTATEDIR}/lib/i2pd/certificates/router/ @owner @group -@static-lib lib/libi2pdlang.a share/doc/pkg-readmes/${PKGSTEM} share/examples/i2pd/ share/examples/i2pd/certificates/
