Hello,
Here's a patch updating net/i2pd to the latest release.
Release notes are here: https://github.com/PurpleI2P/i2pd/releases/tag/2.58.0
The most awaited new feature (post-quantum cryptography) is not available on
OpenBSD yet, since it depends on OpenSSL, and we build the port with LibreSSL.
If someone has the necessary knowledge of C++ and LibreSSL, they could
potentially improve LibreSSL support in I2Pd. One thing I like about
I2Pd is that, unlike Tor, it is a small project where any contribution
is welcome. Regarding post-quantum cryptography in LibreSSL, ML-KEM 768
and 1024 were recently imported from BoringSSL in version 4.1.0, but a
public API is still lacking.
Otherwise, the port builds and runs fine, and all tests are passing, at least
on amd64.
Finally, I added myself as maintainer, as suggested by other porters.
I think it's a good idea. It's software that is updated frequently, and
having a maintainer would help to ensure that it remains up to date in
the ports tree.
Best regards.