diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2024-01-31 21:21:25 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2024-01-31 21:21:25 +0100 |
commit | 5c49ed857af685f175b6f13df7ac76fd373ce2fb (patch) | |
tree | 8ba02fafbc9f61be21a25e547bad80c52b5072ff /NEWS | |
parent | c86e2eeb2ea97871ab1caf40ec3565f4df640aee (diff) | |
download | fetchmail-5c49ed857af685f175b6f13df7ac76fd373ce2fb.tar.gz fetchmail-5c49ed857af685f175b6f13df7ac76fd373ce2fb.tar.bz2 fetchmail-5c49ed857af685f175b6f13df7ac76fd373ce2fb.zip |
Tighten OpenSSL/wolfSSL version requirements.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -102,6 +102,17 @@ removed from a 6.5.0 or newer release.) -------------------------------------------------------------------------------- fetchmail-6.4.38 (not yet released): +# BREAKING CHANGES: +* Tighten OpenSSL and wolfSSL version requirements again. See README.SSL. + Distributors providing older versions that they backport security fixes for + may want to patch socket.c but remember to redirect support to your + distribution's support channels. + The fetchmail maintainer only supports functionally unmodified builds with + publicly available SSL/TLS library versions. + fetchmail will refuse to build against OpenSSL 1.0.2 older than 1.0.2u, + or wolfSSL older than 5.6.2. It will warn about OpenSSL older than 3.0.9, + or between 3.1.0 and 3.1.4, or wolfSSL older than 5.6.6. + # TRANSLATIONS: language translations were updated by these fine people: (in reverse alphabetical order of language codes): * ru: Kirill Isakov [Russian] |