From: Daniel Golle Date: Thu, 20 Aug 2026 13:14:57 +0000 (+0100) Subject: exfatprogs: update to 1.4.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bac27c56c10e92ad87305df6fd5ef309ef99e035;p=openwrt-packages.git exfatprogs: update to 1.4.3 exfatprogs 1.4.2 - released 2026-06-15 CHANGES: - install lsdosattr and chdosattr in /bin instead of /sbin BUG FIXES: - dump.exfat: prevent heap buffer overflow in name parsing exfatprogs 1.4.3 - released 2026-08-14 CHANGES: - honor the user's full locale for diagnostic messages and date formatting - mkfs.exfat: report final fsync errors and suppress completion messages with "-q" - fsck.exfat: increase scan speed when scanning large unused directory tails BUG FIXES: - fix building DOS attribute utilities with non-Bash shells - dump.exfat/fsck.exfat: ignore reserved allocation-bitmap bits when counting clusters - fsck.exfat: reject invalid sector sizes without crashing - mkfs.exfat: notify the kernel after creating partition tables; generate GUIDs with correct version/variant fields - mkfs.exfat/tune.exfat: use standard GUID byte order for GUID input/output - libexfat: fix directory iterator alignment for large offsets - prevent allocation bitmap size overflow near the maximum cluster count Signed-off-by: Daniel Golle --- diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile index 536a99c49..d0a0413f9 100644 --- a/utils/exfatprogs/Makefile +++ b/utils/exfatprogs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exfatprogs -PKG_VERSION:=1.4.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION) -PKG_HASH:=85c133e8802cbc1191bff2477a67b376192dfb9f94bb254c05dbae79fd958f2e +PKG_HASH:=57226a8ec1bfbce06d68a42cde8cd980414a9457882e691fbce4a4f86c8d5f08 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only