diff mbox series

[meta-python,15/28] python3-filelock: upgrade 3.20.0 -> 3.20.1

Message ID 20251224091304.974-15-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/28] cryptsetup: upgrade 2.8.1 -> 2.8.3 | expand

Commit Message

Wang Mingyu Dec. 24, 2025, 9:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-filelock_3.20.0.bb => python3-filelock_3.20.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-filelock_3.20.0.bb => python3-filelock_3.20.1.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb b/meta-python/recipes-devtools/python/python3-filelock_3.20.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.20.1.bb
index 4ce89a853e..a499b79c07 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.20.1.bb
@@ -5,7 +5,7 @@  HOMEPAGE = "https://py-filelock.readthedocs.io/"
 LICENSE = "Unlicense"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
 
-SRC_URI[sha256sum] = "711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4"
+SRC_URI[sha256sum] = "b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"
 
 BBCLASSEXTEND = "native nativesdk"