From patchwork Mon Jul 24 16:15:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7017 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldt1zv3z3wfV for ; Mon, 24 Jul 2023 16:16:18 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R8ldV07VSz1f8; Mon, 24 Jul 2023 16:15:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R8ldT4nWHz304n; Mon, 24 Jul 2023 16:15:57 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldT0W23z2xts for ; Mon, 24 Jul 2023 16:15:57 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R8ldS427tz1DC; Mon, 24 Jul 2023 16:15:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690215356; 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=5s2drEnRSeL52pD6ja97z5a9DaO7Zpljp1xoFAf8N5s=; b=q5jz0SPbffiaGKylMjTyPMaqQYzQveR3u6dWMsE+rJQe5eqe4M7oV9VHfUGYvZTtF8KMfi umVA1wiwPZKfkuKvhiY6E3TY94f5hRdRkte0Ms28sLiNIOdl7PP0vqx5WnGqzRVvM468MU gjnOYlka7uU9qRwlHH7tZE50Bb2ZteLQ34sceN1/0psU3HSq4IrnrvL+bvJ8C3BOnYaSqA r8fsvkskjiTPbYySk1bT07ZqgBBvQ5JhtJ7lXqu7pxeUrVx2ycUvrbflZd8RLU3JH1zbNW FOIgQBCn1Q+X9f+iaTXAP8JemoBDDoLq3QLxuIIfW5M2j0g6/Y/MH0KPd9lCMA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690215356; 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=5s2drEnRSeL52pD6ja97z5a9DaO7Zpljp1xoFAf8N5s=; b=QPKswE3B7EN/jVgzKoh4E5fP9T7FCAN710IqzxFkNFzpzO5F5FVaFO30PyBZGiFFMdXJVD /1Ie4dmpE9SrkJAQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ntfs-3g: Update to version 2022.10.3 Date: Mon, 24 Jul 2023 18:15:39 +0200 Message-ID: <20230724161546.2683103-2-adolf.belka@ipfire.org> In-Reply-To: <20230724161546.2683103-1-adolf.belka@ipfire.org> References: <20230724161546.2683103-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2021.8.22 to 2022.10.3 - Update of rootfile not required - Changelog Security release 2022.10.3 (Oct 3, 2022) Rejected zero-sized runs Avoided merging runlists with no runs Security release 2022.5.17 (May 26, 2022) Improved defence against maliciously tampered NTFS partitions Improved defence against improper use of options Updated the documentation Signed-off-by: Adolf Belka --- lfs/ntfs-3g | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index 79d3d86e5..f9f1f6f7c 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 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 = 2021.8.22 +VER = 2022.10.3 THISAPP = ntfs-3g_ntfsprogs-$(VER) DL_FILE = $(THISAPP).tgz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 403036c68a37ba83873b5faadbb2088deb25e0ff31deb1958d4f869a198d830caa44edea879492a7894f5e7a5ad6205a6fda57bf8de722ce49bf3187239ad993 +$(DL_FILE)_BLAKE2 = 36a64af0c050bb42af69e14834883324d6201f70d5e45c175e0703980c045b038bdbfca0375edd42db3a3827240f63cf73c9f17a51805799129257b95fef7676 install : $(TARGET)