[openwrt/openwrt] libnftnl: add package CPE ID

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 23 05:22:13 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/714345d35ac8c35e7bab8797126cd35bea33e7bb

commit 714345d35ac8c35e7bab8797126cd35bea33e7bb
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>
    (cherry picked from commit efb4324c36a024ae6340d85352fb6c766a27a821)
---
 package/libs/libnftnl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 37835b4338..8434234156 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.1
 PKG_RELEASE:=$(AUTORELEASE)
 




More information about the lede-commits mailing list