[packages/exim] Just drop 1.0.1a hacks which we don't have.

arekm arekm at pld-linux.org
Wed Oct 6 08:28:05 CEST 2021


commit 7998c38dc7f96bdf2178055513652e630e8112ce
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 6 06:27:57 2021 +0000

    Just drop 1.0.1a hacks which we don't have.

 ssl.patch | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/ssl.patch b/ssl.patch
index 784e148..3c7934b 100644
--- a/ssl.patch
+++ b/ssl.patch
@@ -1,11 +1,15 @@
---- exim-4.95/src/tls-openssl.c~	2021-09-28 08:24:46.000000000 +0000
-+++ exim-4.95/src/tls-openssl.c	2021-10-06 06:17:24.439990018 +0000
-@@ -232,7 +232,7 @@
+--- exim-4.95/src/tls-openssl.c~	2021-10-06 06:17:24.439990018 +0000
++++ exim-4.95/src/tls-openssl.c	2021-10-06 06:27:39.949989669 +0000
+@@ -232,12 +232,7 @@
    { US"no_tlsv1", SSL_OP_NO_TLSv1 },
  #endif
  #ifdef SSL_OP_NO_TLSv1_1
--# if SSL_OP_NO_TLSv1_1 == 0x00000400L
-+# if (OPENSSL_VERSION_NUMBER < 0x30000000fL) && (SSL_OP_NO_TLSv1_1 == 0x00000400L)
-   /* Error in chosen value in 1.0.1a; see first item in CHANGES for 1.0.1b */
- #  warning OpenSSL 1.0.1a uses a bad value for SSL_OP_NO_TLSv1_1, ignoring
- # else
+-# if (OPENSSL_VERSION_NUMBER < 0x30000000fL) && (SSL_OP_NO_TLSv1_1 == 0x00000400L)
+-  /* Error in chosen value in 1.0.1a; see first item in CHANGES for 1.0.1b */
+-#  warning OpenSSL 1.0.1a uses a bad value for SSL_OP_NO_TLSv1_1, ignoring
+-# else
+   { US"no_tlsv1_1", SSL_OP_NO_TLSv1_1 },
+-# endif
+ #endif
+ #ifdef SSL_OP_NO_TLSv1_2
+   { US"no_tlsv1_2", SSL_OP_NO_TLSv1_2 },
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/7998c38dc7f96bdf2178055513652e630e8112ce



More information about the pld-cvs-commit mailing list