summaryrefslogtreecommitdiffhomepage
path: root/patches/thttpd-2.27.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-05-23 22:46:46 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-23 21:57:21 +0100
commit101ef02b9a975d32917b1fe0254fc46ce651526e (patch)
tree159bfb5657bf2a99afc317a50e1e46c8940ffb9f /patches/thttpd-2.27.local.patch
parent9281ebec1cfb5b08bfa86f001038f92f37d6a250 (diff)
downloadmidipix_build-101ef02b9a975d32917b1fe0254fc46ce651526e.tar.bz2
midipix_build-101ef02b9a975d32917b1fe0254fc46ce651526e.tar.xz
groups/241.native_packages_inet.group: update thttpd to v2.29
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/thttpd-2.27.local.patch')
-rw-r--r--patches/thttpd-2.27.local.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/thttpd-2.27.local.patch b/patches/thttpd-2.27.local.patch
deleted file mode 100644
index 53b6fc22..00000000
--- a/patches/thttpd-2.27.local.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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
-@@ -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-man:
- -mkdir -p $(DESTDIR)$(MANDIR)/man8
-- $(INSTALL) -m 444 -o bin -g bin thttpd.8 $(DESTDIR)$(MANDIR)/man8
-+ $(INSTALL) -m 444 thttpd.8 $(DESTDIR)$(MANDIR)/man8
-
- 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