mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] libarchive: Version bump. 3.6.2 -> 3.7.0
Date: Tue,  1 Aug 2023 09:49:00 +0200	[thread overview]
Message-ID: <20230801074900.1142663-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230725200856.1377803-1-christian.melki@t2data.com>

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)
>  



      parent reply	other threads:[~2023-08-01  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25 20:08 [ptxdist] [PATCH 1/2] " 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 ` Michael Olbrich [this message]

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=20230801074900.1142663-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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