From f9ec97714dc1f4bf2063e5a1ba587e31935160f3 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Fri, 2 May 2014 18:59:27 +0200
Subject: PHP 5.4.28

---
 php-fpm-www.conf | 4 ++--
 php54.spec       | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

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/php54.spec b/php54.spec
index 17a29d9..bc40138 100644
--- a/php54.spec
+++ b/php54.spec
@@ -81,7 +81,7 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.4.27
+Version: 5.4.28
 %if 0%{?snapdate:1}%{?rcver:1}
 Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
 %else
@@ -1646,6 +1646,10 @@ fi
 
 
 %changelog
+* Fri May  2 2014 Remi Collet <remi@fedoraproject.org> 5.4.28-1
+- Update to 5.4.28
+  http://www.php.net/releases/5_4_28.php
+
 * Thu Apr  3 2014 Remi Collet <remi@fedoraproject.org> 5.4.27-1
 - Update to 5.4.27
   http://www.php.net/ChangeLog-5.php#5.4.27
-- 
cgit