aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-cve-2014-0185
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53/files/patch-cve-2014-0185')
-rw-r--r--lang/php53/files/patch-cve-2014-018526
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/php53/files/patch-cve-2014-0185 b/lang/php53/files/patch-cve-2014-0185
deleted file mode 100644
index fba6fe870146..000000000000
--- a/lang/php53/files/patch-cve-2014-0185
+++ /dev/null
@@ -1,26 +0,0 @@
---- sapi/fpm/fpm/fpm_unix.c.orig 2014-05-02 19:01:53.759889551 +0200
-+++ sapi/fpm/fpm/fpm_unix.c 2014-05-02 19:02:05.029888255 +0200
-@@ -35,7 +35,7 @@
- /* uninitialized */
- wp->socket_uid = -1;
- wp->socket_gid = -1;
-- wp->socket_mode = 0666;
-+ wp->socket_mode = 0660;
-
- if (!c) {
- return 0;
---- sapi/fpm/php-fpm.conf.in.orig 2014-05-02 19:03:03.746956989 +0200
-+++ sapi/fpm/php-fpm.conf.in 2014-05-02 19:02:37.651887275 +0200
-@@ -158,10 +158,10 @@
- ; 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 = @php_fpm_user@
- ;listen.group = @php_fpm_group@
--;listen.mode = 0666
-+;listen.mode = 0660
-
- ; List of ipv4 addresses of FastCGI clients which are allowed to connect.
- ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original