public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] core196: Ship exfatprogs
@ 2025-05-17 11:41 Adolf Belka
  2025-05-17 11:41 ` [PATCH] exfatprogs: Update to version 1.2.9 Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-05-17 11:41 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/196/filelists/exfatprogs | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/196/filelists/exfatprogs

diff --git a/config/rootfiles/core/196/filelists/exfatprogs b/config/rootfiles/core/196/filelists/exfatprogs
new file mode 120000
index 000000000..3b6a60895
--- /dev/null
+++ b/config/rootfiles/core/196/filelists/exfatprogs
@@ -0,0 +1 @@
+../../../common/exfatprogs
\ No newline at end of file
-- 
2.49.0



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

* [PATCH] exfatprogs: Update to version 1.2.9
  2025-05-17 11:41 [PATCH] core196: Ship exfatprogs Adolf Belka
@ 2025-05-17 11:41 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-05-17 11:41 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 1.2.5 to 1.2.9
- Update of rootfile not required
- Changelog
    1.2.9
	NEW FEATURES :
	 * dump.exfat: support dumping directory entry sets,
	   which prints all fields of directory entries and
	   cluster chains. See a man page.
	CHANGES :
	 * exfatprogs: update the Github action for build test
	   with Debain + clang + lld.
    1.2.8
	BUG FIXES :
	 * dump.exfat: fix an incorrect output of an entry
	   position in 32-bit system.
	 * mkfs.exfat: fill an oem sector with zero instead
	   of one.
	 * exfatprogs: fix compilation on musl based systems
	   due to loff_t type. And update the Github action
	   to validate builds on the system.
    1.2.7
	NEW FEATURES :
	 * fsck.exfat: support repairing the upcase table.
	CHANGES :
	 * exfatprogs: make sure to load the tbl preprocessor
	   for man pages.
	BUG FIXES :
	 * exfatprogs: fix a double free memory error.
	 * dump.exfat: fix a constraint that volume label, bitmap,
	   upcase table must be located at the beginning of a root
	   directory.
    1.2.6
	CHANGES :
	 * exfatprogs: replace obsolete autoconf and libtool
	   macros.
	 * mkfs.exfat: prefer the physical block size over
	   the logical block size for the exFAT sector size.
	 * mkfs.exfat: add notes about the format of the volume
	   GUID to the man page.
	 * mkfs.exfat: fix an incorrect calculation of the number
	   of used clusters.
	BUG FIXES :
	 * exfatlabel: fix an user input error when setting
	   a volume serial or label.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/exfatprogs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/exfatprogs b/lfs/exfatprogs
index 51f6c45b9..83a44bde9 100644
--- a/lfs/exfatprogs
+++ b/lfs/exfatprogs
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.2.5
+VER        = 1.2.9
 
 THISAPP    = exfatprogs-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 11909a494d0e6ae3ba938ae6c8511d587037f32c0a07a7775c3da5e1019cd2ca989f42e616da4a44e32551d936db97a935b0074322389cc39b4c336043535bea
+$(DL_FILE)_BLAKE2 = d63282fab1822746b4f9ad29539c9549ef75269c5b350d6297e13972cf969661862c421d19d5f9047d63e2eb5b83f0d6bf2e668f78e85917af1973fc2c4627c5
 
 install : $(TARGET)
 
-- 
2.49.0



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

end of thread, other threads:[~2025-05-17 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-17 11:41 [PATCH] core196: Ship exfatprogs Adolf Belka
2025-05-17 11:41 ` [PATCH] exfatprogs: Update to version 1.2.9 Adolf Belka

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