summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2024-04-26 16:09:32 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-27 23:43:58 +0200
commit289f811abb4ace7aa08ae7bf85c0d4f9460f0802 (patch)
tree3513dddd0fcef47ca1f3eefb5c2d6937b89f7b23
parentff59f3f4bdb56c779579aaa11b815f4c83abbac5 (diff)
downloadopenwrt-289f811abb4ace7aa08ae7bf85c0d4f9460f0802.tar.gz
openwrt-289f811abb4ace7aa08ae7bf85c0d4f9460f0802.tar.bz2
openwrt-289f811abb4ace7aa08ae7bf85c0d4f9460f0802.zip
package/network/services/dropbear: fix PKG_CPE_ID
cpe:/a:dropbear_ssh_project:dropbear_ssh is the correct CPE ID for dropbear: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:dropbear_ssh_project:dropbear_ssh Fixes: c61a2395140d92cdd37d3d6ee43a765427e8e318 (add PKG_CPE_ID ids to package and tools) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15290 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/network/services/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
index 2d7ce75b8d..b0f486f990 100644
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -19,7 +19,7 @@ PKG_HASH:=bc5a121ffbc94b5171ad5ebe01be42746d50aa797c9549a4639894a16749443b
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE libtomcrypt/LICENSE libtommath/LICENSE
-PKG_CPE_ID:=cpe:/a:matt_johnston:dropbear_ssh_server
+PKG_CPE_ID:=cpe:/a:dropbear_ssh_project:dropbear_ssh
PKG_BUILD_PARALLEL:=1
PKG_ASLR_PIE_REGULAR:=1