aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/Makefile
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2016-11-22 09:43:24 +0100
committerFelix Fietkau <nbd@nbd.name>2016-11-24 12:53:17 +0100
commit4081333084a4e52a125f678e905dbbcccb9e4bd0 (patch)
tree269928577a7fd5f8f92a4c83317feaad1e973667 /package/utils/fuse/Makefile
parent539ae47103b7de5cecb1a94beab0acb97ef7df1d (diff)
downloadupstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.tar.gz
upstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.tar.bz2
upstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.zip
package/utils/fuse: update to 2.9.7
Update fuse+libfuse to upstream 2.9.7. Drop the patch for CVE-2015-3202, which is already integrated in the newer version. Rework the other patches. Also switch PKG_SOURCE from @SF to libfuse's github releases. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/utils/fuse/Makefile')
-rw-r--r--package/utils/fuse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/fuse/Makefile b/package/utils/fuse/Makefile
index 9adb6d3ec6..19eba3c18d 100644
--- a/package/utils/fuse/Makefile
+++ b/package/utils/fuse/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse
-PKG_VERSION:=2.9.3
-PKG_RELEASE:=2
+PKG_VERSION:=2.9.7
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=33cae22ca50311446400daf8a6255c6a
+PKG_SOURCE_URL:=https://github.com/libfuse/libfuse/releases/download/$(PKG_NAME)-$(PKG_VERSION)
+PKG_MD5SUM:=9bd4ce8184745fd3d000ca2692adacdb
PKG_LICENSE:=LGPLv2.1 GPLv2
PKG_LICENSE_FILES:=COPYING.LIB COPYING