[Buildroot] [git commit] package/p7zip: security bump to version v17.06
Marcus Hoffmann
buildroot at bubu1.eu
Tue May 5 20:16:36 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/760e16dcc033bb743cacf56449011bc6cdaf7bed
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
What's Changed:
- Fix CVE-2021-3520 affected components Lz4 1.9.3 in p7zip17 (#239)
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>a
[Marcus: mark as security bump]
Signed-off-by: Marcus Hoffmann <buildroot at bubu1.eu>
---
package/p7zip/p7zip.hash | 2 +-
package/p7zip/p7zip.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/p7zip/p7zip.hash b/package/p7zip/p7zip.hash
index f0b9c27113..d352965950 100644
--- a/package/p7zip/p7zip.hash
+++ b/package/p7zip/p7zip.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6 p7zip-17.05.tar.gz
+sha256 c35640020e8f044b425d9c18e1808ff9206dc7caf77c9720f57eb0849d714cd1 p7zip-17.06.tar.gz
sha256 555806657dcf0f1e720b581c52643c195ec86ae3f00bd18cc66d2e0f88ffa210 DOC/License.txt
diff --git a/package/p7zip/p7zip.mk b/package/p7zip/p7zip.mk
index 803fd38b7f..ee5a7d2e10 100644
--- a/package/p7zip/p7zip.mk
+++ b/package/p7zip/p7zip.mk
@@ -4,7 +4,7 @@
#
################################################################################
-P7ZIP_VERSION = 17.05
+P7ZIP_VERSION = 17.06
P7ZIP_SITE = $(call github,p7zip-project,p7zip,v$(P7ZIP_VERSION))
P7ZIP_LICENSE = LGPL-2.1+ with unRAR restriction
P7ZIP_LICENSE_FILES = DOC/License.txt
More information about the buildroot
mailing list