diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-07-03 14:39:19 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-07-06 19:23:22 -0400 |
commit | c009244a045923a9dfc32d7f2996cb61629870f6 (patch) | |
tree | 41d3a036efa29f4b46a77f2b7c4c491ff16c8a8f /meta-oe/recipes-support/udisks/udisks2_2.10.1.bb | |
parent | 14b3caec6a1544eb306cb60e510d7af717a3b030 (diff) | |
download | meta-openembedded-walnascar.tar.gz |
udisks2: Hardening measure of CVE-2025-6019walnascar-nextwalnascar
Refer [1], CVE-2025-6019 is strongly related to udisk daemon, and
this is a hardening measure related to this.
[1] https://cdn2.qualys.com/2025/06/17/suse15-pam-udisks-lpe.txt
[2] https://security-tracker.debian.org/tracker/CVE-2025-6019
[3] https://ubuntu.com/blog/udisks-libblockdev-lpe-vulnerability-fixes-available
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/udisks/udisks2_2.10.1.bb')
-rw-r--r-- | meta-oe/recipes-support/udisks/udisks2_2.10.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb b/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb index cb1cbe670d..206de3c0ee 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb | |||
@@ -20,6 +20,7 @@ RDEPENDS:${PN} = "acl" | |||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/storaged-project/udisks.git;branch=2.10.x-branch;protocol=https \ | 21 | git://github.com/storaged-project/udisks.git;branch=2.10.x-branch;protocol=https \ |
22 | file://0001-Makefile.am-Dont-include-buildpath.patch \ | 22 | file://0001-Makefile.am-Dont-include-buildpath.patch \ |
23 | file://CVE-2025-6019.patch \ | ||
23 | " | 24 | " |
24 | SRCREV = "18c9faf089e306ad6f3f51f5cb887a6b9aa08350" | 25 | SRCREV = "18c9faf089e306ad6f3f51f5cb887a6b9aa08350" |
25 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |