aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2024-01-31 20:28:24 +0100
committerMatthias Andree <matthias.andree@gmx.de>2024-01-31 20:28:24 +0100
commitc811c1f92a8c316b5852eb01d8da4f65f53a5bbc (patch)
treeaf805bd3dadba140689bea370a991d714c74c6c9
parentba3c654db6fe59002f94bcab58f2eb9ba156a8ac (diff)
downloadfetchmail-c811c1f92a8c316b5852eb01d8da4f65f53a5bbc.tar.gz
fetchmail-c811c1f92a8c316b5852eb01d8da4f65f53a5bbc.tar.bz2
fetchmail-c811c1f92a8c316b5852eb01d8da4f65f53a5bbc.zip
INSTALL: Remove concrete wolfSSL versions.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5554cc83..d1b8a7e9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,7 +29,7 @@ This affects, f.i., LibreSSL, unless it is part of the operating system
(f. i., on OpenBSD). However, LibreSSL diverges from OpenSSL and is
not supported by the fetchmail maintainer.
-Since 6.4.27, there has been experimental support for wolfSSL 5.1.1 or newer,
+Since 6.4.27, there has been experimental support for recent wolfSSL versions,
which is under GNU GPL v2 or later license and hence may be easier for
a consistent GPLv2+ licensing of fetchmail. This support requires a C99
or newer compiler, and requires up-to-date wolfSSL versions as wolfSSL keeps
@@ -51,7 +51,7 @@ Try after unpacking OpenSSL:
1.1b wolfSSL
If you are installing wolfSSL yourself, be sure to use a hardened build
-with all OpenSSL APIs (as of 5.1.1) - you may add --enable-debug,
+with all OpenSSL APIs - you may add --enable-debug,
and note that --enable-opensslextra does NOT suffice.
./configure --enable-opensslall --enable-harden