From 04f7caf1c2774e37ee00781ffb2f53592852a215 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Thu, 26 Jan 2023 10:46:58 +0100 Subject: [PATCH] ntfs-3g: Bump to 2022.10.3 This fixes CVE-2022-40284. Security release 2022.10.3 (Oct 31, 2022) * Rejected zero-sized runs * Avoided merging runlists with no runs Signed-off-by: Andreas Gnau --- utils/ntfs-3g/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ntfs-3g/Makefile b/utils/ntfs-3g/Makefile index d055ae9d01..d237c253e6 100644 --- a/utils/ntfs-3g/Makefile +++ b/utils/ntfs-3g/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntfs-3g -PKG_VERSION:=2022.5.17 +PKG_VERSION:=2022.10.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_ntfsprogs-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://www.tuxera.com/opensource/ -PKG_HASH:=0489fbb6972581e1b417ab578d543f6ae522e7fa648c3c9b49c789510fd5eb93 +PKG_HASH:=f20e36ee68074b845e3629e6bced4706ad053804cbaf062fbae60738f854170c PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-only LGPL-2.1-or-later -- 2.30.2