mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] libarchive: Version bump. 3.6.2 -> 3.7.0
Date: Tue, 25 Jul 2023 22:08:55 +0200	[thread overview]
Message-ID: <20230725200856.1377803-1-christian.melki@t2data.com> (raw)

Some minor enhancements and fixes.
https://github.com/libarchive/libarchive/releases/tag/v3.7.0

* Add new tool, bsdunzip. Add menuconfig option for it.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libarchive.in   | 4 ++++
 rules/libarchive.make | 8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/rules/libarchive.in b/rules/libarchive.in
index b80c2147b..b54fd060c 100644
--- a/rules/libarchive.in
+++ b/rules/libarchive.in
@@ -43,4 +43,8 @@ config LIBARCHIVE_BSDCPIO
 	bool
 	prompt "install bsdcpio"
 
+config LIBARCHIVE_BSDUNZIP
+	bool
+	prompt "install bsdunzip"
+
 endif
diff --git a/rules/libarchive.make b/rules/libarchive.make
index 1d505e71f..ae218139b 100644
--- a/rules/libarchive.make
+++ b/rules/libarchive.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBARCHIVE) += libarchive
 #
 # Paths and names
 #
-LIBARCHIVE_VERSION	:= 3.6.2
-LIBARCHIVE_MD5		:= b5b8efa8cba29396816d0dd5f61f3de3
+LIBARCHIVE_VERSION	:= 3.7.0
+LIBARCHIVE_MD5		:= f9a02c33e3de8b02b09f21d139109455
 LIBARCHIVE		:= libarchive-$(LIBARCHIVE_VERSION)
 LIBARCHIVE_SUFFIX	:= tar.gz
 LIBARCHIVE_URL		:= https://www.libarchive.org/downloads/$(LIBARCHIVE).$(LIBARCHIVE_SUFFIX)
@@ -44,6 +44,7 @@ LIBARCHIVE_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDTAR)-bsdtar \
 	--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDCAT)-bsdcat \
 	--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDCPIO)-bsdcpio \
+	--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDUNZIP)-bsdunzip \
 	--disable-rpath \
 	--enable-posix-regex-lib=libc \
 	--disable-xattr \
@@ -87,6 +88,9 @@ endif
 ifdef PTXCONF_LIBARCHIVE_BSDCPIO
 	@$(call install_copy, libarchive, 0, 0, 0755, -, /usr/bin/bsdcpio)
 endif
+ifdef PTXCONF_LIBARCHIVE_BSDUNZIP
+	@$(call install_copy, libarchive, 0, 0, 0755, -, /usr/bin/bsdunzip)
+endif
 
 	@$(call install_finish, libarchive)
 
-- 
2.34.1




             reply	other threads:[~2023-07-25 20:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25 20:08 Christian Melki [this message]
2023-07-25 20:08 ` [ptxdist] [PATCH 2/2] host-libarchive: Follow suit from target libarchive Christian Melki
2023-08-01  7:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-08-01  7:49 ` [ptxdist] [APPLIED] libarchive: Version bump. 3.6.2 -> 3.7.0 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230725200856.1377803-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox