This commit is contained in:
Remi Collet 2019-01-08 15:08:47 +01:00
parent 188c6b49d8
commit 435a315bfc

View File

@ -58,12 +58,12 @@
%global with_lmdb 0
%endif
%global upver 7.2.13
%global upver 7.2.14
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}
Release: 2%{?dist}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@ -114,7 +114,6 @@ Patch48: php-7.2.8-getallheaders.patch
# Upstream fixes (100+)
# Security fixes (200+)
Patch200: php-imap.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@ -717,7 +716,6 @@ low-level PHP extension for the libsodium cryptographic library.
# upstream patches
# security patches
%patch200 -p1 -b .imap
# Fixes for tests
%patch300 -p1 -b .datetests
@ -1557,6 +1555,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
* Tue Jan 8 2019 Remi Collet <remi@remirepo.net> - 7.2.14-1
- Update to 7.2.14 - http://www.php.net/releases/7_2_14.php
* Sat Dec 8 2018 Remi Collet <remi@remirepo.net> - 7.2.13-2
- Fix null pointer dereference in imap_mail CVE-2018-19935