summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-08 10:36:00 +0100
committerRemi Collet <remi@remirepo.net>2018-12-08 10:36:00 +0100
commitf573c466a61227362b1718c503a2b4e114b7179a (patch)
treecc34393d7eba17cf70318f7def1efa0e6606e1aa /php.spec
parenta16a641d301efda784a9e6bc6e9dcf7ccbe68ee1 (diff)
Fix null pointer dereference in imap_mail CVE-2018-19935
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 740f1b7..c8fe559 100644
--- a/php.spec
+++ b/php.spec
@@ -130,7 +130,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -187,6 +187,7 @@ Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
# Security fixes (200+)
+Patch200: php-imap.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -930,6 +931,7 @@ low-level PHP extension for the libsodium cryptographic library.
# upstream patches
# security patches
+%patch200 -p1 -b .imap
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1870,6 +1872,9 @@ fi
%changelog
+* Sat Dec 8 2018 Remi Collet <remi@remirepo.net> - 7.2.13-2
+- Fix null pointer dereference in imap_mail CVE-2018-19935
+
* Wed Dec 5 2018 Remi Collet <remi@remirepo.net> - 7.2.13-1
- Update to 7.2.13 - http://www.php.net/releases/7_2_13.php