diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 20:35:54 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:57:46 -0800 |
commit | b52f465c7b2c6fc8438f5a09aab3bbb26eba9de5 (patch) | |
tree | db0dfde5262f79573c19d35930c379dd1537b557 /net | |
parent | 803c7b0571221451aa98407842a5fc4142a38493 (diff) |
net/tinc: fix PKG_CPE_ID
tinc-vpn:tinc is a better CPE ID than tinc:tinc as this CPE ID has the
latest CVEs (whereas tinc:tinc only has CVEs up to 2002):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tinc-vpn:tinc
Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/tinc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 3cfccd816..32881bac3 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=2757ddc62cf64b411f569db2fa85c25ec846c0db110023f6befb33691f078986 PKG_MAINTAINER:=Erwan Mas <erwan@mas.nom.fr> PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING -PKG_CPE_ID:=cpe:/a:tinc:tinc +PKG_CPE_ID:=cpe:/a:tinc-vpn:tinc PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |