diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-12-19 21:06:35 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-12-19 13:18:55 -0800 |
commit | 06a0ad47a0becf9b06336c902fd780c09388e6c2 (patch) | |
tree | 8d6bdc73f5dab881e30f5529d9b9a83eb92954d3 /utils/exfatprogs/Makefile | |
parent | 10a28215e3262c482ed67deaf382121f6e73d8db (diff) |
exfatprogs: update to version 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: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/exfatprogs/Makefile')
-rw-r--r-- | utils/exfatprogs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile index b967dabd0..d7f4ee9ba 100644 --- a/utils/exfatprogs/Makefile +++ b/utils/exfatprogs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exfatprogs -PKG_VERSION:=1.1.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.2.0 +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:=e3ee4fb5af4abc9335aed7a749c319917c652ac1af687ba40aabd04a6b71f1ca +PKG_HASH:=afeaf10c99f70204941427d9cdc62b0219ff7f7d5eb0f1a179b0d7bf6cfedbad PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0-only |