git: ac4340bd3ca9 - main - CPE: fix url to the specifications
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 13:12:30 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac4340bd3ca9c8ebe6e55a248151782b40ba8362 commit ac4340bd3ca9c8ebe6e55a248151782b40ba8362 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-08 13:07:42 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-08 13:12:25 +0000 CPE: fix url to the specifications PR: 258189 Reported by: p5B2E9A8F@t-online.de --- Mk/Uses/cpe.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).