diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-09-03 23:05:37 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-09-03 23:10:57 +0200 |
commit | 2629c4511c68729d98acfd08637c1f00d3807f49 (patch) | |
tree | e5e46b662a2a95e6f9042278f31410812125dea5 | |
parent | a2f52629d0dce57bf1a0c290b33cff9706087918 (diff) | |
download | fetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.tar.gz fetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.tar.bz2 fetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.zip |
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -56,6 +56,15 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- +fetchmail-6.3.23 (not yet released) + +# REGRESSION FIXES +* Fix compilation with OpenSSL implementations before 0.9.8m that lack + SSL_CTX_clear_options. Patch by Earl Chew. + Note that the use of older OpenSSL versions with fetchmail is unsupported and + *not* recommended. + + fetchmail-6.3.22 (released 2012-08-29, 26077 LoC): # SECURITY FIXES |