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 | fa8cea1e335f8322a03a588b967c7b91603e7f22 (patch) | |
tree | 5fd2ab0c16a806ed4be5b2b7f1848729c016d452 /package/utils/fuse/Makefile | |
parent | 9fedd6d8371ac5ed1adad4f25b1a47476c605031 (diff) | |
download | upstream-fa8cea1e335f8322a03a588b967c7b91603e7f22.tar.gz upstream-fa8cea1e335f8322a03a588b967c7b91603e7f22.tar.bz2 upstream-fa8cea1e335f8322a03a588b967c7b91603e7f22.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>
SVN-Revision: 45744
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) |