[packages/php/PHP_5_3] Rel 58; add workaround to https://bugs.php.net/bug.php?id=79589

arekm arekm at pld-linux.org
Tue Mar 29 16:34:41 CEST 2022


commit cb9bf309982417ef841f002a7dbcff8b4d798baf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 29 16:33:30 2022 +0200

    Rel 58; add workaround to https://bugs.php.net/bug.php?id=79589

 openssl.patch | 13 +++++++++++++
 php.spec      |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 6731c57..1d73e8b 100644
--- a/php.spec
+++ b/php.spec
@@ -143,7 +143,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine	with_alternatives
 %endif
 
-%define		rel	57
+%define		rel	58
 %define		orgname	php
 %define		ver_suffix 53
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
diff --git a/openssl.patch b/openssl.patch
index 25007c1..11d44f9 100644
--- a/openssl.patch
+++ b/openssl.patch
@@ -1030,3 +1030,16 @@ diff -ruNp php-5.3.29.orig/ext/openssl/xp_ssl.c php-5.3.29/ext/openssl/xp_ssl.c
  	} else if (strncmp(proto, "tls", protolen) == 0) {
  		sslsock->enable_on_connect = 1;
  		sslsock->method = STREAM_CRYPTO_METHOD_TLS_CLIENT;
+--- php-5.5.38/ext/openssl/xp_ssl.c~	2022-03-29 16:25:01.000000000 +0200
++++ php-5.5.38/ext/openssl/xp_ssl.c	2022-03-29 16:27:12.643215607 +0200
+@@ -445,6 +445,10 @@ static inline int php_openssl_setup_cryp
+ 		}
+ 	}
+ 
++#ifdef SSL_OP_IGNORE_UNEXPECTED_EOF
++	ssl_ctx_options |= SSL_OP_IGNORE_UNEXPECTED_EOF;
++#endif
++
+ 	/* need to do slightly different things, based on client/server method,
+ 	 * so lets remember which method was selected */
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/cb9bf309982417ef841f002a7dbcff8b4d798baf



More information about the pld-cvs-commit mailing list