The hack is ro rename bundled copy of libagg to libagg_bundled and prevent
scons from picking up libagg from LOCALBASE.
Breakage reported by naddy@
Library name suggestion and OK from landry@
Changelist:
- Add support for ed25519. This currently requires openssl1.1 libcrypto and
is thus only enabled in an ed25519 flavor of the package.
Lots of help from tb@ and sthen@
- Fix error handling in a couple of places
- Fix an initialization issue
Spotted by Maarten de Vries <maarten <at> de-vri <dot> es>
- Fix a couple of signedness warnings
- Allow filter-dkimsign to be build on Debian (not relevant for OpenBSD)
With Ryan Kavanagh <rak <at> debian <dot> org>
Looks OK to jasper@ sthen@
Fixes:
- Registering OSMTPD_PHASE_LINK_CONNECT should be OSMTPD_TYPE_REPORT
- Fix manpage: 0 is for outgoing connections, not 2.
From Edgar Pettijohn <edgar <at> pettijohn-web <dot> com>
- Fix a spelling mistake.
From Ryan Kavanagh <rak <at> debian <dot> org>
- Major overhaul of the Makefile.gnu so that things properly build on
Debian (not relevant for OpenBSD)
With Ryan Kavanagh <rak <at> debian <dot> org>
Looks OK to jasper@ sthen@
to-man translator to generate; not adding the build dep). warn the porter
if the source file has changed via a hash check, so they know when an
rebuild is needed following an update. ok maintainer & gnezdo
- libressl build patch: this release added support for setting TLS 1.3
ciphers using SSL_CTX_set_ciphersuites/SSL_set_ciphersuites; though
they're present in src/lib/libssl and headers they're not actually
exported to libssl.so yet (figured out after some head-scratching)
- squelch some noisy warnings, fix a 64-bit time_t issue in debug