[Buildroot] [git commit] package/p7zip: bump to version v17.05

Arnout Vandecappelle arnout at mind.be
Mon Mar 25 20:42:48 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=dd2eec6b2fc8fd949ff37b3572fee21850851e14
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The project now has its own group on github, so switch to that one. Also
update the Config.in URL to point to that one - the sourceforge project
is pretty much abandoned.

What's Changed

  - add UTF-8 support for Client7z by @flyfishzy in #214
  - fix issue 130 by @jinfeihan57 in 295dac8

Signed-off-by: André Zwing <nerv at dawncrow.de>
[Arnout: also update URL; extend commit message]
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/p7zip/Config.in  | 2 +-
 package/p7zip/p7zip.hash | 2 +-
 package/p7zip/p7zip.mk   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/p7zip/Config.in b/package/p7zip/Config.in
index be2206eb76..f1b80d2d77 100644
--- a/package/p7zip/Config.in
+++ b/package/p7zip/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_P7ZIP
 
 	  7-Zip is a file archiver with highest compression ratio.
 
-	  http://sourceforge.net/projects/p7zip
+	  https://github.com/p7zip-project/p7zip
 
 if BR2_PACKAGE_P7ZIP
 
diff --git a/package/p7zip/p7zip.hash b/package/p7zip/p7zip.hash
index 0048777d89..f0b9c27113 100644
--- a/package/p7zip/p7zip.hash
+++ b/package/p7zip/p7zip.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  ea029a2e21d2d6ad0a156f6679bd66836204aa78148a4c5e498fe682e77127ef  p7zip-17.04.tar.gz
+sha256  d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6  p7zip-17.05.tar.gz
 sha256  555806657dcf0f1e720b581c52643c195ec86ae3f00bd18cc66d2e0f88ffa210  DOC/License.txt
diff --git a/package/p7zip/p7zip.mk b/package/p7zip/p7zip.mk
index b6c5adae26..803fd38b7f 100644
--- a/package/p7zip/p7zip.mk
+++ b/package/p7zip/p7zip.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-P7ZIP_VERSION = 17.04
-P7ZIP_SITE = $(call github,jinfeihan57,p7zip,v$(P7ZIP_VERSION))
+P7ZIP_VERSION = 17.05
+P7ZIP_SITE = $(call github,p7zip-project,p7zip,v$(P7ZIP_VERSION))
 P7ZIP_LICENSE = LGPL-2.1+ with unRAR restriction
 P7ZIP_LICENSE_FILES = DOC/License.txt
 P7ZIP_CPE_ID_VENDOR = 7-zip



More information about the buildroot mailing list