[packages/apache-mod_fcgid] - rel 3, fix patch fuzz
baggins
baggins at pld-linux.org
Sat Feb 28 22:19:02 CET 2026
commit f60bd294b02effa176f21eaf6defbd8359c8b419
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 28 23:18:46 2026 +0100
- rel 3, fix patch fuzz
apache-mod_fcgid-suexec-path.patch | 4 ++--
apache-mod_fcgid.spec | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/apache-mod_fcgid.spec b/apache-mod_fcgid.spec
index edcf4cc..91c2140 100644
--- a/apache-mod_fcgid.spec
+++ b/apache-mod_fcgid.spec
@@ -4,7 +4,7 @@ Summary: A binary compatibility alternative to Apache module mod_fastcgi
Summary(pl.UTF-8): Binarnie kompatybilna alternatywa dla modułu Apache'a mod_fastcgi
Name: apache-mod_%{mod_name}
Version: 2.3.9
-Release: 2
+Release: 3
License: GPL v2
Group: Networking/Daemons/HTTP
Source0: http://www.apache.org/dist/httpd/mod_fcgid/mod_%{mod_name}-%{version}.tar.bz2
diff --git a/apache-mod_fcgid-suexec-path.patch b/apache-mod_fcgid-suexec-path.patch
index bab1cf5..cbb753c 100644
--- a/apache-mod_fcgid-suexec-path.patch
+++ b/apache-mod_fcgid-suexec-path.patch
@@ -76,8 +76,8 @@ diff -ur mod_fcgid-2.3.6.orig//modules/fcgid/fcgid_proc_unix.c mod_fcgid-2.3.6/m
newargs[2] = execgroup;
newargs[3] = apr_pstrdup(p, argv0);
@@ -222,6 +223,9 @@
- }
- wargv[argc] = NULL;
+ /* Build wrapper args */
+ apr_tokenize_to_argv(cmdline, (char ***)&wargv, procnode->proc_pool);
+ if (!g_suexec_cmd)
+ g_suexec_cmd = get_suexec_cmd(procinfo->main_server);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_fcgid.git/commitdiff/f60bd294b02effa176f21eaf6defbd8359c8b419
More information about the pld-cvs-commit
mailing list