[packages/php/PHP_7_2] Rel 4; fix openssl 3 build
arekm
arekm at pld-linux.org
Sat Oct 23 20:15:51 CEST 2021
commit 6a9cce2880fcd35d1700f98c60dbc0ed19c8d74b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Oct 23 20:14:48 2021 +0200
Rel 4; fix openssl 3 build
openssl.patch | 12 ++++++++++++
php.spec | 4 +++-
2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index c818b94..fafa0a2 100644
--- a/php.spec
+++ b/php.spec
@@ -155,7 +155,7 @@ Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирова
Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
Version: 7.2.34
-Release: 3
+Release: 4
Epoch: 4
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -221,6 +221,7 @@ Patch70: mysqlnd-ssl.patch
Patch71: libdb-info.patch
Patch72: phar-hash-shared.patch
Patch73: icu69.patch
+Patch74: openssl.patch
URL: http://php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
@@ -2040,6 +2041,7 @@ cp -p php.ini-production php.ini
%patch71 -p1
%patch72 -p1 -b .phar-shared
%patch73 -p1
+%patch74 -p1
sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
run-tests.php
diff --git a/openssl.patch b/openssl.patch
new file mode 100644
index 0000000..d696980
--- /dev/null
+++ b/openssl.patch
@@ -0,0 +1,12 @@
+--- 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/6a9cce2880fcd35d1700f98c60dbc0ed19c8d74b
More information about the pld-cvs-commit
mailing list