- 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.be...@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  <i...@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <i...@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


Reply via email to