]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-suexec.patch
- updated to 2.4.59
[packages/apache.git] / apache-suexec.patch
index 5edaf4e4682280fa4f4b66416c45c8bd48a29a60..cb15598c9b0bf84363101c640608e2f113d2b537 100644 (file)
@@ -1,11 +1,12 @@
---- httpd-2.0.43/Makefile.in.wiget     Fri Oct  4 15:20:09 2002
-+++ httpd-2.0.43/Makefile.in   Fri Oct  4 15:20:32 2002
-@@ -195,7 +195,7 @@
+diff -urNp -x '*.orig' httpd-2.4.46.org/Makefile.in httpd-2.4.46/Makefile.in
+--- httpd-2.4.46.org/Makefile.in       2018-08-08 13:48:15.000000000 +0200
++++ httpd-2.4.46/Makefile.in   2021-06-16 09:18:53.088643073 +0200
+@@ -279,7 +279,7 @@ install-suexec-binary:
+ install-suexec-setuid: install-suexec-binary
        @if test -f $(builddir)/support/suexec; then \
-             test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
-             $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
--            chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
-+            chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
+-          chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
++          chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
        fi
  
- suexec:
+ install-suexec-caps: install-suexec-binary