Debian Patches
Status for fuse/2.9.9-9
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-initscript.patch | Upstream build system should not run update-rc.d. diff -Naurp fuse.orig/util/Makefile.am fuse/util/Makefile.am |
Bartosz Fenski <fenio@debian.org> | no | |||
0002-kfreebsd.patch | GNU/kFreeBSD support diff -Naurp fuse.orig/include/fuse_common.h fuse/include/fuse_common.h |
Aurelien Jarno <aurel32@debian.org> | no | |||
0003-examples.patch | Don't exclude fioc.h from examples (Closes: #626522). diff -Naurp fuse.orig/example/Makefile.am fuse/example/Makefile.am |
Daniel Baumann <mail@daniel-baumann.ch> | no | |||
0004-fusermount-manpage.patch | Description: Clarify manpage that fusermount is used for unmounting only these days (Closes: #651556). diff -Naurp fuse.orig/doc/fusermount.1 fuse/doc/fusermount.1 |
Daniel Baumann <mail@daniel-baumann.ch> | no | |||
0005-dlsym.patch | fuse.c (fuse_load_so_name): use dlsym() instead of relying on ld.so constructor functions. diff -Naurp fuse.orig/include/fuse.h fuse/include/fuse.h |
Fabrice Bauzac <fbauzac@amadeus.com> | no | |||
0006-arm64.patch | fuse_kernel.h: clean includes Use <linux/types.h> for linux and define types used for other operating systems using <stdint.h> types (Closes: #752081). diff -Naurp fuse.orig/include/fuse_kernel.h fuse/include/fuse_kernel.h |
Riku Voipio <riku.voipio@linaro.org> | no | |||
0007-Add_autofs_to_mountpoint_file_system_whitelist.patch | [PATCH] Add autofs to mountpoint file system whitelist | Robo Shimmer <roboshim@users.noreply.github.com> | no | 2018-07-31 | ||
0008-Add_FAT_to_mountpoint_file_system_whitelist.patch | [PATCH] Add FAT to mountpoint file system whitelist | Benjamin Barenblat <bbaren@google.com> | no | 2018-08-03 | ||
0001-util-ulockmgr_server.c-conditionally-define-closefro.patch | util/ulockmgr_server.c: conditionally define closefrom (fix glibc-2.34+) closefrom(3) has joined us in glibc-land from *BSD and Solaris. Since it's available in glibc 2.34+, we want to detect it and only define our fallback if the libc doesn't provide it. |
Sam James <sam@gentoo.org> | yes | upstream | 2021-07-24 | |
0009-dev-fd.patch | backport support for /dev/fd/NN This is a backport of 64e11073b9347fcf9c6d1eea143763ba9e946f70 ("Allow passing `/dev/fuse` file descriptor from parent process") and enables fuse 2.9 to perform the unprivileged part in much the same way as fuse >= 3.3 does. Since fuse changed significantly, this is a reimplementation of the original idea on the older code base. An alternative to applying this patch is porting users of this library to 3.x. In reality, progress has been slow and very many packages still use 2.x. While such porting is a good thing in principle, it also is a huge task when a relatively simple alternative is available. |
Helmut Grohne <helmut@subdivi.de> | not-needed | https://github.com/libfuse/libfuse/commit/64e11073b9347fcf9c6d1eea143763ba9e946f70 |