From 250067e21742bfc5a9b5ae8d5019915cf413ee14 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 10 Jul 2026 14:59:04 +0300 Subject: [PATCH] python3-rarfile: Upgrade 4.2 -> 4.3 - Disallow extraction outside extraction path, in case of existing symlink. - Disallow creating symlinks to outside of extraction path. - Apply length limit to passwords, so too long password give same result as for unrar. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/{python3-rarfile_4.2.bb => python3-rarfile_4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rarfile_4.2.bb => python3-rarfile_4.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-rarfile_4.2.bb rename to meta-python/recipes-devtools/python/python3-rarfile_4.3.bb index 3f4423a71f..f051e63b62 100644 --- a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb +++ b/meta-python/recipes-devtools/python/python3-rarfile_4.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1916695551f7eec48dfd97db9467b831" inherit setuptools3 -SRC_URI[sha256sum] = "8e1c8e72d0845ad2b32a47ab11a719bc2e41165ec101fd4d3fe9e92aa3f469ef" +SRC_URI[sha256sum] = "0d8b5a7ffb9f8e9a7b002f2398905e4420c0cb373e799b48e48f418db9c8816a" inherit pypi