]> git.pld-linux.org Git - packages/php.git/commitdiff
Rel 4; fix openssl 3 build auto/th/php72-7.2.34-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 23 Oct 2021 18:14:48 +0000 (20:14 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 23 Oct 2021 18:14:48 +0000 (20:14 +0200)
openssl.patch [new file with mode: 0644]
php.spec

diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..d696980
--- /dev/null
@@ -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);
index c818b94119f761314e3933691dc11e65c26bb8e3..fafa0a24de020bcf8caa6ba23aee78df190e36ee 100644 (file)
--- 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
This page took 0.044887 seconds and 4 git commands to generate.