From ccfa9a919914bfcf29b74f3e89b913f868e92014 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jul 2023 18:15:39 +0200 Subject: [PATCH] ntfs-3g: Update to version 2022.10.3 - 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 Signed-off-by: Michael Tremer --- lfs/ntfs-3g | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index 79d3d86e57..f9f1f6f7c0 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) -- 2.39.5