diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 10:08:21 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 12:16:22 +0200 |
commit | 8c2a94e94e0f76e2bb845f473be2e159ffd1be93 (patch) | |
tree | ef4cd5c87ff3be4cb59cca37f4598c167dcac74e /NEWS | |
parent | 497f80ea2fbf0b2db24e35d2386a322f13a2a711 (diff) | |
download | fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.tar.gz fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.tar.bz2 fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.zip |
Tighten SSL library version requirements, more warnings.
This is to emit warnings if the SSL library is older than the latest versions available
at packaging time, except for LibreSSL which is unsupported anyways.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -95,6 +95,13 @@ removed from a 6.5.0 or newer release.) -------------------------------------------------------------------------------- fetchmail-6.4.30 (not yet released) +# BREAKING CHANGES: +* Bump wolfSSL minimum required version to 5.2.0 to pull in security fix. + +# CHANGES: +* Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning. +* Using OpenSSL 3.* before 3.0.2 elicits a compile-time warning. + # TRANSLATIONS: language translations were updated by this fine person: * ro: Remus-Gabriel Chelu [Romanian] |