File exfatprogs.changes of Package exfatprogs.31393
-------------------------------------------------------------------
Thu Nov 2 17:51:41 UTC 2023 - Goldwyn Rodrigues <rgoldwyn@suse.com>
- Fix out-of-bound memory issues in fsck (bsc#1216701, CVE-2023-45897)
* fsck-fix-out-of-bounds-write-in-read_file_dentry_set.patch
-------------------------------------------------------------------
Tue Aug 8 18:52:32 UTC 2023 - David Disseldorp <ddiss@suse.com>
- Fix fsck on block devices with 4K sector sizes (bsc#1214079)
* 0001-fsck-repair-prevents-from-repairing-some-cases-witho.patch
* 0002-fsck-repair-restore-boot-region-from-backup-boot-reg.patch
* 0003-fsck-fix-return-value-of-check_inode.patch
* 0004-fsck-fix-return-value-of-read_boot_region.patch
* 0005-fsck-fix-an-error-message-in-read_boot_region.patch
* 0006-fsck-fix-error-messages-in-exfat_boot_region_check.patch
* 0007-fsck-add-a-option.patch
* 0008-fsck-fix-memory-leaks-in-restore_boot_region-error-p.patch
* 0009-fsck-use-BytesPerSectorShift-of-boot-sector-to-verif.patch
-------------------------------------------------------------------
Wed Nov 30 23:43:30 UTC 2022 - David Disseldorp <ddiss@suse.com>
- mkfs-fix-boot-sector-checksum-when-the-sector-size-i.patch
Fix mkfs on block devices with 4K sector sizes (bsc#1193534)
-------------------------------------------------------------------
Wed Apr 28 20:21:21 UTC 2021 - Goldwyn Rodrigues <rgoldwyn@suse.com>
- exfatprogs-libexfat-make-set_bit_le-64-bit-compatible.patch:
Make set_bit_le() 64-bit compatible (bsc#1184882)
-------------------------------------------------------------------
Fri Sep 11 11:33:47 UTC 2020 - Michael Vetter <mvetter@suse.com>
- jsc#SLE-16156: Add exfatprogs to SLE
-------------------------------------------------------------------
Mon Sep 7 12:21:56 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Remove ExclusiveArch, the code compiles on all arches cleanly now.
-------------------------------------------------------------------
Mon Aug 3 05:50:37 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 1.0.4
* fsck.exfat: display sector, cluster, and volume sizes in the human
readable format.
* fsck.exfat: reduce the elapsed time using read-ahead.
* mkfs.exfat: generate pseudo unique serials while creating filesystems.
* mkfs.exfat: add the "-b" option to align the start offset of FAT and
data clusters.
* fsck.exfat: repair zero-byte files which have the NoFatChain attribute.
* Fix memory leaks on error handling paths.
* fsck.exfat: fix the bug that cannot access space beyond 2TB.
-------------------------------------------------------------------
Tue May 12 15:36:26 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 1.0.3
* libexfat0 library is no longer installed
* Rename label.exfat to tune.exfat.
* tune.exfat: change argument style
(-l option for print level, -L option for setting label)
* mkfs.exfat: harmonize set volume label option with tune.exfat.
* Fix the reported build warnings/errors.
* Add memset to clean garbage in allocation.
* Fix wrong volume label array size.
* Open a device using O_EXCL to avoid formatting it while it is mounted.
* Add man page.
-------------------------------------------------------------------
Thu Apr 23 12:54:18 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Initial release on OBS