summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/exfatprogs
Commit message (Collapse)AuthorAgeFilesLines
* exfatprogs: upgrade 1.2.5 -> 1.2.6Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | 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: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.4 -> 1.2.5Christophe Vu-Brugier2024-08-191-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.3 -> 1.2.4Christophe Vu-Brugier2024-06-171-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.2 -> 1.2.3Christophe Vu-Brugier2024-05-311-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.1 -> 1.2.2Christophe Vu-Brugier2023-10-301-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.0 -> 1.2.1Christophe Vu-Brugier2023-05-231-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: add new recipeChristophe Vu-Brugier2023-03-281-0/+24
exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs/exfatprogs/ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002871 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>