summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-02 14:25:30 +0200
committerRemi Collet <remi@remirepo.net>2019-04-02 14:25:30 +0200
commitda77c08e873f7152d3fac2f1b905504415ec3324 (patch)
tree9780939b72d13c09e044dd7a7dce3507ff223395 /php56.spec
parent85abf10a2fdb2497d72fef3e361a42608cdf8596 (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 'php56.spec')
-rw-r--r--php56.spec20
1 files changed, 16 insertions, 4 deletions
diff --git a/php56.spec b/php56.spec
index c174d4a..02e3e88 100644
--- a/php56.spec
+++ b/php56.spec
@@ -142,7 +142,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-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
@@ -211,8 +211,10 @@ Patch210: php-bug77540.patch
Patch211: php-bug77563.patch
Patch212: php-bug77586.patch
Patch213: php-bug77630.patch
-# update NEWS file with backport information
-Patch299: php-news.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
@@ -985,7 +987,10 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch211 -p1 -b .bug77563
%patch212 -p1 -b .bug77586
%patch213 -p1 -b .bug77630
-%patch299 -p1 -b .backport
+%patch214 -p1 -b .backport
+%patch215 -p1 -b .sqlite3.defensive
+%patch216 -p1 -b .bug77753
+%patch217 -p1 -b .bug77831
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2022,6 +2027,13 @@ EOF
%changelog
+* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 5.6.40-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> - 5.6.40-6
- Fix #76846 Segfault in shutdown function after memory limit error