Hello,

It's been a while since the last OpenSMTPD-portable release, but here
we are.  After syncing the portable repository with OpenBSD, plus
various miscellaneous portable tweaks, I've talked with Gilles and we
both agree it's finally time for a release.

I intend to release OpenSMTPD 7.3.0p0 in the next few weeks, around
mid June, so I would appreciate if you could give the rc1 a try and
confirm that it works as expected.  You can find a distribution
tarball here, or checkout the release-7.3 branch:

https://github.com/OpenSMTPD/OpenSMTPD/releases/download/7.3.0p0-rc1/opensmtpd-7.3.0p0-rc1.tar.gz

Since last release various things changed, and some configure flags
are not present anymore (e.g. --with-path-CAfile).  libbsd-overlay and
libretls are now optionally used if found.

PLEASE NOTE: if you're building with OpenSSL 3.x please use

        $ ./configure --with-bundled-libtls

LibreTLS 3.7.0 and previous have a regression with OpenSSL 3.x that
will always fail the TLS handshake.  It has been addressed in LibreSSL
3.8.0 and will likely be part of a future LibreTLS release, but for
the time being please avoid it.  If linking against OpenSSL 1.1 it
should be fine however.  See the github issue 1171 for more info:

        https://github.com/OpenSMTPD/OpenSMTPD/issues/1171


Thanks,

Omar Polo

Reply via email to