summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-11-08 14:07:42 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-11-08 14:12:25 +0100
commitac4340bd3ca9c8ebe6e55a248151782b40ba8362 (patch)
treeddecbf7ad75f646fea963507958ae1873c358197
parentx11/swayr: update to 0.9.0 (diff)
CPE: fix url to the specifications
PR: 258189 Reported by: p5B2E9A8F@t-online.de
-rw-r--r--Mk/Uses/cpe.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/Uses/cpe.mk b/Mk/Uses/cpe.mk
index 410a05c6e437..92d27e5aa12b 100644
--- a/Mk/Uses/cpe.mk
+++ b/Mk/Uses/cpe.mk
@@ -1,5 +1,7 @@
# Include CPE information in package manifest as a CPE 2.3 formatted
-# string. See http://scap.nist.gov/specifications/cpe/ for details.
+# string.
+# See https://csrc.nist.gov/projects/security-content-automation-protocol/specifications/cpe
+# for details.
#
# CPE_PART Defaults to "a" for "application".
# CPE_VENDOR Defaults to same as ${CPE_PRODUCT} (below).