diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-08 18:11:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-08 18:11:26 +0100 |
commit | 676f81f0817cfc41e3b6c3e9eb3e1759354a83ba (patch) | |
tree | 060d155c73f7aa18df065acd9ea46995806cd12e /php71.spec | |
parent | 8987f05387b96f657d4476a1d4a5dccf985c764f (diff) |
Fix null pointer dereference in imap_mail CVE-2018-19935
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -113,7 +113,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -173,6 +173,7 @@ Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) # Security fixes (200+) +Patch200: php-imap.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1019,6 +1020,7 @@ support for JavaScript Object Notation (JSON) to PHP. # upstream patches # security patches +%patch200 -p1 -b .imap # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2061,6 +2063,9 @@ fi %changelog +* Sat Dec 8 2018 Remi Collet <remi@remirepo.net> - 7.1.25-2 +- Fix null pointer dereference in imap_mail CVE-2018-19935 + * Wed Dec 5 2018 Remi Collet <remi@remirepo.net> - 7.1.25-1 - Update to 7.1.25 - http://www.php.net/releases/7_1_25.php |