diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-27 06:59:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-27 08:27:44 +0000 |
commit | 7180e3fee7185e6fafffe5e750173838cec0c430 (patch) | |
tree | 9eda469ca9bd4374cb3df5604cca93bd9e63cdf3 /testing/thttpd/thttpd-makeweb-notsuid.patch | |
parent | fe8c11c1954834f77fb17887c939b2866cde74a9 (diff) | |
download | aports-7180e3fee7185e6fafffe5e750173838cec0c430.tar.bz2 aports-7180e3fee7185e6fafffe5e750173838cec0c430.tar.xz |
testing/thttpd: upgrade to 2.26. Now it belongs to www-data, remove setuid from makeweb
Diffstat (limited to 'testing/thttpd/thttpd-makeweb-notsuid.patch')
-rw-r--r-- | testing/thttpd/thttpd-makeweb-notsuid.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/thttpd/thttpd-makeweb-notsuid.patch b/testing/thttpd/thttpd-makeweb-notsuid.patch new file mode 100644 index 0000000000..a1e0fa143f --- /dev/null +++ b/testing/thttpd/thttpd-makeweb-notsuid.patch @@ -0,0 +1,12 @@ +diff --git a/extras/Makefile.in b/extras/Makefile.in +index a29780f..3e19a79 100644 +--- a/extras/Makefile.in ++++ b/extras/Makefile.in +@@ -69,7 +69,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 + rm -f $(MANDIR)/man1/makeweb.1 |