diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-02 16:05:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-02 16:05:14 +0200 |
commit | b24f881bfb8a7ee8b17c9a8168aa8675d761ecf9 (patch) | |
tree | 2858a65145bc45008f75d84e173143669fb2fbaf /php.spec | |
parent | b6d6544f9e4536958fd65a5e1733b049a84d65ba (diff) |
- exif:
Fix #77753 Heap-buffer-overflow in php_ifd_get32s
Fix #77831 Heap-buffer-overflow in exif_iif_add_value
- sqlite3:
Added sqlite3.defensive INI directive
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -131,7 +131,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -210,6 +210,10 @@ Patch210: php-bug77540.patch Patch211: php-bug77563.patch Patch212: php-bug77586.patch Patch213: php-bug77630.patch +Patch214: php-news.patch +Patch215: php-sqlite3-defensive.patch +Patch216: php-bug77753.patch +Patch217: php-bug77831.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -964,6 +968,10 @@ support for JavaScript Object Notation (JSON) to PHP. %patch211 -p1 -b .bug77563 %patch212 -p1 -b .bug77586 %patch213 -p1 -b .bug77630 +%patch214 -p1 -b .backport +%patch215 -p1 -b .sqlite3.defensive +%patch216 -p1 -b .bug77753 +%patch217 -p1 -b .bug77831 : --------------------------- #exit 1 @@ -1919,6 +1927,13 @@ EOF %changelog +* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 7.0.33-7 +- exif: + Fix #77753 Heap-buffer-overflow in php_ifd_get32s + Fix #77831 Heap-buffer-overflow in exif_iif_add_value +- sqlite3: + Added sqlite3.defensive INI directive + * Fri Mar 15 2019 Remi Collet <remi@remirepo.net> - 7.0.33-6 - Fix #76846 Segfault in shutdown function after memory limit error |