From 1b50e97082ad95373cf08f07a5e4194a9f89336c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 20 Nov 2021 23:51:01 +0100 Subject: Revert "mail/fetchmail: update to 6.4.24 and block LibreSSL." This reverts commit 30e97245f9dd9ddef1bffd874a9035a6fe9b6817. That wasn't the approved patch, but a later WIP one. Fixing up. --- mail/fetchmail/files/patch-LibreSSL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mail/fetchmail/files/patch-LibreSSL (limited to 'mail/fetchmail/files') diff --git a/mail/fetchmail/files/patch-LibreSSL b/mail/fetchmail/files/patch-LibreSSL new file mode 100644 index 000000000000..15bb350256f2 --- /dev/null +++ b/mail/fetchmail/files/patch-LibreSSL @@ -0,0 +1,14 @@ +$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 + +-# if defined(LIBRESSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x1010000fL ++# if OPENSSL_VERSION_NUMBER < 0x1010000fL + # undef OSSL110_API + # else + # define OSSL110_API 1 -- cgit v1.2.3