From owner-dev-commits-doc-all@freebsd.org Wed Aug 25 15:03:18 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4627675EBA for ; Wed, 25 Aug 2021 15:03:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gvq3p45ldz3Mmr; Wed, 25 Aug 2021 15:03:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73B341E547; Wed, 25 Aug 2021 15:03:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17PF3IQw084524; Wed, 25 Aug 2021 15:03:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17PF3IAj084523; Wed, 25 Aug 2021 15:03:18 GMT (envelope-from git) Date: Wed, 25 Aug 2021 15:03:18 GMT Message-Id: <202108251503.17PF3IAj084523@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Gordon Tetlow Subject: git: fcb8b2e379 - main - Update template to have NNNNNN instead of XXXXXX. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gordon X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fcb8b2e379ce893b691c158af064d06d8d55265e Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2021 15:03:18 -0000 The branch main has been updated by gordon (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=fcb8b2e379ce893b691c158af064d06d8d55265e commit fcb8b2e379ce893b691c158af064d06d8d55265e Author: Gordon Tetlow AuthorDate: 2021-08-25 15:01:54 +0000 Commit: Gordon Tetlow CommitDate: 2021-08-25 15:01:54 +0000 Update template to have NNNNNN instead of XXXXXX. Any sequence of XX's is flagged in the scripts we use to manage the release of SA's and EN's. Since these are intended not to be replaced and shipped, convert them to use NNNNNN. Approved by: so --- website/static/security/advisory-template.txt | 4 ++-- website/static/security/errata-template.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt index 5acc43d5d8..838c4d4569 100644 --- a/website/static/security/advisory-template.txt +++ b/website/static/security/advisory-template.txt @@ -132,9 +132,9 @@ particular commit: # git show --stat -Or visit the following URL, replacing XXXXXX with the hash: +Or visit the following URL, replacing NNNNNN with the hash: - + To determine the commit count in a working tree (for comparison against nNNNNNN in the table above), run: diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt index c3acf0e74d..9f8de907ad 100644 --- a/website/static/security/errata-template.txt +++ b/website/static/security/errata-template.txt @@ -132,9 +132,9 @@ particular commit: # git show --stat -Or visit the following URL, replacing XXXXXX with the hash: +Or visit the following URL, replacing NNNNNN with the hash: - + To determine the commit count in a working tree (for comparison against nNNNNNN in the table above), run: