diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 14:40:55 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 16:28:41 +0100 |
commit | 8fcffe46b231ddcc0305a36bf7f9aaf27c7e1a50 (patch) | |
tree | e0de0d444a5d9a81a39c368473ac9967c26a36c3 /README.packaging | |
parent | 340d00bf9910ed55163be26435f70baf65a64f9d (diff) | |
download | fetchmail-8fcffe46b231ddcc0305a36bf7f9aaf27c7e1a50.tar.gz fetchmail-8fcffe46b231ddcc0305a36bf7f9aaf27c7e1a50.tar.bz2 fetchmail-8fcffe46b231ddcc0305a36bf7f9aaf27c7e1a50.zip |
OpenSSL: bump minimum required version to 1.0.2f
...in order to safely remove the obsolete OpenSSL flag
SSL_OP_SINGLE_DH_USE.
Diffstat (limited to 'README.packaging')
-rw-r--r-- | README.packaging | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.packaging b/README.packaging index 819d0613..c2c798a6 100644 --- a/README.packaging +++ b/README.packaging @@ -8,7 +8,7 @@ Greetings, dear packager! The bullet points below mention a few useful hints for package(r)s: -- Fetchmail requires OpenSSL v1.1.1. Fetchmail 6.4 tolerates 1.0.2 for now +- Fetchmail requires OpenSSL v1.1.1. Fetchmail 6.4 tolerates 1.0.2f for now but assumes the distributor backports security fixes for it. - Fetchmail now uses automake and supports all common automake targets and |