diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-08-28 18:35:45 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-08-28 18:35:45 +0200 |
commit | 1cd26fdfb464f5cf6c2c81d529977b7821d22f26 (patch) | |
tree | 4418920355ac5430791d5d14e4e698bb0787898d /NEWS | |
parent | a19cfa560997b67333fb445258cc4893d84e4923 (diff) | |
download | fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.tar.gz fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.tar.bz2 fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.zip |
regression fix: check for TLS v1.2/1.3 support with libssl.so
When AC_LIB_LINKFLAGS came up with, for instance, /usr/lib/libssl.so,
configure.ac failed to check for TLS v1.2 and TLS v1.3 support in the
SSL library, disabling explicit TLS v1.2 and v1.3 support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -64,11 +64,12 @@ removed from a 6.5.0 or newer release.) for end-of-life OpenSSL versions may be removed even from patchlevel releases. --------------------------------------------------------------------------------- -fetchmail-6.4.10 (released 2020-08-27, 27596 LoC): +fetchmail-6.4.11 (released 2020-08-28, 27596 LoC): # REGRESSION FIX: -* configure: fetchmail 6.4.9's configure was unable to pick up OpenSSL - if it wasn't announced by pkg-config, for instance, on FreeBSD. +* configure: fetchmail 6.4.9 and 6.4.10 would miss checking for TLS v1.2 and + TLS v1.3 support if AC_LIB_LINKFLAGS came up with something such as + /path/to/libssl.so, rather than -lssl. (For instance on FreeBSD) # KNOWN BUGS AND WORKAROUNDS (This section floats upwards through the NEWS file so it stays with the @@ -90,6 +91,12 @@ fetchmail-6.4.10 (released 2020-08-27, 27596 LoC): messages. This will not be fixed, because the maintainer has no Kerberos 5 server to test against. Use GSSAPI. +--------------------------------------------------------------------------------- +fetchmail-6.4.10 (released 2020-08-27, 27596 LoC): + +# REGRESSION FIX: +* configure: fetchmail 6.4.9's configure was unable to pick up OpenSSL + if it wasn't announced by pkg-config, for instance, on FreeBSD. --------------------------------------------------------------------------------- fetchmail-6.4.9: (not announced by e-mail, withdrawn) |