[openwrt/openwrt] strace: replace PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 7 02:29:39 PST 2022


stintel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1d095c1d433bd73fb74b0f87f5960924a6eb1faa

commit 1d095c1d433bd73fb74b0f87f5960924a6eb1faa
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 17:51:24 2022 +0200

    strace: replace PKG_CPE_ID
    
    Searching for strace in nvd.nist.gov/products/cpe/search [0] will result
    in "cpe:/a:strace_project:strace". Replace the current PKG_CPE_ID with
    it.
    
    [0] - https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.2&keyword=strace
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
    (cherry picked from commit 55c015ae4d115cf8ffb61ee2778d8355c224bd46)
---
 package/devel/strace/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index 9d9db65c17..71d7945003 100644
--- a/package/devel/strace/Makefile
+++ b/package/devel/strace/Makefile
@@ -19,7 +19,7 @@ PKG_HASH:=aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later
 PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:paul_kranenburg:strace
+PKG_CPE_ID:=cpe:/a:strace_project:strace
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1




More information about the lede-commits mailing list