diff --git a/httpd-2.4.2-r1337344+.patch b/httpd-2.4.3-r1337344+.patch
similarity index 89%
rename from httpd-2.4.2-r1337344+.patch
rename to httpd-2.4.3-r1337344+.patch
index 60c77bb..93df0df 100644
--- a/httpd-2.4.2-r1337344+.patch
+++ b/httpd-2.4.3-r1337344+.patch
@@ -9,12 +9,11 @@ http://svn.apache.org/viewvc?view=revision&revision=1337344
http://svn.apache.org/viewvc?view=revision&revision=1341905
http://svn.apache.org/viewvc?view=revision&revision=1342065
http://svn.apache.org/viewvc?view=revision&revision=1341930
-
http://svn.apache.org/viewvc?view=revision&revision=1344712
---- httpd-2.4.2/configure.in.r1337344+
-+++ httpd-2.4.2/configure.in
-@@ -700,7 +700,24 @@ APACHE_HELP_STRING(--with-suexec-gidmin,
+--- httpd-2.4.3/configure.in.r1337344+
++++ httpd-2.4.3/configure.in
+@@ -717,7 +717,24 @@ APACHE_HELP_STRING(--with-suexec-gidmin,
AC_ARG_WITH(suexec-logfile,
APACHE_HELP_STRING(--with-suexec-logfile,Set the logfile),[
@@ -40,7 +39,7 @@ http://svn.apache.org/viewvc?view=revision&revision=1344712
AC_ARG_WITH(suexec-safepath,
APACHE_HELP_STRING(--with-suexec-safepath,Set the safepath),[
-@@ -710,6 +727,15 @@ AC_ARG_WITH(suexec-umask,
+@@ -727,6 +744,15 @@ AC_ARG_WITH(suexec-umask,
APACHE_HELP_STRING(--with-suexec-umask,umask for suexec'd process),[
AC_DEFINE_UNQUOTED(AP_SUEXEC_UMASK, 0$withval, [umask for suexec'd process] ) ] )
@@ -56,9 +55,9 @@ http://svn.apache.org/viewvc?view=revision&revision=1344712
dnl APR should go after the other libs, so the right symbols can be picked up
if test x${apu_found} != xobsolete; then
AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
---- httpd-2.4.2/docs/manual/suexec.html.en.r1337344+
-+++ httpd-2.4.2/docs/manual/suexec.html.en
-@@ -369,6 +369,21 @@
+--- httpd-2.4.3/docs/manual/suexec.html.en.r1337344+
++++ httpd-2.4.3/docs/manual/suexec.html.en
+@@ -372,6 +372,21 @@
together with the --enable-suexec
option to let
APACI accept your request for using the suEXEC feature.
@@ -80,7 +79,7 @@ http://svn.apache.org/viewvc?view=revision&revision=1344712
--with-suexec-bin=PATH
suexec
binary must be hard-coded
-@@ -430,6 +445,12 @@
+@@ -433,6 +448,12 @@
"suexec_log
" and located in your standard logfile
directory (--logfiledir
).--with-suexec-safepath=PATH
The suEXEC wrapper will write log information
to the file defined with the --with-suexec-logfile
@@ -109,8 +108,15 @@ http://svn.apache.org/viewvc?view=revision&revision=1344712