diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-01 23:22:16 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-02 17:54:23 +0800 |
commit | 302761f0e81d7a9729849384a77ffe62273ec527 (patch) | |
tree | 502b6698fc5a5b4ccd43256a1e5ff4d33c9d6fb8 /net | |
parent | 288efbb7432733b6d8e269f41a3d40da88607e90 (diff) |
net/krb5: fix PKG_CPE_ID
mit:kerberos_5 is a better CPE ID than mit:kerberos as this CPE ID has
the latest CVEs (whereas mit:kerberos only has CVEs until 2018):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:mit:kerberos_5
Fix: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/krb5/Makefile b/net/krb5/Makefile index c3dd64119..f05730f3f 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -15,7 +15,7 @@ PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=NOTICE -PKG_CPE_ID:=cpe:/a:mit:kerberos +PKG_CPE_ID:=cpe:/a:mit:kerberos_5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://web.mit.edu/kerberos/dist/krb5/1.21 |