]> git.pld-linux.org Git - packages/php.git/commitdiff
Rel 59; proper version of workaround auto/th/php53-5.3.29-59
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Mar 2022 15:38:29 +0000 (17:38 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Mar 2022 15:38:29 +0000 (17:38 +0200)
openssl.patch
php.spec

index 11d44f94c187475de5facc6c273ffb316d6ab7e2..e9d5eb79e1dc04c6f64cbab8680af055088f8802 100644 (file)
@@ -1030,16 +1030,18 @@ 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
-               }
+--- php-5.3.29/ext/openssl/xp_ssl.c~   2022-03-29 17:28:18.000000000 +0200
++++ php-5.3.29/ext/openssl/xp_ssl.c    2022-03-29 17:31:01.756549079 +0200
+@@ -387,7 +387,11 @@ static inline int php_openssl_setup_cryp
+               return -1;
        }
  
+-      SSL_CTX_set_options(sslsock->ctx, SSL_OP_ALL);
++      SSL_CTX_set_options(sslsock->ctx, SSL_OP_ALL
 +#ifdef SSL_OP_IGNORE_UNEXPECTED_EOF
-+      ssl_ctx_options |= SSL_OP_IGNORE_UNEXPECTED_EOF;
++              | SSL_OP_IGNORE_UNEXPECTED_EOF
 +#endif
-+
-       /* need to do slightly different things, based on client/server method,
-        * so lets remember which method was selected */
++              );
  
+ #if OPENSSL_VERSION_NUMBER >= 0x0090806fL
+       {
index 1d73e8b331b36aaf803d718ec7ae7effb8e6723c..4de1d50387efea75fa114dc29e66557260f415d0 100644 (file)
--- 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     58
+%define                rel     59
 %define                orgname php
 %define                ver_suffix 53
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
This page took 0.665917 seconds and 4 git commands to generate.