From patchwork Tue Aug 13 16:19:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7993 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WjxSD3vxTz3wyN for ; Tue, 13 Aug 2024 16:20:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WjxSC4KGVz5nQ; Tue, 13 Aug 2024 16:20:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WjxSC3jgnz33Gg; Tue, 13 Aug 2024 16:20:11 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WjxS74rmDz33Gg for ; Tue, 13 Aug 2024 16:20:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WjxS736Ckz2MC; Tue, 13 Aug 2024 16:20:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723566007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y7pPf4tPal7uTU14sopfDY39NBv7Zw4m48H8kYmUtuU=; b=pPT7bgzCoYi4YaxRgdoMc4EyCxhl7VMTY0jNMzu8g6wQdQdkL7n3yNrAQgRtHaSJiPBqDO 7i7U73/TOkXyx5OoTclfe0PJOizGhDM9IVpgQ6CsiAuVKZhY4aKfLrBKdLIPRAaK4ZSnLM ZJzt1Ue/FX27lUxsdTlaxRDsFef5cFIOC45c7ptg/c3v4bFCWabQggVsoeirzucGKkrkKo XwAB+1GU3KQh+h+2y5dFnOXDxAnot59I+GRfF6KNF6xyqX8Ner6iaAsco+rGuYmEVkJc8D T+CaMNZD5puf0Q/45Z3MlplgF8NYILpJ2tbARkcul6YxwPaUSHbDUkQiLns3Vg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723566007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y7pPf4tPal7uTU14sopfDY39NBv7Zw4m48H8kYmUtuU=; b=/bGD4S/xz435diRMos3sBE0n/6QXUBPpDDBsh1jVWsTfcJwFrlR1dqgkgSUevE3wCO1jqz BtU0UqUdNle44OAw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] exfatprogs: Update to version 1.2.5 Date: Tue, 13 Aug 2024 18:19:39 +0200 Message-ID: <20240813162000.1113995-4-adolf.belka@ipfire.org> In-Reply-To: <20240813162000.1113995-1-adolf.belka@ipfire.org> References: <20240813162000.1113995-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: Z4FATLQVJUYVR4RXYKC6FPAYRU3N6XEC X-Message-ID-Hash: Z4FATLQVJUYVR4RXYKC6FPAYRU3N6XEC X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 1.1.3 to 1.2.5 - Update of rootfile - Changelog 1.2.5 CHANGES : * exfatprogs: remove the limitation that the device path length cannot exceed 254 bytes. * exfatprogs: include the test images in the release package. NEW FEATURES : * fsck.exfat: check and repair the filename which has invalid characters. BUG FIXES : * tune.exfat: check whether the volume has invalid characters correctly. * fsck.exfat: check whether the filename and volume has invalid characters correctly. * fsck.exfat: fix endianess issues which happen in the big-endian system. 1.2.4 BUG FIXES : * tune.exfat: Fix "invalid serial number" error when setting an serial number. * fsck.exfat: Fix memory leak in an error path 1.2.3 CHANGES : * dump.exfat: Report sector size in bytes and cluster size in terms of sectors. * fsck.exfat: Show checksum value if the SetChecksum of File directory entry is invalid. * mkfs.exfat: Improve FAT length calculation to reduce the FAT size. NEW FEATURES : * mkfs.exfat: Add the option "--sector-size". * fsck.exfat: Support checking and repairing VendorAllcation and VendorExtension directory entries. BUG FIXES : * exfatprogs: Remove unnecessary memory allocations. * fsck.exfat: Fix corruption that can occur if the cluster size is 512-byte. * fsck.exfat: Fix the SecondaryCount of File directory entry when the count of Name directory entries is 17 or higher. * tune.exfat: Fix an error that accepts invalid serial numbers. 1.2.2 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. 1.2.1 CHANGES : * fsck.exfat: Repair zero size directory. * fsck.exfat: Four small clean-ups. 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: Adolf Belka --- config/rootfiles/common/exfatprogs | 2 ++ lfs/exfatprogs | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/exfatprogs b/config/rootfiles/common/exfatprogs index 19652c8c1..857b52c49 100644 --- a/config/rootfiles/common/exfatprogs +++ b/config/rootfiles/common/exfatprogs @@ -1,9 +1,11 @@ usr/sbin/dump.exfat +usr/sbin/exfat2img usr/sbin/exfatlabel usr/sbin/fsck.exfat usr/sbin/mkfs.exfat usr/sbin/tune.exfat #usr/share/man/man8/dump.exfat.8 +#usr/share/man/man8/exfat2img.8 #usr/share/man/man8/exfatlabel.8 #usr/share/man/man8/fsck.exfat.8 #usr/share/man/man8/mkfs.exfat.8 diff --git a/lfs/exfatprogs b/lfs/exfatprogs index f553d4694..51f6c45b9 100644 --- a/lfs/exfatprogs +++ b/lfs/exfatprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.1.3 +VER = 1.2.5 THISAPP = exfatprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7d1e471eb24f408999efd7fd6e8e2b60f0ef4efbceca9780de5a52c0b0bcad18a25648b7e669e805a40f382541406c01ea75cd40b4660f44281848bf38f9d1c0 +$(DL_FILE)_BLAKE2 = 11909a494d0e6ae3ba938ae6c8511d587037f32c0a07a7775c3da5e1019cd2ca989f42e616da4a44e32551d936db97a935b0074322389cc39b4c336043535bea install : $(TARGET)