summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-05 08:04:59 +0100
committerRemi Collet <remi@remirepo.net>2019-03-05 08:05:12 +0100
commitc1b1b58666af10e584c5e6560f4d227cc806005b (patch)
tree89496ba4eeba86e11203039e08d7f46fbea97e66 /php.spec
parentf970ab49f9e08248354195ffa735b0e3d01f460a (diff)
Fix #77630 rename() across the device may allow unwanted access during processing
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 4da7878..487ce62 100644
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 4%{?dist}
+Release: 5%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -208,6 +208,7 @@ Patch209: php-bug77431.patch
Patch210: php-bug77540.patch
Patch211: php-bug77563.patch
Patch212: php-bug77586.patch
+Patch213: php-bug77630.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -954,6 +955,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch210 -p1 -b .bug77540
%patch211 -p1 -b .bug77563
%patch212 -p1 -b .bug77586
+%patch213 -p1 -b .bug77630
: ---------------------------
#exit 1
@@ -1906,6 +1908,10 @@ EOF
%changelog
+* Tue Mar 5 2019 Remi Collet <remi@remirepo.net> - 7.0.33-5
+- Fix #77630 rename() across the device may allow unwanted access
+ during processing
+
* Mon Mar 4 2019 Remi Collet <remi@remirepo.net> - 7.0.33-4
- exif:
Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF