diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-21 00:13:12 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-21 00:43:42 +0100 |
commit | 4ccbbe06175d6dd15d4409d39dd83ed7b73671c9 (patch) | |
tree | 5d86c36e2486d36d99673bd93539c27683811371 /NEWS | |
parent | 3a9ab6af45b2520f5f88fdd37c53870a6231d04f (diff) | |
download | fetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.tar.gz fetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.tar.bz2 fetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.zip |
Update SSL configure instructions and license info.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -95,7 +95,7 @@ fetchmail-6.4.25 (not yet released): # BREAKING CHANGES * Since distributions continue patching for LibreSSL use, which cannot be linked legally, block out LibreSSL in configure.ac and socket.c, and - refer to COPYING. + refer to COPYING. OpenSSL and wolfSSL 5 can be used. * Bump OpenSSL version requirement to 1.0.2f in order to safely remove the obsolete OpenSSL flag SSL_OP_SINGLE_DH_USE. 1.0.2f was a security fix release, and 1.0.2u is publicly available from @@ -108,8 +108,10 @@ fetchmail-6.4.25 (not yet released): # CHANGES * fetchmail can now be used with wolfSSL 5's OpenSSL compatibility layer, - see README.SSL. This is considered experimental. Feedback solicited. + see INSTALL and README.SSL. This is considered experimental. + Feedback solicited. * The getstats.py dist-tool now counts lines of .ac and .am files. +* ./configure --with-ssl now supports pkg-config module names, too. See INSTALL. -------------------------------------------------------------------------------- fetchmail-6.4.24 (released 2021-11-20, 30218 LoC): |