diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-11-20 11:19:22 +0100 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-11-20 23:45:48 +0100 |
commit | 30e97245f9dd9ddef1bffd874a9035a6fe9b6817 (patch) | |
tree | c1d43357cf3fd2fd70ee4e99375695837878a035 /mail/fetchmail/files | |
parent | multimedia/pipewire: force rebuild consumers after 8691df3a5142 (diff) |
mail/fetchmail: update to 6.4.24 and block LibreSSL.
fetchmail cannot legally be linked with LibreSSL,
because there is no GPLv2 clause 2b exemption for
LibreSSL, only for OpenSSL.
Correct LICENSE and remove LICENSE_COMB.
Remove LibreSSL patch.
Add FSF comment suggested by Corey Halpin in PR.
Related to:
PR: 259214
Update:
PR: 259945
MFH: 2021Q4
Approved by: chalpin@cs.wisc.edu (maintainer)
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/patch-LibreSSL | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/fetchmail/files/patch-LibreSSL b/mail/fetchmail/files/patch-LibreSSL deleted file mode 100644 index 15bb350256f2..000000000000 --- a/mail/fetchmail/files/patch-LibreSSL +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-tls-aux_h,v 1.1 2021/07/29 10:44:07 sthen Exp $ - -Index: tls-aux.h ---- tls-aux.h.orig -+++ tls-aux.h -@@ -8,7 +8,7 @@ - #ifdef SSL_ENABLE - #include <openssl/opensslv.h> - --# if defined(LIBRESSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x1010000fL -+# if OPENSSL_VERSION_NUMBER < 0x1010000fL - # undef OSSL110_API - # else - # define OSSL110_API 1 |