Package: fuse / 2.9.3-15+deb8u2

Metadata

Package Version Patches format
fuse 2.9.3-15+deb8u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 initscript.patch | (download)

util/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upstream build system should not run update-rc.d.

0002 kfreebsd.patch | (download)

include/fuse_common.h | 2 1 + 1 - 0 !
include/fuse_compat.h | 2 1 + 1 - 0 !
include/fuse_lowlevel_compat.h | 2 1 + 1 - 0 !
lib/fuse.c | 6 3 + 3 - 0 !
lib/fuse_lowlevel.c | 2 1 + 1 - 0 !
lib/fuse_session.c | 2 1 + 1 - 0 !
lib/helper.c | 2 1 + 1 - 0 !
7 files changed, 9 insertions(+), 9 deletions(-)

 gnu/kfreebsd support

0003 examples.patch | (download)

example/Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't exclude fioc.h from examples (closes: #626522).

0004 fusermount manpage.patch | (download)

doc/fusermount.1 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 Clarify manpage that fusermount is used for unmounting only these days
 (Closes: #651556).

0005 dlsym.patch | (download)

include/fuse.h | 11 4 + 7 - 0 !
lib/fuse.c | 78 61 + 17 - 0 !
2 files changed, 65 insertions(+), 24 deletions(-)

 fuse.c (fuse_load_so_name): use dlsym() instead of
 relying on ld.so constructor functions.

0006 arm64.patch | (download)

include/fuse_kernel.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 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).

0007 CVE 2015 3202.patch | (download)

lib/mount_util.c | 23 17 + 6 - 0 !
1 file changed, 17 insertions(+), 6 deletions(-)

 fix cve-2015-3202
 Missing scrubbing of the environment before executing a mount or umount
 of a filesystem.