Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2021 13:12:30 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac4340bd3ca9 - main - CPE: fix url to the specifications
Message-ID:  <202111081312.1A8DCUF8094230@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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).


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111081312.1A8DCUF8094230>