From: Fabrice Fontaine Date: Sun, 23 May 2021 13:29:38 +0000 (+0200) Subject: package/libnids: drop LIBNIDS_IGNORE_CVES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65c9ebcd90b3686e488c1d638ce5e664d0c18fae;p=buildroot.git package/libnids: drop LIBNIDS_IGNORE_CVES NVD database has been updated: https://nvd.nist.gov/vuln/search/results?form_type=Advanced&results_type=overview&seach_type=all&query=cpe:2.3:a:libnids_project:libnids:1.24:*:*:*:*:*:*:* Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/libnids/libnids.mk b/package/libnids/libnids.mk index 4a9138b80e..3e36838c40 100644 --- a/package/libnids/libnids.mk +++ b/package/libnids/libnids.mk @@ -13,10 +13,6 @@ LIBNIDS_INSTALL_STAGING = YES LIBNIDS_DEPENDENCIES = host-pkgconf libpcap LIBNIDS_AUTORECONF = YES -# CVE-2010-0751 was fixed in libnids v1.24 but the NVD database is not -# aware of the fix, ignore it until this is updated -LIBNIDS_IGNORE_CVES += CVE-2010-0751 - # disable libnet if not available # Tests in configure.in expect --with-libnet=$build_dir # not an installation patch like in our context.