- Update to 5.5.12 http://www.php.net/releases/5_5_12.php
- php-fpm: change default unix socket permission CVE-2014-0185
This commit is contained in:
parent
dc4f1dc1a0
commit
f0d343bd83
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
9
php.spec
9
php.spec
@ -68,8 +68,8 @@
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 5.5.11
|
||||
Release: 2%{?dist}
|
||||
Version: 5.5.12
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -1550,6 +1550,11 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 3 2014 Remi Collet <rcollet@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
|
||||
|
||||
* Wed Apr 23 2014 Remi Collet <rcollet@redhat.com> 5.5.11-2
|
||||
- add numerical prefix to extension configuration files
|
||||
- prevent .user.ini files from being viewed by Web clients
|
||||
|
Loading…
Reference in New Issue
Block a user