From 7180e3fee7185e6fafffe5e750173838cec0c430 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 27 Jul 2015 06:59:31 +0000 Subject: testing/thttpd: upgrade to 2.26. Now it belongs to www-data, remove setuid from makeweb --- testing/thttpd/thttpd-webgroup.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/thttpd/thttpd-webgroup.patch (limited to 'testing/thttpd/thttpd-webgroup.patch') diff --git a/testing/thttpd/thttpd-webgroup.patch b/testing/thttpd/thttpd-webgroup.patch new file mode 100644 index 0000000000..fb493c88f4 --- /dev/null +++ b/testing/thttpd/thttpd-webgroup.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index ddd5f9a..d40fd6a 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -40,7 +40,7 @@ WEBDIR = $(prefix)/www + # CONFIGURE: The group that the web directory belongs to. This is so that + # the makeweb program can be installed set-group-id to that group, and make + # subdirectories. If you're not going to use makeweb, ignore this. +-WEBGROUP = www ++WEBGROUP = www-data + + # CONFIGURE: Directory for CGI executables. + CGIBINDIR = $(WEBDIR)/cgi-bin -- cgit v1.2.3