Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/squashfs: bump to version 4.7
@ 2025-06-23 21:55 Thomas Petazzoni via buildroot
  2025-06-24 12:10 ` Fiona Klute via buildroot
  2025-06-30 14:25 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-06-23 21:55 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni

See https://github.com/plougher/squashfs-tools/releases/tag/4.7 for
details:

1. Mksquashfs now reads files in parallel from the input directories
2. Rewritten and improved help system (Mksquashfs/Unsquashfs)
3. New options for building reproducible filesystems (Mksquash/Sqfstar)
4. Elimination of "fragment block stall" and -(not-)reproducible options
5. Other improvements for Mksquashfs/Sqfstar
6. Other improvements for Unsquashfs/Sqfscat
7. New environment variable SQFS_CMDLINE (Mksquashfs/Unsquashfs)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/squashfs/squashfs.hash | 4 ++--
 package/squashfs/squashfs.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/squashfs/squashfs.hash b/package/squashfs/squashfs.hash
index c921d638bb..5593502836 100644
--- a/package/squashfs/squashfs.hash
+++ b/package/squashfs/squashfs.hash
@@ -1,5 +1,5 @@
-# Locally computed
-sha256  94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c  squashfs-tools-4.6.1.tar.gz
+# From https://github.com/plougher/squashfs-tools/releases/tag/4.7
+sha256  f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328  squashfs-tools-4.7.tar.gz
 
 # License files
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/squashfs/squashfs.mk b/package/squashfs/squashfs.mk
index f2cb0ab25e..f3c72e068b 100644
--- a/package/squashfs/squashfs.mk
+++ b/package/squashfs/squashfs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQUASHFS_VERSION = 4.6.1
+SQUASHFS_VERSION = 4.7
 SQUASHFS_SOURCE = squashfs-tools-$(SQUASHFS_VERSION).tar.gz
 SQUASHFS_SITE = https://github.com/plougher/squashfs-tools/releases/download/$(SQUASHFS_VERSION)
 SQUASHFS_LICENSE = GPL-2.0+
-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-07-01 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 21:55 [Buildroot] [PATCH] package/squashfs: bump to version 4.7 Thomas Petazzoni via buildroot
2025-06-24 12:10 ` Fiona Klute via buildroot
2025-06-24 13:49   ` Thomas Petazzoni via buildroot
2025-06-30 14:25 ` Peter Korsgaard
2025-07-01 15:34   ` Thomas Petazzoni via buildroot
2025-07-01 15:55     ` Peter Korsgaard

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