!215 [sync] PR-212: Update to 8.3.13
From: @openeuler-sync-bot Reviewed-by: @fundawang Signed-off-by: @fundawang
This commit is contained in:
commit
1f9afcf555
@ -25,7 +25,7 @@ diff -up ./ext/standard/tests/general_functions/phpinfo.phpt.phpinfo ./ext/stand
|
|||||||
@@ -17,7 +17,6 @@ PHP Version => %s
|
@@ -17,7 +17,6 @@ PHP Version => %s
|
||||||
|
|
||||||
System => %s
|
System => %s
|
||||||
Build Date => %s%a
|
Build Date => %r(.+?)%r
|
||||||
-Configure Command => %s
|
-Configure Command => %s
|
||||||
Server API => Command Line Interface
|
Server API => Command Line Interface
|
||||||
Virtual Directory Support => %s
|
Virtual Directory Support => %s
|
||||||
Binary file not shown.
15
php.spec
15
php.spec
@ -23,7 +23,7 @@
|
|||||||
%global with_modphp 1
|
%global with_modphp 1
|
||||||
%global with_lmdb 1
|
%global with_lmdb 1
|
||||||
%global with_sodium 1
|
%global with_sodium 1
|
||||||
%global upver 8.3.12
|
%global upver 8.3.13
|
||||||
|
|
||||||
|
|
||||||
Name: php
|
Name: php
|
||||||
@ -31,7 +31,7 @@ Version: %{upver}
|
|||||||
Release: 1
|
Release: 1
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0
|
License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0
|
||||||
URL: http://www.php.net/
|
URL: https://www.php.net/
|
||||||
Source0: https://www.php.net/distributions/php-%{upver}.tar.xz
|
Source0: https://www.php.net/distributions/php-%{upver}.tar.xz
|
||||||
Source1: php.conf
|
Source1: php.conf
|
||||||
Source2: php.ini
|
Source2: php.ini
|
||||||
@ -60,7 +60,7 @@ Patch5: php-8.3.11-systzdata-v24.patch
|
|||||||
|
|
||||||
Patch6: php-7.4.0-phpize.patch
|
Patch6: php-7.4.0-phpize.patch
|
||||||
Patch7: php-7.4.0-ldap_r.patch
|
Patch7: php-7.4.0-ldap_r.patch
|
||||||
Patch8: php-8.1.0-phpinfo.patch
|
Patch8: php-8.3.13-phpinfo.patch
|
||||||
Patch9: php-8.3.0-openssl-ec-param.patch
|
Patch9: php-8.3.0-openssl-ec-param.patch
|
||||||
|
|
||||||
|
|
||||||
@ -580,11 +580,7 @@ scripting language and therefore develop “system code” more productively.
|
|||||||
For PHP, FFI opens a way to write PHP extensions and bindings to C libraries
|
For PHP, FFI opens a way to write PHP extensions and bindings to C libraries
|
||||||
in pure PHP.
|
in pure PHP.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: help
|
|
||||||
|
|
||||||
%description help
|
|
||||||
help
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n php-%{upver} -p1
|
%autosetup -n php-%{upver} -p1
|
||||||
@ -1314,6 +1310,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 23 2024 Funda Wang <fundawang@yeah.net> - 8.3.13-1
|
||||||
|
- New version 8.3.13
|
||||||
|
|
||||||
* Wed Sep 25 2024 Funda Wang <fundawang@yeah.net> - 8.3.12-1
|
* Wed Sep 25 2024 Funda Wang <fundawang@yeah.net> - 8.3.12-1
|
||||||
- New version 8.3.12
|
- New version 8.3.12
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user