summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/thttpd-2.29.local.patch (renamed from patches/thttpd-2.27.local.patch)28
1 files changed, 15 insertions, 13 deletions
diff --git a/patches/thttpd-2.27.local.patch b/patches/thttpd-2.29.local.patch
index 53b6fc22..c0425c56 100644
--- a/patches/thttpd-2.27.local.patch
+++ b/patches/thttpd-2.29.local.patch
@@ -1,11 +1,23 @@
---- thttpd-2.27/Makefile.in.orig 2005-05-20 19:10:24.000000000 +0000
-+++ thttpd-2.27/Makefile.in 2017-11-08 13:57:11.088000000 +0000
+diff -ru thttpd-2.29.orig/extras/Makefile.in thttpd-2.29/extras/Makefile.in
+--- thttpd-2.29.orig/extras/Makefile.in 2005-05-20 21:10:25.000000000 +0200
++++ thttpd-2.29/extras/Makefile.in 2020-05-23 22:44:07.959407057 +0200
+@@ -68,7 +68,6 @@
+ install: all
+ rm -f $(BINDIR)/makeweb $(BINDIR)/htpasswd $(BINDIR)/syslogtocern
+ cp makeweb $(BINDIR)/makeweb
+- chgrp $(WEBGROUP) $(BINDIR)/makeweb
+ chmod 2755 $(BINDIR)/makeweb
+ cp htpasswd $(BINDIR)/htpasswd
+ cp syslogtocern $(BINDIR)/syslogtocern
+diff -ru thttpd-2.29.orig/Makefile.in thttpd-2.29/Makefile.in
+--- thttpd-2.29.orig/Makefile.in 2005-05-20 21:10:24.000000000 +0200
++++ thttpd-2.29/Makefile.in 2020-05-23 22:45:10.811407438 +0200
@@ -110,11 +110,11 @@
installthis:
-mkdir -p $(DESTDIR)$(BINDIR)
- $(INSTALL) -m 555 -o bin -g bin thttpd $(DESTDIR)$(BINDIR)
-+ $(INSTALL) -m 555 thttpd $(DESTDIR)$(BINDIR)
++ $(INSTALL) -m 755 thttpd $(DESTDIR)$(BINDIR)
install-man:
-mkdir -p $(DESTDIR)$(MANDIR)/man8
@@ -14,13 +26,3 @@
installsubdirs:
for i in $(SUBDIRS) ; do ( \
---- thttpd-2.27/extras/Makefile.in.orig 2005-05-20 19:10:25.000000000 +0000
-+++ thttpd-2.27/extras/Makefile.in 2017-11-08 13:59:32.352000000 +0000
-@@ -68,7 +68,6 @@
- install: all
- rm -f $(BINDIR)/makeweb $(BINDIR)/htpasswd $(BINDIR)/syslogtocern
- cp makeweb $(BINDIR)/makeweb
-- chgrp $(WEBGROUP) $(BINDIR)/makeweb
- chmod 2755 $(BINDIR)/makeweb
- cp htpasswd $(BINDIR)/htpasswd
- cp syslogtocern $(BINDIR)/syslogtocern