[oe-commits] [meta-openembedded] 13/13: udisks2: Upgrade to 2.7.8

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 16:20:25 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 56fe12af343190f9a79f273f32a026e32b5477df
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Wed Oct 17 01:15:36 2018 -0700

    udisks2: Upgrade to 2.7.8
    
    This is a bugfix release for UDisks 2.7. Included fixes:
    - Fix string format vulnerability
    - Fix CVE-2018-17336
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/udisks/{udisks2_2.7.7.bb => udisks2_2.7.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/udisks/udisks2_2.7.7.bb b/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
similarity index 89%
rename from meta-oe/recipes-support/udisks/udisks2_2.7.7.bb
rename to meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
index ac86a69..64b338f 100644
--- a/meta-oe/recipes-support/udisks/udisks2_2.7.7.bb
+++ b/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
@@ -19,10 +19,10 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 RDEPENDS_${PN} = "acl"
 
 SRC_URI = " \
-    git://github.com/storaged-project/udisks.git \
+    git://github.com/storaged-project/udisks.git;branch=2.7.x-branch \
     file://non-gnu-libc.patch \
 "
-SRCREV = "fcf888ca00980f75ce0c47041629b3d77e9f352e"
+SRCREV = "47bc0141cb84624ba1e2242d596a89a30df1f5ea"
 S = "${WORKDIR}/git"
 
 CVE_PRODUCT = "udisks"

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


More information about the Openembedded-commits mailing list