4081333084
Update fuse+libfuse to upstream 2.9.7. Drop the patch for CVE-2015-3202, which is already integrated in the newer version. Rework the other patches. Also switch PKG_SOURCE from @SF to libfuse's github releases. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
11 lines
415 B
Diff
11 lines
415 B
Diff
--- a/util/Makefile.in
|
|
+++ b/util/Makefile.in
|
|
@@ -723,7 +723,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut
|
|
|
|
install-exec-hook:
|
|
-chmod u+s $(DESTDIR)$(bindir)/fusermount
|
|
- @if test ! -e $(DESTDIR)/dev/fuse; then \
|
|
+ -@if test ! -e $(DESTDIR)/dev/fuse; then \
|
|
$(MKDIR_P) $(DESTDIR)/dev; \
|
|
echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
|
|
mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
|