Update to 7.2.9 - http://www.php.net/releases/7_2_9.php
(cherry picked from commit 40f1a38c1d
)
This commit is contained in:
parent
8491031d31
commit
5c59331794
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ php-7.1.*.xz
|
||||
/php-7.2.6.tar.xz
|
||||
/php-7.2.7.tar.xz
|
||||
/php-7.2.8.tar.xz
|
||||
/php-7.2.9.tar.xz
|
||||
|
12
php.spec
12
php.spec
@ -58,7 +58,7 @@
|
||||
%global with_lmdb 0
|
||||
%endif
|
||||
|
||||
%global upver 7.2.8
|
||||
%global upver 7.2.9
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -70,7 +70,8 @@ Release: 1%{?dist}
|
||||
# TSRM is licensed under BSD
|
||||
# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0
|
||||
# ext/date/lib is MIT
|
||||
License: PHP and Zend and BSD and MIT and ASL 1.0
|
||||
# Zend/zend_sort is NCSA
|
||||
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
|
||||
URL: http://www.php.net/
|
||||
|
||||
Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
|
||||
@ -178,6 +179,8 @@ which adds support for the PHP language to Apache HTTP Server.
|
||||
|
||||
%package cli
|
||||
Summary: Command-line interface for PHP
|
||||
# sapi/cli/ps_title.c is PostgreSQL
|
||||
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and PostgreSQL
|
||||
Requires: php-common%{?_isa} = %{version}-%{release}
|
||||
Provides: php-cgi = %{version}-%{release}, php-cgi%{?_isa} = %{version}-%{release}
|
||||
Provides: php-pcntl, php-pcntl%{?_isa}
|
||||
@ -830,7 +833,7 @@ touch configure.ac
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign"
|
||||
export CFLAGS
|
||||
|
||||
# Install extension modules in %{_libdir}/php/modules.
|
||||
# Install extension modules in %%{_libdir}/php/modules.
|
||||
EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
|
||||
|
||||
# Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
|
||||
@ -1553,6 +1556,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.2.9-1
|
||||
- Update to 7.2.9 - http://www.php.net/releases/7_2_9.php
|
||||
|
||||
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.2.8-1
|
||||
- Update to 7.2.8 - http://www.php.net/releases/7_2_8.php
|
||||
- FPM: add getallheaders, backported from 7.3
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (php-7.2.8.tar.xz) = 8a52f2401ce46921c5842ca98bb81da1f6287d0ba68825f53d16853f808e702967fa9b4bea81d49a3e91c95c0b9eb218169cd6f32a403f7d120348ba5e009bea
|
||||
SHA512 (php-7.2.9.tar.xz) = b898e78fcb4aeeb441395dcabe2e7686425487e32dffbf0e99393aedb917da87a744b23f0be557c45e447433c8058df6e53c34869fc2dcf874cc1af97ff8331f
|
||||
|
Loading…
Reference in New Issue
Block a user