diff mbox series

[meta-python] python3-rarfile: Upgrade 4.2 -> 4.3

Message ID 20260710115904.1222632-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python] python3-rarfile: Upgrade 4.2 -> 4.3 | expand

Commit Message

Leon Anavi July 10, 2026, 11:59 a.m. UTC
- 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 <leon.anavi@konsulko.com>
---
 .../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 mbox series

Patch

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