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

* [ptxdist] [PATCH 2/2] host-libarchive: Follow suit from target libarchive.
  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 ` 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
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2023-07-25 20:08 UTC (permalink / raw)
  To: ptxdist

* Fixup unused options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-libarchive.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make
index 0b57f587d..5fe9494e4 100644
--- a/rules/host-libarchive.make
+++ b/rules/host-libarchive.make
@@ -30,18 +30,21 @@ HOST_LIBARCHIVE_CONF_OPT	:= \
 	--disable-bsdtar \
 	--disable-bsdcat \
 	--disable-bsdcpio \
+	--disable-bsdunzip \
 	--disable-rpath \
 	--enable-posix-regex-lib=libc \
 	--disable-xattr \
 	--disable-acl \
 	--with-zlib \
 	--without-bz2lib \
+	--without-libb2 \
 	--without-iconv \
 	--without-lz4 \
 	--without-zstd \
 	--without-lzma \
 	--without-lzo2 \
 	--without-cng \
+	--without-mbedtls \
 	--without-nettle \
 	--without-openssl \
 	--without-xml2 \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libarchive: Version bump. 3.6.2 -> 3.7.0
  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 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-08-01  7:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as e7b3327f329085a41ee45b07d1d57bff6a05b1a5.

Michael

[sent from post-receive hook]

On Tue, 01 Aug 2023 09:48:59 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20230725200856.1377803-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libarchive.in b/rules/libarchive.in
> index b80c2147b866..b54fd060cbfd 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 1d505e71f4c1..ae218139bb0f 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)
>  



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

* Re: [ptxdist] [APPLIED] host-libarchive: Follow suit from target libarchive.
  2023-07-25 20:08 ` [ptxdist] [PATCH 2/2] host-libarchive: Follow suit from target libarchive Christian Melki
@ 2023-08-01  7:49   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-08-01  7:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as cf2cb2ae7643a72e46aacb8a2f6b87b95776316f.

Michael

[sent from post-receive hook]

On Tue, 01 Aug 2023 09:49:00 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> * Fixup unused options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230725200856.1377803-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make
> index 0b57f587d36a..5fe9494e46d3 100644
> --- a/rules/host-libarchive.make
> +++ b/rules/host-libarchive.make
> @@ -30,18 +30,21 @@ HOST_LIBARCHIVE_CONF_OPT	:= \
>  	--disable-bsdtar \
>  	--disable-bsdcat \
>  	--disable-bsdcpio \
> +	--disable-bsdunzip \
>  	--disable-rpath \
>  	--enable-posix-regex-lib=libc \
>  	--disable-xattr \
>  	--disable-acl \
>  	--with-zlib \
>  	--without-bz2lib \
> +	--without-libb2 \
>  	--without-iconv \
>  	--without-lz4 \
>  	--without-zstd \
>  	--without-lzma \
>  	--without-lzo2 \
>  	--without-cng \
> +	--without-mbedtls \
>  	--without-nettle \
>  	--without-openssl \
>  	--without-xml2 \



^ 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