diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-05-13 08:24:24 +0200 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-05-13 08:27:23 +0200 |
commit | cbc8931b6dfde456c8a7d081541faa8ad7e3d0b4 (patch) | |
tree | d1a28cdc35866b71235bf9453c037b113aa6878b | |
parent | net/mvfst: update 2025.05.05.00 → 2025.05.12.00 (diff) |
CPE: Revert to the shorter original spec URL.
When NIST started enforcing TLS on their website, non-TLS URLs stopped
working. Someone then replaced the original URL with a much longer one
instead of just switching to TLS.
Fixes: ac4340bd3ca9
PR: 258189
-rw-r--r-- | Mk/Uses/cpe.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/Uses/cpe.mk b/Mk/Uses/cpe.mk index 92d27e5aa12b..23f4a73dc266 100644 --- a/Mk/Uses/cpe.mk +++ b/Mk/Uses/cpe.mk @@ -1,7 +1,5 @@ # Include CPE information in package manifest as a CPE 2.3 formatted -# string. -# See https://csrc.nist.gov/projects/security-content-automation-protocol/specifications/cpe -# for details. +# string. See https://scap.nist.gov/specifications/cpe/ for details. # # CPE_PART Defaults to "a" for "application". # CPE_VENDOR Defaults to same as ${CPE_PRODUCT} (below). |