[openwrt/openwrt] treewide: Add extra CPE identifier

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 27 13:22:53 PDT 2023


lynxis pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/1da2e82c1182a3fd681da5760be96821213afadd

commit 1da2e82c1182a3fd681da5760be96821213afadd
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 24 20:16:21 2023 +0200

    treewide: Add extra CPE identifier
    
    This adds some Common Platform Enumerations (CPE) identifiers which I
    found.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/boot/at91bootstrap/Makefile | 1 +
 package/libs/popt/Makefile          | 1 +
 package/libs/sysfsutils/Makefile    | 1 +
 package/system/iucode-tool/Makefile | 1 +
 4 files changed, 4 insertions(+)

diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index 633dc14cd9..08852b634a 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/package/boot/at91bootstrap/Makefile
@@ -11,6 +11,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=at91bootstrap
 PKG_VERSION:=v3.8.10
 PKG_RELEASE:=
+PKG_CPE_ID:=cpe:/a:linux4sam:at91bootstrap
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/linux4sam/at91bootstrap.git
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile
index 34ae4d7c61..3e7f027a88 100644
--- a/package/libs/popt/Makefile
+++ b/package/libs/popt/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:= \
 	http://rpm5.org/files/popt/
 PKG_HASH:=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
 PKG_LICENSE:=MIT
+PKG_CPE_ID:=cpe:/a:popt_project:popt
 
 PKG_FIXUP:=autoreconf
 PKG_REMOVE_FILES:=autogen.sh aclocal.m4
diff --git a/package/libs/sysfsutils/Makefile b/package/libs/sysfsutils/Makefile
index 8ce9a40f91..75951d6300 100644
--- a/package/libs/sysfsutils/Makefile
+++ b/package/libs/sysfsutils/Makefile
@@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/linux-diag
 PKG_HASH:=e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
+PKG_CPE_ID:=cpe:/a:sysfsutils_project:sysfsutils
 
 PKG_LICENSE:=LGPL-2.1
 PKG_LICENSE_FILES:=COPYING cmd/GPL lib/LGPL
diff --git a/package/system/iucode-tool/Makefile b/package/system/iucode-tool/Makefile
index 5f4cfb6238..f4cb748854 100644
--- a/package/system/iucode-tool/Makefile
+++ b/package/system/iucode-tool/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
 PKG_SOURCE:=iucode-tool_$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://gitlab.com/iucode-tool/releases/raw/latest
 PKG_HASH:=12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95
+PKG_CPE_ID:=cpe:/a:iucode-tool_project:iucode-tool
 
 PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone
 




More information about the lede-commits mailing list