From patchwork Fri Jun 5 16:11:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9909 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gX5zd2pJ8z3wrf for ; Fri, 05 Jun 2026 16:11:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gX5zb4lydz76Y for ; Fri, 05 Jun 2026 16:11:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gX5zX31vLz3625 for ; Fri, 05 Jun 2026 16:11:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gX5zN4dgLz3362 for ; Fri, 05 Jun 2026 16:11:44 +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 4gX5zN232VzDg; Fri, 05 Jun 2026 16:11:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780675904; 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=+l22HS0w9YRn8PBJ2rOaBYuzsuQyMnQ6IX/mZyZeb6s=; b=8VuSfrrrLddqyZvsFkm6VEiRZ1xRu8feQwhILxpEcO6CeGGxYPr/JZ2gA0KDJ92p0VlhWd nYvrGtFXwU0WG8Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780675904; 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=+l22HS0w9YRn8PBJ2rOaBYuzsuQyMnQ6IX/mZyZeb6s=; b=OMm2ZQ5FK+M9rrPD6+mVK61igjWsn2Ijxor5cMG17fcXK5HzqFDx33F8P6TtNtYHr+EpsH wgQCuxAYheI+fc+l0DglmKFg2XtE73vADFskrH0Cf5W4AqcuVRWwFzOkKT/X+ZYAhwb5Uh zcfLIgd95JLsvZ1y2DcUVu2xSUZQZByiU4eOfjFOugLJYdqL0wVLLx/otsu5Z4lFwEKytQ RDPNpTrJ8VMVq//4Cg7BULKADIh35dHvU982yF+a9yPQ2O8x+K0oD+aUvZzSlV/TFwCoxK ZlSo7Afer0edcEZvRw+odTiviwIHsY7zlINIlLZHxN5F2x5uw0ey4L413g6kzw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ntfs-3gt: Update to version 2026.2.25 Date: Fri, 5 Jun 2026 18:11:36 +0200 Message-ID: <20260605161139.3632709-7-adolf.belka@ipfire.org> In-Reply-To: <20260605161139.3632709-1-adolf.belka@ipfire.org> References: <20260605161139.3632709-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 2022.10.3 to 2026.2.25 - No change to rootfile - One CVE fix - Changelog 2026.2.25 Fix bashism in configure script causing errors in non-bash shells. (mkntfs) Enable microsecond-level volume creation time. Fix two instances of an invalid errno state when encountering NULL in strings. Fix a crash when a reparse tag could not be found in the index. Fix incorrect MFT free records value when bitmap is expanded. Fix 'extras' manpages being installed when extras are disabled. Fix various instances of use-after-free conditions in the library and tools. Fix typo in NTFS hibernation message. Thanks to Anil Kumar for the report/fix. Escape commas in the fsname when libfuse 2.8 or higher is used. (ntfsclone) Allow adjusting the sector size in the NTFS boot sector for the target device when restoring images. Remove libdl dependency when building without external plugins. (ntfsinfo) Show information about the logfile state when dumping metadata. (ntfsinfo) Fix displaying crowded directories or indexes. (ntfsinfo) Fix displaying the security descriptor list in ntfsinfo. Fix heap buffer overflow when POSIX ACLs were enabled (CVE-2026-40706). Thanks to Andrea Bocchetti for the report. (ntfsusermap) Fix overflow when constructing backup filename. Fix two time-of-check-time-of-use conditions. Fix missing malloc/sscanf return value checks. Signed-off-by: Adolf Belka --- lfs/ntfs-3g | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index f9f1f6f7c..fa8dcaf52 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2026 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,10 +24,10 @@ include Config -VER = 2022.10.3 +VER = 2026.2.25 -THISAPP = ntfs-3g_ntfsprogs-$(VER) -DL_FILE = $(THISAPP).tgz +THISAPP = ntfs-3g-$(VER) +DL_FILE = ntfs-3g_ntfsprogs-$(VER).tgz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 36a64af0c050bb42af69e14834883324d6201f70d5e45c175e0703980c045b038bdbfca0375edd42db3a3827240f63cf73c9f17a51805799129257b95fef7676 +$(DL_FILE)_BLAKE2 = e7f7a47ef8178e26dae04a1b8943756629f562d6e98a3500402958b952d21f9f9306070eccf9940b4070454a60883c521f55932f4bccaebe723dafe11d189d8f install : $(TARGET) @@ -75,8 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --disable-static + --prefix=/usr \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install # make mkfs.ntfs link in sbin to mkntfs to match previous situation for this binary