<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/exfatprogs, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-06-10T20:29:25Z</updated>
<entry>
<title>exfatprogs: update to version 1.4.1</title>
<updated>2026-06-10T20:29:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-06-09T04:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=836834ebc2bfdc3017677447b4e83cfe44e115c2'/>
<id>urn:sha1:836834ebc2bfdc3017677447b4e83cfe44e115c2</id>
<content type='text'>
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 &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to 1.3.2</title>
<updated>2026-05-12T23:25:57Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-05-08T17:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=986edeb2e4d386c97563bf05c42c30d2be0b91bd'/>
<id>urn:sha1:986edeb2e4d386c97563bf05c42c30d2be0b91bd</id>
<content type='text'>
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 &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to 1.2.9</title>
<updated>2025-07-08T16:26:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-04T15:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=573b0f7d9641c6e0c8172fcb4f9c3863a9a5cbdd'/>
<id>urn:sha1:573b0f7d9641c6e0c8172fcb4f9c3863a9a5cbdd</id>
<content type='text'>
See https://github.com/exfatprogs/exfatprogs/releases/tag/1.2.9

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to version 1.2.8</title>
<updated>2025-04-26T14:27:50Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-04-26T03:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5e89a9536e1e491d03ae1a2c2a3724af6f339118'/>
<id>urn:sha1:5e89a9536e1e491d03ae1a2c2a3724af6f339118</id>
<content type='text'>
exfatprogs 1.2.8 - released 2025-03-04
======================================

BUG FIXES :
 * dump.exfat: fix an incorrect output of an entry
   position in 32-bit system.
 * mkfs.exfat: fill an oem sector with zero instead
   of one.
 * exfatprogs: fix compilation on musl based systems
   due to loff_t type. And update the Github action
   to validate builds on the system.

exfatprogs 1.2.7 - released 2025-02-03
======================================

NEW FEATURES :
 * fsck.exfat: support repairing the upcase table.

CHANGES :
 * exfatprogs: make sure to load the tbl preprocessor
   for man pages.

BUG FIXES :
 * exfatprogs: fix a double free memory error.
 * dump.exfat: fix a constraint that volume label, bitmap,
   upcase table must be located at the beginning of a root
   directory.

exfatprogs 1.2.6 - released 2024-11-20
======================================

CHANGES :
 * exfatprogs: replace obsolete autoconf and libtool
   macros.
 * mkfs.exfat: prefer the physical block size over
   the logical block size for the exFAT sector size.
 * mkfs.exfat: add notes about the format of the volume
   GUID to the man page.
 * mkfs.exfat: fix an incorrect calculation of the number
   of used clusters.

BUG FIXES :
 * exfatlabel: fix an user input error when setting
   a volume serial or label.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to 1.2.5</title>
<updated>2024-09-21T06:25:09Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-08T07:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=446c9dd02acc68984a76c5053cdb54d96125f555'/>
<id>urn:sha1:446c9dd02acc68984a76c5053cdb54d96125f555</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to 1.2.4</title>
<updated>2024-08-03T10:54:40Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-08-03T07:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=15c3f375af86cf501fd0224b6d14e0cfc65aef48'/>
<id>urn:sha1:15c3f375af86cf501fd0224b6d14e0cfc65aef48</id>
<content type='text'>
- Use proper tarball instead of codeload
- Remove autoreconf - provided configure works all right

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>exfatprogs: Update to 1.2.2</title>
<updated>2023-12-26T23:52:37Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-12-26T05:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f54c3e326d4f9e549cb61054a562b203cb56cd51'/>
<id>urn:sha1:f54c3e326d4f9e549cb61054a562b203cb56cd51</id>
<content type='text'>
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 &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to version 1.2.1</title>
<updated>2023-12-20T05:25:48Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-12-20T02:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1176d3bba548e864e201e2c4d4649fe521d53b96'/>
<id>urn:sha1:1176d3bba548e864e201e2c4d4649fe521d53b96</id>
<content type='text'>
exfatprogs 1.2.1 - released 2023-05-17
======================================

CHANGES :
 * fsck.exfat: Repair zero size directory.
 * fsck.exfat: Four small clean-ups.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>exfatprogs: update to version 1.2.0</title>
<updated>2022-12-19T21:18:55Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-12-19T21:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=06a0ad47a0becf9b06336c902fd780c09388e6c2'/>
<id>urn:sha1:06a0ad47a0becf9b06336c902fd780c09388e6c2</id>
<content type='text'>
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 &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
