[openwrt/openwrt] package/network/utils/iptables: fix PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 6 09:32:35 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/16601bbd42bf7495a6fb26c7c9616109cac4aed9

commit 16601bbd42bf7495a6fb26c7c9616109cac4aed9
Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
AuthorDate: Sat Apr 27 17:25:58 2024 +0200

    package/network/utils/iptables: fix PKG_CPE_ID
    
    cpe:/a:netfilter:iptables is the correct CPE ID for iptables:
    https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:netfilter:iptables
    
    Fixes: c61a2395140d92cdd37d3d6ee43a765427e8e318 (add PKG_CPE_ID ids to package and tools)
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15297
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 6e5edec159e2dc468607a5b9179f722857a38421)
    Link: https://github.com/openwrt/openwrt/pull/15881
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/utils/iptables/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index 45a2b49070..d5511f33c1 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -23,7 +23,7 @@ PKG_INSTALL:=1
 PKG_BUILD_FLAGS:=gc-sections no-lto
 PKG_BUILD_PARALLEL:=1
 PKG_LICENSE:=GPL-2.0
-PKG_CPE_ID:=cpe:/a:netfilter_core_team:iptables
+PKG_CPE_ID:=cpe:/a:netfilter:iptables
 
 include $(INCLUDE_DIR)/package.mk
 ifeq ($(DUMP),)




More information about the lede-commits mailing list