[php/f19] - Update to 5.5.12 http://www.php.net/releases/5_5_12.php - php-fpm: change default unix socket perm

Remi Collet remi at fedoraproject.org
Sat May 3 07:03:52 UTC 2014


commit 9a6d189e125e232bdf4e3a3768965f4a96e36f98
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat May 3 08:59:36 2014 +0200

    - Update to 5.5.12 http://www.php.net/releases/5_5_12.php
    - php-fpm: change default unix socket permission CVE-2014-0185
    
    (cherry picked from commit 47a4e78abda5d417d377e674d0b56d19373e9ffe)

 .gitignore       |    1 +
 php-fpm-www.conf |    4 ++--
 php.spec         |    7 ++++++-
 sources          |    2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 948a4f2..c028b23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ php-5.4.*.bz2
 /php-5.5.9-strip.tar.xz
 /php-5.5.10-strip.tar.xz
 /php-5.5.11-strip.tar.xz
+/php-5.5.12-strip.tar.xz
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 9cdbb4f..9642946 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -27,10 +27,10 @@ listen.allowed_clients = 127.0.0.1
 ; permissions must be set in order to allow connections from a web server. Many
 ; BSD-derived systems allow connections regardless of permissions. 
 ; Default Values: user and group are set as the running user
-;                 mode is set to 0666
+;                 mode is set to 0660
 ;listen.owner = nobody
 ;listen.group = nobody
-;listen.mode = 0666
+;listen.mode = 0660
 
 ; Unix user/group of processes
 ; Note: The user is mandatory. If the group is not set, the default user's group
diff --git a/php.spec b/php.spec
index b6afc82..4ae8367 100644
--- a/php.spec
+++ b/php.spec
@@ -68,7 +68,7 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.5.11
+Version: 5.5.12
 Release: 1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -1542,6 +1542,11 @@ exit 0
 
 
 %changelog
+* Sat May  3 2014 Remi Collet <rcollet at redhat.com> 5.5.12-1
+- Update to 5.5.12
+  http://www.php.net/releases/5_5_12.php
+- php-fpm: change default unix socket permission CVE-2014-0185
+
 * Thu Apr  3 2014 Remi Collet <rcollet at redhat.com> 5.5.11-1
 - Update to 5.5.11
   http://www.php.net/ChangeLog-5.php#5.5.11
diff --git a/sources b/sources
index 4b3fd8c..52d1afb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bb5a5ed7a7ec43b2db2370d87cc9588  php-5.5.11-strip.tar.xz
+660472b56f21ea37805b46c4508693f6  php-5.5.12-strip.tar.xz


More information about the scm-commits mailing list