diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-14 13:57:09 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-14 13:57:09 +0000 |
commit | f52512fba7c3847cc777c41cf592c545ab80c3db (patch) | |
tree | 4004fe125e8b04c60b9c9811ba67b01ad622fe84 /www/mod_fastcgi/files/patch-fcgi_util.c | |
parent | HTML encode < and > and fix the formatting of the latest typo3 entry. (diff) |
www:mod_fastcgi: Update to 2.4.7.1
The website of fastcgi has been down for a long time.
The project is now in a GitHub archive: https://github.com/FastCGI-Archives
Also switch to GitHub with www/mod_fastcgi
Changelog:
*) cast from pointer to integer of different size fix
*) fix prinf %d warning
*) .cvsignore to .gitignore
*) apache 2.4 compile fix
- While I am here, use "make makepatch" for the patches in /files
Approved by: brnrd (apache)
With hat: apache
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D18471
Notes
Notes:
svn path=/head/; revision=487436
Diffstat (limited to 'www/mod_fastcgi/files/patch-fcgi_util.c')
-rw-r--r-- | www/mod_fastcgi/files/patch-fcgi_util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_fastcgi/files/patch-fcgi_util.c b/www/mod_fastcgi/files/patch-fcgi_util.c index 2bcf4031d1dc..9b57ad3f67cf 100644 --- a/www/mod_fastcgi/files/patch-fcgi_util.c +++ b/www/mod_fastcgi/files/patch-fcgi_util.c @@ -1,6 +1,6 @@ ---- fcgi_util.c.orig +--- fcgi_util.c.orig 2017-03-29 21:11:44 UTC +++ fcgi_util.c -@@ -268,13 +268,17 @@ +@@ -268,13 +268,17 @@ fcgi_util_check_access(pool *tp, /* Get the user membership for the file's group. If the * uid is a member, check the group bits. */ { @@ -23,7 +23,7 @@ if (mode & R_OK && !(statBuf->st_mode & S_IRGRP)) return "read not allowed by group"; if (mode & W_OK && !(statBuf->st_mode & S_IWGRP)) -@@ -445,8 +449,9 @@ +@@ -445,8 +449,9 @@ fcgi_util_fs_set_uid_n_gid(pool *p, fcgi_server *s, ui { #ifndef WIN32 @@ -34,7 +34,7 @@ if (fcgi_wrapper == NULL) return NULL; -@@ -467,14 +472,14 @@ +@@ -467,14 +472,14 @@ fcgi_util_fs_set_uid_n_gid(pool *p, fcgi_server *s, ui s->username = s->user; s->gid = gid; |