git: 01859ac01c - main - Add arm64 to freebsd-update section in advisory templates
Ed Maste
emaste at FreeBSD.org
Tue Apr 6 17:56:42 UTC 2021
The branch main has been updated by emaste (src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=01859ac01cfb5881ef597781b63a81df185bf793
commit 01859ac01cfb5881ef597781b63a81df185bf793
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-04-06 15:50:12 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-04-06 17:50:05 +0000
Add arm64 to freebsd-update section in advisory templates
Reviewed by: gordon, markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29608
---
website/static/security/advisory-template.txt | 5 +++--
website/static/security/errata-template.txt | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt
index 6eb6edb6ef..0926561512 100644
--- a/website/static/security/advisory-template.txt
+++ b/website/static/security/advisory-template.txt
@@ -59,8 +59,9 @@ Perform one of the following:
1) To update your vulnerable system via a binary patch:
-Systems running a RELEASE version of FreeBSD on the i386 or amd64
-platforms can be updated via the freebsd-update(8) utility:
+Systems running a RELEASE version of FreeBSD on the amd64, i386, or
+(on FreeBSD 13 and later) arm64 platforms can be updated via the
+freebsd-update(8) utility:
# freebsd-update fetch
# freebsd-update install
diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt
index 06433c318e..3b83f37a80 100644
--- a/website/static/security/errata-template.txt
+++ b/website/static/security/errata-template.txt
@@ -59,8 +59,9 @@ Perform one of the following:
1) To update your system via a binary patch:
-Systems running a RELEASE version of FreeBSD on the i386 or amd64
-platforms can be updated via the freebsd-update(8) utility:
+Systems running a RELEASE version of FreeBSD on the amd64, i386, or
+(on FreeBSD 13 and later) arm64 platforms can be updated via the
+freebsd-update(8) utility:
# freebsd-update fetch
# freebsd-update install
More information about the dev-commits-doc-all
mailing list