summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-24 17:12:51 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:28 -0800
commitc2710a2df9bbafa9fabe87610f29864c56476b9d (patch)
tree5c4390fd433ef3224f85a29ecbee694792711bfa /meta-python/recipes-devtools/python
parent44c27a5915d2a8909c65383238573cc3d229b593 (diff)
downloadmeta-openembedded-c2710a2df9bbafa9fabe87610f29864c56476b9d.tar.gz
python3-filelock: upgrade 3.20.0 -> 3.20.1
Changelog: CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-filelock_3.20.1.bb (renamed from meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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/"
5LICENSE = "Unlicense" 5LICENSE = "Unlicense"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
7 7
8SRC_URI[sha256sum] = "711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4" 8SRC_URI[sha256sum] = "b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11