mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libarchive: Version bump. 3.6.2 -> 3.7.0
@ 2023-07-25 20:08 Christian Melki
  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] libarchive: Version bump. 3.6.2 -> 3.7.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-07-25 20:08 UTC (permalink / raw)
  To: ptxdist

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-01  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 20:08 [ptxdist] [PATCH 1/2] libarchive: Version bump. 3.6.2 -> 3.7.0 Christian Melki
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox