From 85946f21b20d85c605e276a9cfd184f68bb28d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 7 Mar 2021 23:34:40 +0100 Subject: [PATCH] udisks2: upgrade 2.9.1 -> 2.9.2 / replace '_git' by version in recipe-name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bugfix release, notable changes include: * the /etc/fstab "noauto" mount option is now reflected in the org.freedesktop.UDisks2.Block.HintAuto property * security: the recursive org.freedesktop.UDisks2.Filesystem.TakeOwnership() method call is now less prone to race conditions * (e)MMC block devices are now always marked as non-removable and non-ejectable * missing /etc/crypttab is now handled gracefully when adding or removing entries * loop device setup fixes for recent kernels Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../udisks/{udisks2_git.bb => udisks2_2.9.2.bb} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/udisks/{udisks2_git.bb => udisks2_2.9.2.bb} (89%) diff --git a/meta-oe/recipes-support/udisks/udisks2_git.bb b/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb similarity index 89% rename from meta-oe/recipes-support/udisks/udisks2_git.bb rename to meta-oe/recipes-support/udisks/udisks2_2.9.2.bb index 196198c52b..f9e1274380 100644 --- a/meta-oe/recipes-support/udisks/udisks2_git.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb @@ -17,11 +17,8 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" RDEPENDS_${PN} = "acl" -SRC_URI = " \ - git://github.com/storaged-project/udisks.git;branch=master \ -" -PV = "2.9.1" -SRCREV = "95444ab6bf2b8d8c205b540dded4029fcb15f91b" +SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master" +SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030" S = "${WORKDIR}/git" CVE_PRODUCT = "udisks"