[update] net/i2pd-2.50.2

2024-01-13 Thread openbsd
Hello, Here's a very simple patch updating net/i2pd to the latest release (2.50.2). This version brings small bugfixes: https://github.com/PurpleI2P/i2pd/compare/2.50.0...2.50.2 Tested on amd64 since a few days, no problem. Best regards.Index: Makefile

[update] net/i2pd

2023-12-20 Thread openbsd
Hi, Here's an update for net/i2pd: https://github.com/PurpleI2P/i2pd/releases/tag/2.50.0 Builds and runs fine on amd64, with all tests passing. Regards.Index: Makefile === RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving

[update] net/i2pd-2.49.0

2023-09-24 Thread openbsd
Here's another simple patch, updating i2pd to version 2.49.0. Changelog : https://github.com/PurpleI2P/i2pd/releases/tag/2.49.0 I'm running it on amd64 since several says, without problem. Regards.Index: Makefile === RCS file:

Re: Update: net/i2pd-2.48.0

2023-06-26 Thread Theo Buehler
On Mon, Jun 26, 2023 at 11:39:43AM -0600, Ashlen wrote: > On Sun, 25 Jun 2023 14:04 +, open...@systemfailure.net wrote: > > Hi, > > > > Here's an update to i2pd. > > > > Lightly tested on current, extensively on stable (amd64). Thanks. I can't spot anything security relevant in the release

Re: Update: net/i2pd-2.48.0

2023-06-26 Thread Ashlen
On Sun, 25 Jun 2023 14:04 +, open...@systemfailure.net 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, > >

Update: net/i2pd-2.48.0

2023-06-25 Thread openbsd
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, SystemFailureIndex: Makefile ===

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-16 Thread Stuart Henderson
On 2023/05/16 14:04, Ashlen wrote: > On 2023-05-16 09:30, Theo Buehler wrote: > > On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > > > I tested the update briefly and it works. Noticed some errors in `make > > > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > > >

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-16 Thread Ashlen
On 2023-05-16 09:30, Theo Buehler wrote: > On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > > I tested the update briefly and it works. Noticed some errors in `make > > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > > about those. Adding boost_atomic-mt to

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-16 Thread Theo Buehler
On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > I tested the update briefly and it works. Noticed some errors in `make > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > about those. Adding boost_atomic-mt to WANTLIB was necessary to pass > port-lib-depends-check.

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-16 Thread Stuart Henderson
On 2023/05/16 01:11, Theo Buehler wrote: > > diff -u -p -r1.10 PLIST > > --- pkg/PLIST 26 Feb 2023 07:51:45 - 1.10 > > +++ pkg/PLIST 15 May 2023 22:28:46 - > > @@ -131,6 +131,7 @@ share/examples/i2pd/certificates/reseed/ > > @sample > >

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-15 Thread Theo Buehler
On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > I tested the update briefly and it works. Noticed some errors in `make > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > about those. These are warnings intended to help developers avoid some APIs deemed too

UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-15 Thread Ashlen
I tested the update briefly and it works. Noticed some errors in `make test` about rand(), strcat(), and sprintf(), but I'm unsure what to do about those. Adding boost_atomic-mt to WANTLIB was necessary to pass port-lib-depends-check. Feedback? I hope I didn't miss anything obvious. ---

Re: [MAINTAINER UPDATE] net/i2pd -> 2.39.0

2021-10-24 Thread Dimitri Karamazov
Ping On Fri, Oct 08, 2021 at 02:29:11PM +, Dimitri Karamazov wrote: > Update net/i2pd to 2.39.0 > > Build and Run tested on amd64 > > Tests are little broken right now. > I'll work on them. > > regards, >

[MAINTAINER UPDATE] net/i2pd -> 2.39.0

2021-10-08 Thread Dimitri Karamazov
Update net/i2pd to 2.39.0 Build and Run tested on amd64 Tests are little broken right now. I'll work on them. regards, Dimitri Index: Makefile === RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving revision 1.6 diff -u -p -r1.6

[MAINTAINER UPDATE] net/i2pd -> 2.38.0

2021-05-20 Thread Dimitri Karamazov
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: 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 &

Re: [MAINTAINER UPDATE] net/i2pd -> 2.37.0

2021-03-24 Thread Dimitri Karamazov
Ping On Wed, Mar 17, 2021 at 10:55:40AM +, Dimitri Karamazov wrote: > Simple update for i2pd to 2.37.0 > > Changelog:https://github.com/PurpleI2P/i2pd/releases > > Build & Run tested on amd64 > > regards, > Dimitri > Index: Makefile

[MAINTAINER UPDATE] net/i2pd -> 2.37.0

2021-03-17 Thread Dimitri Karamazov
Simple update for i2pd to 2.37.0 Changelog:https://github.com/PurpleI2P/i2pd/releases Build & Run tested on amd64 regards, Dimitri Index: Makefile === RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving revision 1.4 diff -u -p

[MAINTAINER UPDATE] net/i2pd -> 2.36.0

2021-02-18 Thread Dimitri Karamazov
Update i2pd to 2.36.0 Changelog:https://github.com/PurpleI2P/i2pd/releases The very first section of the diff removes a trailing white space. The AVX patch has been accepted upstream and a blank patch was left in the last update idk why, so I've removed both now. Build & Run tested on amd64.

[UPDATE] net/i2pd

2021-01-26 Thread Dimitri Karamazov
On Mon, Jan 18, 2021 at 07:55:23PM +0100, Mikal Villa wrote: > Hi, > > Yea sure do that :) > > /Mikal > > > On 18 Jan 2021, at 18:25, Dimitri Karamazov > > wrote: > > > > Hey, > > I intend to use i2pd and keep it updated. I already > > maintain the i2p java port. > >

update net/i2pd

2020-02-09 Thread Solene Rapenne
this update net/i2pd to last version if someone use it, testing would be nice. I'm going to try a i2p setup and wanted to update the port before starting, so this is not tested. Index: Makefile === RCS file: /data/cvs/ports/net/i2pd

[update] net/i2pd 2.28.0

2019-08-29 Thread Mikal Villa
Hi, I've updated i2pd to 2.28.0. Sorry I missed out on 2.27.0, was on a "forced vacation" by my gf :) Attached the ports diff which I hopefully made correct from the cvs util. As usual I have to bug one of you with cvs support to commit it for me until I maybe one day gets it as well :) --