mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/netsnmp: revert drop stale ignore CVE entries
In commit [1] the package netsnmp was bumped on master to version 5.9.4. This version included fixes for CVE that were already patched in buildroot and thus was not picked on the LTS branch. As a consequence, the commit [2] was made on master which removed the stale 'IGNORE_CVES' for the patches no longer presents. This commit was wrongly picked on the LTS branch. This reverts commit [3] which was included in 2025.02.x to set the 'IGNORE_CVES' back to the state of version 5.9.3. [1]1799cfebfdpackage/netsnmp: bump to version 5.9.4 [2]4a3eab8341package/netsnmp: drop stale ignore CVE entries [3]3ef8c1d0dbpackage/netsnmp: drop stale ignore CVE entries Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
873d59e6fd
commit
feb327790c
@@ -11,6 +11,10 @@ NETSNMP_LICENSE = Various BSD-like
|
||||
NETSNMP_LICENSE_FILES = COPYING
|
||||
NETSNMP_CPE_ID_VENDOR = net-snmp
|
||||
NETSNMP_CPE_ID_PRODUCT = $(NETSNMP_CPE_ID_VENDOR)
|
||||
# 0001-snmp_agent-disallow-SET-with-NULL-varbind.patch
|
||||
NETSNMP_IGNORE_CVES = \
|
||||
CVE-2022-44792 \
|
||||
CVE-2022-44793
|
||||
NETSNMP_SELINUX_MODULES = snmp
|
||||
NETSNMP_INSTALL_STAGING = YES
|
||||
NETSNMP_CONF_ENV = \
|
||||
|
||||
Reference in New Issue
Block a user