[openwrt/openwrt] libnftnl: add package CPE ID

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 19 12:40:45 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/efb4324c36a024ae6340d85352fb6c766a27a821

commit efb4324c36a024ae6340d85352fb6c766a27a821
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Oct 19 21:38:08 2022 +0200

    libnftnl: add package CPE ID
    
    Common Platform Enumeration (CPE) is a structured naming scheme for
    information technology systems, software, and packages.
    
    Suggested-by: Steffen Pfendtner <s.pfendtner at ads-tec.de>
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/libs/libnftnl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 3bb4c57cfc..d4b58c99c4 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -8,6 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnftnl
+PKG_CPE_ID:=cpe:/a:netfilter:libnftnl
 PKG_VERSION:=1.2.3
 PKG_RELEASE:=$(AUTORELEASE)
 




More information about the lede-commits mailing list