mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] squashfs-tools: version bump 4.6.1 -> 4.7.2
Date: Fri, 17 Oct 2025 10:21:13 +0200	[thread overview]
Message-ID: <20251017082113.3113688-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251014130859.1134829-1-s.pueschel@pengutronix.de>

Thanks, applied as ca3254d63fa474705beed7b98bafcd482ea76e59.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:21:13 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> squashfs-tools seems to have moved to GitHub. Therefore update the
> URL accordingly.
> 
> Version 4.7 enabled all compression methods by default [1].
> Therefore simply disable them explicitly.
> 
> https://github.com/plougher/squashfs-tools/releases/tag/4.7
> https://github.com/plougher/squashfs-tools/releases/tag/4.7.1
> https://github.com/plougher/squashfs-tools/releases/tag/4.7.2
> 
> [1] https://github.com/plougher/squashfs-tools/commit/fc71116d648b51525e8c29a31f56a1c510529458
> 
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251014130859.1134829-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/squashfs-tools.make b/rules/squashfs-tools.make
> index 7fc696f32fb0..e533d93bbb95 100644
> --- a/rules/squashfs-tools.make
> +++ b/rules/squashfs-tools.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_SQUASHFS_TOOLS) += squashfs-tools
>  #
>  # Paths and names
>  #
> -SQUASHFS_TOOLS_VERSION	:= 4.6.1
> -SQUASHFS_TOOLS_MD5	:= db23a40fa0dc54b4d6d225fb20ee6555
> -SQUASHFS_TOOLS		:= squashfs$(SQUASHFS_TOOLS_VERSION)
> +SQUASHFS_TOOLS_VERSION	:= 4.7.2
> +SQUASHFS_TOOLS_MD5	:= b02b324f74605f3569f7e10b913dda0d
> +SQUASHFS_TOOLS		:= squashfs-tools-$(SQUASHFS_TOOLS_VERSION)
>  SQUASHFS_TOOLS_SUFFIX	:= tar.gz
> -SQUASHFS_TOOLS_URL	:= $(call ptx/mirror, SF, squashfs/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX))
> +SQUASHFS_TOOLS_URL	:= https://github.com/plougher/squashfs-tools/releases/download/$(SQUASHFS_TOOLS_VERSION)/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX)
>  SQUASHFS_TOOLS_SOURCE	:= $(SRCDIR)/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX)
>  SQUASHFS_TOOLS_DIR	:= $(BUILDDIR)/$(SQUASHFS_TOOLS)
>  SQUASHFS_TOOLS_SUBDIR	:= squashfs-tools
> @@ -32,6 +32,9 @@ SQUASHFS_TOOLS_LICENSE_FILES := \
>  
>  SQUASHFS_TOOLS_MAKE_PAR := NO
>  SQUASHFS_TOOLS_MAKE_ENV := \
> +	LZ4_SUPPORT=0 \
> +	LZO_SUPPORT=0 \
> +	XZ_SUPPORT=0 \
>  	ZSTD_SUPPORT=$(call ptx/ifdef, PTXCONF_SQUASHFS_TOOLS_ZSTD_SUPPORT,1,0) \
>  	$(CROSS_ENV) \
>  	CONFIG=1 \



      reply	other threads:[~2025-10-17  8:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14 13:08 [ptxdist] [PATCH] " Sven Püschel
2025-10-17  8:21 ` 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=20251017082113.3113688-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=s.pueschel@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