[oe-commits] [meta-openembedded] 13/34: fuse: upgrade 2.9.7 -> 2.9.8

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 16:49:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 65f0406d450853ea700448568f821cefe5d4900b
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Aug 16 11:05:07 2018 +0800

    fuse: upgrade 2.9.7 -> 2.9.8
    
    Security fixes:
    
    CVE-2018-10906
    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10906
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/fuse/{fuse_2.9.7.bb => fuse_2.9.8.bb}            | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
similarity index 92%
rename from meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
rename to meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
index 2996319..1815aa5 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
@@ -16,10 +16,11 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
            file://0001-fuse-fix-the-return-value-of-help-option.patch \
            file://fuse.conf \
 "
-SRC_URI[md5sum] = "9bd4ce8184745fd3d000ca2692adacdb"
-SRC_URI[sha256sum] = "832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874"
+SRC_URI[md5sum] = "f365e848a82504edb0b7a33df790ca78"
+SRC_URI[sha256sum] = "5e84f81d8dd527ea74f39b6bc001c874c02bad6871d7a9b0c14efb57430eafe3"
 
 UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
+UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz"
 
 inherit autotools pkgconfig update-rc.d systemd
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list