commit 876cabd6ba8c247b2afd99c9e874c520bfe1ee23
Author: Arkadiusz Miƛkiewicz <ar...@maven.pl>
Date:   Sat Oct 23 19:27:59 2021 +0200

    Rel 55; fix openssl 3 build

 openssl.patch | 12 ++++++++++++
 php.spec      |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index bf57449..bfcef23 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     54
+%define                rel     55
 %define                orgname php
 %define                ver_suffix 53
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
diff --git a/openssl.patch b/openssl.patch
index f9f685b..5d622c9 100644
--- a/openssl.patch
+++ b/openssl.patch
@@ -980,3 +980,15 @@ diff -ruNp php-5.3.29.orig/ext/openssl/xp_ssl.c 
php-5.3.29/ext/openssl/xp_ssl.c
                case STREAM_CRYPTO_METHOD_SSLv2_SERVER:
  #ifdef OPENSSL_NO_SSL2
                        php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 
support is not compiled into the OpenSSL library PHP is linked against");
+--- php-5.3.29/ext/openssl/openssl.c~  2021-10-23 19:18:21.000000000 +0200
++++ php-5.3.29/ext/openssl/openssl.c   2021-10-23 19:19:01.483125024 +0200
+@@ -1044,7 +1044,9 @@ PHP_MINIT_FUNCTION(openssl)
+       REGISTER_LONG_CONSTANT("PKCS7_NOSIGS", PKCS7_NOSIGS, 
CONST_CS|CONST_PERSISTENT);
+ 
+       REGISTER_LONG_CONSTANT("OPENSSL_PKCS1_PADDING", RSA_PKCS1_PADDING, 
CONST_CS|CONST_PERSISTENT);
++#ifdef RSA_SSLV23_PADDING
+       REGISTER_LONG_CONSTANT("OPENSSL_SSLV23_PADDING", RSA_SSLV23_PADDING, 
CONST_CS|CONST_PERSISTENT);
++#endif
+       REGISTER_LONG_CONSTANT("OPENSSL_NO_PADDING", RSA_NO_PADDING, 
CONST_CS|CONST_PERSISTENT);
+       REGISTER_LONG_CONSTANT("OPENSSL_PKCS1_OAEP_PADDING", 
RSA_PKCS1_OAEP_PADDING, CONST_CS|CONST_PERSISTENT);
+ 
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to