aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-12-26 13:49:05 +0800
committerRosen Penev <rosenp@gmail.com>2023-12-26 15:52:37 -0800
commitf54c3e326d4f9e549cb61054a562b203cb56cd51 (patch)
tree1bde4139d7c2423f23717bcf4c0a3c27d6e7299f /utils
parent60a68323bd42aec140f808f2392ce8583e19a166 (diff)
exfatprogs: Update to 1.2.2
exfatprogs 1.2.2 - released 2023-10-26 ====================================== 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. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/exfatprogs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile
index 05779234e..c73e377eb 100644
--- a/utils/exfatprogs/Makefile
+++ b/utils/exfatprogs/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=exfatprogs
-PKG_VERSION:=1.2.1
+PKG_VERSION:=1.2.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=14dabb9ae1c7dbfc29aaf6871b93cf4bde688b8d4b29aec1188c6dd92fb9e86f
+PKG_HASH:=16b28c9130b4dfab0b571dce6d2959d2ee93fce27aa0f4b2c1bb30700f371393
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=GPL-2.0-only