libfuse: security bump to version 2.9.4

Fixes:

CVE-2015-3202 - fix exec environment for mount and umount.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-06-01 18:42:41 -03:00 committed by Peter Korsgaard
parent 3302263870
commit 6b6d8ec4e9
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,3 @@
# Locally computed:
sha256 0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd6437391c fuse-2.9.3.tar.gz
# From http://sourceforge.net/projects/fuse/files/fuse-2.X/2.9.4/
md5 ecb712b5ffc6dffd54f4a405c9b372d8 fuse-2.9.4.tar.gz
sha1 c8b25419f33624dc5240af6a5d26f2c04367ca71 fuse-2.9.4.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
LIBFUSE_VERSION = 2.9.3
LIBFUSE_VERSION = 2.9.4
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE = http://downloads.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION)
LIBFUSE_LICENSE = GPLv2 LGPLv2.1