From 989d921f5d4ac8d8b7c831c13b8954ad1901be24 Mon Sep 17 00:00:00 2001 From: Sergio Carlavilla Delgado Date: Tue, 26 Jan 2021 00:31:29 +0100 Subject: Migrate doc to Hugo/AsciiDoctor I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling Glen Barber Hiroki Sato Li-Wen Hsu Sean Chittenden The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core --- website/static/security/errata-template.txt | 142 ++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 website/static/security/errata-template.txt (limited to 'website/static/security/errata-template.txt') diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt new file mode 100644 index 0000000000..5049d06755 --- /dev/null +++ b/website/static/security/errata-template.txt @@ -0,0 +1,142 @@ +============================================================================= +FreeBSD-EN-ERRATA_TEMPLATE Errata Notice + The FreeBSD Project + +Topic: + +Category: < core | contrib > +Module: +Announced: 2020-XX-XX +Credits: +Affects: + +Corrected: 2020-XX-XX XX:XX:XX UTC (stable/12, 12.2-STABLE) + 2020-XX-XX XX:XX:XX UTC (releng/12.2, 12.2-RELEASE-pXX) + 2020-XX-XX XX:XX:XX UTC (releng/12.1, 12.1-RELEASE-pXX) + 2020-XX-XX XX:XX:XX UTC (stable/11, 11.4-STABLE) + 2020-XX-XX XX:XX:XX UTC (releng/11.4, 11.4-RELEASE-pXX) + +For general information regarding FreeBSD Errata Notices and Security +Advisories, including descriptions of the fields above, security +branches, and the following sections, please visit +. + +I. Background + + + +II. Problem Description + + + +III. Impact + + + +IV. Workaround + + +No workaround is available. + +<... but some systems are unaffected:> +No workaround is available. + + + + +V. Solution + + + +Upgrade your system to a supported FreeBSD stable or release / security +branch (releng) dated after the correction date. +[XX Needs reboot? Mention please] + +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: + +# freebsd-update fetch +# freebsd-update install +[XX Needs reboot? Mention please] + +2) To update your system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +[FreeBSD 11.4] +# fetch https://security.FreeBSD.org/patches/EN-XX:XX/XXXX.patch +# fetch https://security.FreeBSD.org/patches/EN-XX:XX/XXXX.patch.asc +# gpg --verify XXXX.patch.asc + +b) Apply the patch. Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + + + +c) Recompile the operating system using buildworld and installworld as +described in . + + + +c) Recompile the operating system using buildworld and installworld as +described in . + +Restart the applicable daemons, or reboot the system. + + + +c) Recompile the operating system using buildworld and installworld as +described in . + +Restart all daemons that use the library, or reboot the system. + + + +c) Recompile your kernel as described in + and reboot the +system. + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +------------------------------------------------------------------------- +stable/12/ rXXXXXX +releng/12.2/ rXXXXXX +releng/12.1/ rXXXXXX +stable/11/ rXXXXXX +releng/11.4/ rXXXXXX +------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + +The latest revision of this advisory is available at + -- cgit v1.3