summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-08 11:53:00 +0100
committerRemi Collet <remi@remirepo.net>2018-12-08 11:53:00 +0100
commit9bea7d7fd2208bdd447460db71276ecd2f777d6f (patch)
tree35ec1132c31fcc70f13a3540f677d81c75270da9 /php72.spec
parent0b785670501e60cc4c3df736afef47487bee8887 (diff)
Fix null pointer dereference in imap_mail CVE-2018-19935
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php72.spec b/php72.spec
index 1abb021..686938e 100644
--- a/php72.spec
+++ b/php72.spec
@@ -124,7 +124,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
@@ -184,6 +184,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
@@ -1098,6 +1099,7 @@ low-level PHP extension for the libsodium cryptographic library.
# upstream patches
# security patches
+%patch200 -p1 -b .imap
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2164,6 +2166,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