From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9161976296434587113==" List-Id: --===============9161976296434587113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 @@ =20 include Config =20 -VER =3D 2021.8.22 +VER =3D 2022.10.3 =20 THISAPP =3D ntfs-3g_ntfsprogs-$(VER) DL_FILE =3D $(THISAPP).tgz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 403036c68a37ba83873b5faadbb2088deb25e0ff31deb1958d4f86= 9a198d830caa44edea879492a7894f5e7a5ad6205a6fda57bf8de722ce49bf3187239ad993 +$(DL_FILE)_BLAKE2 =3D 36a64af0c050bb42af69e14834883324d6201f70d5e45c175e0703= 980c045b038bdbfca0375edd42db3a3827240f63cf73c9f17a51805799129257b95fef7676 =20 install : $(TARGET) =20 --=20 2.41.0 --===============9161976296434587113==--