diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-24 17:56:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-24 17:56:26 +0000 |
commit | 40a946028d218c6e848e995451e1ce600abbaf19 (patch) | |
tree | a5192b51067a12b3cfc458c8853982f83e4a436b /package/utils/fuse/Makefile | |
parent | cbf4417ef7d3947cdc7026ff4835d0435b5da4b5 (diff) | |
download | master-187ad058-40a946028d218c6e848e995451e1ce600abbaf19.tar.gz master-187ad058-40a946028d218c6e848e995451e1ce600abbaf19.tar.bz2 master-187ad058-40a946028d218c6e848e995451e1ce600abbaf19.zip |
fuse: fix exec environment for mount and umount
* add upstream patch (CVE-2015-3202)
* refresh patches
* bump release number
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/fuse/Makefile')
-rw-r--r-- | package/utils/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/fuse/Makefile b/package/utils/fuse/Makefile index 43f1ef4dd7..787a66e3ca 100644 --- a/package/utils/fuse/Makefile +++ b/package/utils/fuse/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=fuse PKG_VERSION:=2.9.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) |