public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] exfatprogs: Update to version 1.2.9
Date: Sat, 17 May 2025 13:41:19 +0200	[thread overview]
Message-ID: <20250517114119.3280225-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250517114119.3280225-1-adolf.belka@ipfire.org>

- 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



      reply	other threads:[~2025-05-17 11:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-17 11:41 [PATCH] core196: Ship exfatprogs Adolf Belka
2025-05-17 11:41 ` Adolf Belka [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=20250517114119.3280225-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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