exfatprogs: update to version 1.4.1
authorDaniel Golle <redacted>
Tue, 9 Jun 2026 04:02:53 +0000 (05:02 +0100)
committerDaniel Golle <redacted>
Wed, 10 Jun 2026 20:29:25 +0000 (21:29 +0100)
1.4.0 adds exFAT partition table support (mkfs partition-table creation,
fsck --put-mbr/--clear-mbr), a user-supplied --upcase table option and
chdosattr/lsdosattr DOS-attribute utilities; 1.4.1 fixes missing headers
in the release tarball. The new MBR and foreign-filesystem detection
links libblkid and fts, so add +libblkid and +USE_MUSL:musl-fts.

https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.0
https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.1
Signed-off-by: Daniel Golle <redacted>
utils/exfatprogs/Makefile

index 24bb9ab0921e9c8877c7fe392a4f3934b2e4c5b3..dd45260b780004cc805cfe373e2b2c2be12b070e 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=exfatprogs
-PKG_VERSION:=1.3.2
+PKG_VERSION:=1.4.1
 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:=67ddb50543636292df8fde58117eefd54210d6cd7bf1eea5e91d2c4dccbc425e
+PKG_HASH:=85c133e8802cbc1191bff2477a67b376192dfb9f94bb254c05dbae79fd958f2e
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=GPL-2.0-only
@@ -23,6 +23,7 @@ define Package/exfatprogs/Default
   CATEGORY:=Utilities
   SUBMENU:=Filesystem
   URL:=https://github.com/exfatprogs/exfatprogs
+  DEPENDS:=+libblkid +USE_MUSL:musl-fts
 endef
 
 define Package/exfat-mkfs
git clone https://git.99rst.org/PROJECT