[Buildroot] [git commit] package/ntfs-3g: annotate _IGNORE_CVES for the included security patch

Peter Korsgaard peter at korsgaard.com
Sat Feb 29 07:35:40 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=8619025300899f7d5cfcd658352c2f70794201d7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/ntfs-3g/ntfs-3g.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk
index 5f23eae9c9..cbb356195c 100644
--- a/package/ntfs-3g/ntfs-3g.mk
+++ b/package/ntfs-3g/ntfs-3g.mk
@@ -13,6 +13,9 @@ NTFS_3G_DEPENDENCIES = host-pkgconf
 NTFS_3G_LICENSE = GPL-2.0+, LGPL-2.0+
 NTFS_3G_LICENSE_FILES = COPYING COPYING.LIB
 
+# 0001-Fixed-reporting-an-error-when-failed-to-build-the-mo.patch
+NTFS_3G_IGNORE_CVES += CVE-2019-9755
+
 ifeq ($(BR2_PACKAGE_LIBFUSE),y)
 NTFS_3G_CONF_OPTS += --with-fuse=external
 NTFS_3G_DEPENDENCIES += libfuse


More information about the buildroot mailing list