git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e8360bc
)
utils/dockerd: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 18:48:53 +0000
(19:48 +0100)
committer
Alexandru Ardelean
<redacted>
Sun, 15 Mar 2026 07:19:09 +0000
(09:19 +0200)
cpe:/a:mobyproject:moby is the correct CPE ID for docker:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:mobyproject:moby
Signed-off-by: Fabrice Fontaine <redacted>
utils/dockerd/Makefile
patch
|
blob
|
history
diff --git
a/utils/dockerd/Makefile
b/utils/dockerd/Makefile
index d77aa1446acb2c90c545a17bf977c0e81bd8621a..a83ac5d1734a136ebcdecb7f3887d5f6df593683 100644
(file)
--- a/
utils/dockerd/Makefile
+++ b/
utils/dockerd/Makefile
@@
-5,6
+5,7
@@
PKG_VERSION:=27.3.1
PKG_RELEASE:=4
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:mobyproject:moby
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_GIT_URL:=github.com/moby/moby
git clone https://git.99rst.org/PROJECT