From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] squashfs-tools: version bump 4.6.1 -> 4.7.2
Date: Tue, 14 Oct 2025 15:08:57 +0200 [thread overview]
Message-ID: <20251014130859.1134829-1-s.pueschel@pengutronix.de> (raw)
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>
---
rules/squashfs-tools.make | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/rules/squashfs-tools.make b/rules/squashfs-tools.make
index 7fc696f32..e533d93bb 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 \
--
2.47.3
reply other threads:[~2025-10-14 13:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20251014130859.1134829-1-s.pueschel@pengutronix.de \
--to=s.pueschel@pengutronix.de \
--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