exfatprogs: update to 1.3.2

1.3.2 (2026-03-09):
 * fsck.exfat: add an option to show a progress bar
 * mkfs.exfat: discard blocks prior to write outs by default
 * mkfs.exfat: add a read-after-write verification for the VBR
 * exfatprogs: adjust utility exit codes
 * dump.exfat: handle paths including '.', '..', and repeated '/'
 * fsck.exfat: convert 0x80 entries into deleted file entries

1.3.1 (2025-12-15):
 * fsck.exfat: support repairing the allocation bitmap size
 * exfatprogs: temporarily disable building defrag.exfat (data loss)
 * libexfat: fix a NULL pointer dereference in read_file_dentry_set()

1.3.0 (2025-10-15):
 * defrag.exfat: new tool to defragment an exFAT filesystem
 * mkfs.exfat: minimize zero-out initialization in quick format mode
 * fsck.exfat: set the entry after an unused entry as unused
 * Various bug fixes

Link: https://github.com/exfatprogs/exfatprogs/blob/1.3.2/NEWS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2026-05-08 18:13:30 +01:00
parent 2dad1a7514
commit 986edeb2e4
+2 -2
View File
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=exfatprogs PKG_NAME:=exfatprogs
PKG_VERSION:=1.2.9 PKG_VERSION:=1.3.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION)
PKG_HASH:=d9a42197c6ff9e6a8e923789413008e317415cf7a4ab85c486c5ffcaf49ca175 PKG_HASH:=67ddb50543636292df8fde58117eefd54210d6cd7bf1eea5e91d2c4dccbc425e
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=GPL-2.0-only PKG_LICENSE:=GPL-2.0-only