From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] exfatprogs: Update to version 1.2.5
Date: Tue, 13 Aug 2024 18:19:39 +0200 [thread overview]
Message-ID: <20240813162000.1113995-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240813162000.1113995-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5232 bytes --]
- Update from version 1.1.3 to 1.2.5
- Update of rootfile
- Changelog
1.2.5
CHANGES :
* exfatprogs: remove the limitation that the device
path length cannot exceed 254 bytes.
* exfatprogs: include the test images in the release
package.
NEW FEATURES :
* fsck.exfat: check and repair the filename which has
invalid characters.
BUG FIXES :
* tune.exfat: check whether the volume has invalid
characters correctly.
* fsck.exfat: check whether the filename and volume
has invalid characters correctly.
* fsck.exfat: fix endianess issues which happen
in the big-endian system.
1.2.4
BUG FIXES :
* tune.exfat: Fix "invalid serial number" error when
setting an serial number.
* fsck.exfat: Fix memory leak in an error path
1.2.3
CHANGES :
* dump.exfat: Report sector size in bytes and cluster size in
terms of sectors.
* fsck.exfat: Show checksum value if the SetChecksum of File
directory entry is invalid.
* mkfs.exfat: Improve FAT length calculation to reduce
the FAT size.
NEW FEATURES :
* mkfs.exfat: Add the option "--sector-size".
* fsck.exfat: Support checking and repairing VendorAllcation and
VendorExtension directory entries.
BUG FIXES :
* exfatprogs: Remove unnecessary memory allocations.
* fsck.exfat: Fix corruption that can occur if the cluster size
is 512-byte.
* fsck.exfat: Fix the SecondaryCount of File directory entry
when the count of Name directory entries is 17 or higher.
* tune.exfat: Fix an error that accepts invalid serial numbers.
1.2.2
CHANGES :
* exfat2img: Allow dumps for read-only devices.
* fsck.exfat: Revert Repairing zero size directory.
NEW FEATURES :
* fsck.exfat: Repair duplicated filename.
* mkfs.exfat: Add the option "q" to print only error messages.
* mkfs.exfat: Add the option "U" to set volume GUID.
* tune.exfat: Add the option "U" / "-u" to set or print volume GUID.
BUG FIXES:
* fsck.exfat: Fix some out-of-bounds memory accesses.
* fsck.exfat: Change not to delete volume GUID directory entry.
1.2.1
CHANGES :
* fsck.exfat: Repair zero size directory.
* fsck.exfat: Four small clean-ups.
1.2.0
CHANGES :
* fsck.exfat: Keep traveling files even if there is a corrupted
directory entry set.
* fsck.exfat: Introduce the option "b" to recover a boot sector even
if an exFAT filesystem is not found.
* fsck.exfat: Introduce the option "s" to create files in
"/LOST+FOUND", which have clusters allocated but was not belonged to
any files.
* fsck.exfat: Rename '.' and '..' entry name to the one user want.
NEW FEATURES :
* fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer
to fsck.exfat manpage to see what kind of corruptions can be repaired.
* exfat2img: Dump metadata of an exFAT filesystem. Please refer to
exfat2img manpage to see how to use it.
BUG FIXES:
* fsck.exfat: Fix an infinite loop while traveling files.
* tune.exfat: Fix bitmap entry corruption when adding new volume lablel.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/exfatprogs | 2 ++
lfs/exfatprogs | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/exfatprogs b/config/rootfiles/common/exfatprogs
index 19652c8c1..857b52c49 100644
--- a/config/rootfiles/common/exfatprogs
+++ b/config/rootfiles/common/exfatprogs
@@ -1,9 +1,11 @@
usr/sbin/dump.exfat
+usr/sbin/exfat2img
usr/sbin/exfatlabel
usr/sbin/fsck.exfat
usr/sbin/mkfs.exfat
usr/sbin/tune.exfat
#usr/share/man/man8/dump.exfat.8
+#usr/share/man/man8/exfat2img.8
#usr/share/man/man8/exfatlabel.8
#usr/share/man/man8/fsck.exfat.8
#usr/share/man/man8/mkfs.exfat.8
diff --git a/lfs/exfatprogs b/lfs/exfatprogs
index f553d4694..51f6c45b9 100644
--- a/lfs/exfatprogs
+++ b/lfs/exfatprogs
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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.1.3
+VER = 1.2.5
THISAPP = exfatprogs-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7d1e471eb24f408999efd7fd6e8e2b60f0ef4efbceca9780de5a52c0b0bcad18a25648b7e669e805a40f382541406c01ea75cd40b4660f44281848bf38f9d1c0
+$(DL_FILE)_BLAKE2 = 11909a494d0e6ae3ba938ae6c8511d587037f32c0a07a7775c3da5e1019cd2ca989f42e616da4a44e32551d936db97a935b0074322389cc39b4c336043535bea
install : $(TARGET)
--
2.46.0
next prev parent reply other threads:[~2024-08-13 16:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-13 16:19 [PATCH] bash: Update to include patches 27 to 32 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] cups-filters: Ship due to sobump in poppler-24.08.0 Adolf Belka
2024-08-13 16:25 ` Adolf Belka
2024-08-13 16:19 ` [PATCH] curl: Update to version 8.9.1 Adolf Belka
2024-08-13 16:19 ` Adolf Belka [this message]
2024-08-13 16:19 ` [PATCH] git: Update to version 2.46.0 Adolf Belka
2024-08-13 16:19 ` [PATCH] hwdata: Update to the latest versions of pci.ids & usb.ids Adolf Belka
2024-08-13 16:19 ` [PATCH] iproute2: Update to version 6.10.0 Adolf Belka
2024-08-13 16:19 ` [PATCH] knot: Update to version 3.3.8 Adolf Belka
2024-08-13 16:19 ` [PATCH] lz4: Update to version 1.10.0 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] ncdu: Update to version 1.20 Adolf Belka
2024-08-13 16:24 ` Adolf Belka
2024-08-13 16:19 ` [PATCH] readline: Update patches to include 11 - 13 Adolf Belka
2024-08-13 16:19 ` [PATCH] sdl2: Update to version 2.30.6 Adolf Belka
2024-08-13 16:19 ` [PATCH] strace: Update to version 6.10 Adolf Belka
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=20240813162000.1113995-4-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