git: 0d2406b66e - main - SA/EN templates: remove FreeBSD 12 now that it is EOL

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 01 Jan 2024 02:40:21 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0d2406b66e0ef3f5375a22e2bd979434e159ef95

commit 0d2406b66e0ef3f5375a22e2bd979434e159ef95
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-11-09 00:30:25 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-01-01 02:39:54 +0000

    SA/EN templates: remove FreeBSD 12 now that it is EOL
    
    All supported releases now use Git, so we can remove the SVN details.
    
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D42518
---
 website/static/security/advisory-template.txt | 35 +++++++--------------------
 website/static/security/errata-template.txt   | 35 +++++++--------------------
 2 files changed, 18 insertions(+), 52 deletions(-)

diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt
index 00d59196b5..b8b633b608 100644
--- a/website/static/security/advisory-template.txt
+++ b/website/static/security/advisory-template.txt
@@ -6,17 +6,15 @@ Topic:
 
 Category:       < core | contrib >
 Module:         <module name>
-Announced:      2023-XX-XX
+Announced:      2024-XX-XX
 Credits:
 Affects:        <affected versions>
                 <e.g., "All supported versions of FreeBSD.", "FreeBSD
-                13.2 and later.", "FreeBSD 13.x", or "FreeBSD 12.4">
-Corrected:      2023-XX-XX XX:XX:XX UTC (stable/14, 14.0-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/14.0, 14.0-RELEASE-pXX)
-                2023-XX-XX XX:XX:XX UTC (stable/13, 13.2-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/13.2, 13.2-RELEASE-pXX)
-                2023-XX-XX XX:XX:XX UTC (stable/12, 12.4-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/12.4, 12.4-RELEASE-pXX)
+                13.2 and later.", "FreeBSD 13.x", or "FreeBSD 14.0">
+Corrected:      2024-XX-XX XX:XX:XX UTC (stable/14, 14.0-STABLE)
+                2024-XX-XX XX:XX:XX UTC (releng/14.0, 14.0-RELEASE-pXX)
+                2024-XX-XX XX:XX:XX UTC (stable/13, 13.2-STABLE)
+                2024-XX-XX XX:XX:XX UTC (releng/13.2, 13.2-RELEASE-pXX)
 CVE Name:       CVE-XXXX-XXXX
 
 For general information regarding FreeBSD Security Advisories,
@@ -60,8 +58,8 @@ Perform one of the following:
 1) To update your vulnerable system via a binary patch:
 
 Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms,
-or the i386 platform on FreeBSD 13 and earlier, can be updated via
-the freebsd-update(8) utility:
+or the i386 platform on FreeBSD 13, can be updated via the freebsd-update(8)
+utility:
 
 # freebsd-update fetch
 # freebsd-update install
@@ -75,7 +73,7 @@ FreeBSD release branches.
 a) Download the relevant patch from the location below, and verify the
 detached PGP signature using your PGP utility.
 
-[FreeBSD 12.4]
+[FreeBSD 13.2]
 # fetch https://security.FreeBSD.org/patches/SA-XX:XX/XXXX.patch
 # fetch https://security.FreeBSD.org/patches/SA-XX:XX/XXXX.patch.asc
 # gpg --verify XXXX.patch.asc
@@ -121,12 +119,8 @@ stable/14/                              XXXXXXXXXXXX    stable/14-nXXXXXX
 releng/14.0/                            XXXXXXXXXXXX  releng/14.0-nXXXXXX
 stable/13/                              XXXXXXXXXXXX    stable/13-nXXXXXX
 releng/13.2/                            XXXXXXXXXXXX  releng/13.2-nXXXXXX
-stable/12/                                                        rXXXXXX
-releng/12.4/                                                      rXXXXXX
 -------------------------------------------------------------------------
 
-For FreeBSD 13 and later:
-
 Run the following command to see which files were modified by a
 particular commit:
 
@@ -141,17 +135,6 @@ nNNNNNN in the table above), run:
 
 # git rev-list --count --first-parent HEAD
 
-For FreeBSD 12 and earlier:
-
-Run the following command to see which files were modified by a particular
-revision, replacing NNNNNN with the revision number:
-
-# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base
-
-Or visit the following URL, replacing NNNNNN with the revision number:
-
-<URL:https://svnweb.freebsd.org/base?view=revision&revision=NNNNNN>
-
 VII. References
 
 <other info on vulnerability>
diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt
index f123787fc4..7d6ca16d2e 100644
--- a/website/static/security/errata-template.txt
+++ b/website/static/security/errata-template.txt
@@ -6,17 +6,15 @@ Topic:
 
 Category:       < core | contrib >
 Module:         <module name>
-Announced:      2023-XX-XX
+Announced:      2024-XX-XX
 Credits:
 Affects:        <affected versions>
                 <e.g., "All supported versions of FreeBSD.", "FreeBSD
-                13.2 and later.", "FreeBSD 13.x", or "FreeBSD 12.4">
-Corrected:      2023-XX-XX XX:XX:XX UTC (stable/14, 14.0-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/14.0, 14.0-RELEASE-pXX)
-                2023-XX-XX XX:XX:XX UTC (stable/13, 13.2-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/13.2, 13.2-RELEASE-pXX)
-                2023-XX-XX XX:XX:XX UTC (stable/12, 12.4-STABLE)
-                2023-XX-XX XX:XX:XX UTC (releng/12.4, 12.4-RELEASE-pXX)
+                13.2 and later.", "FreeBSD 13.x", or "FreeBSD 14.0">
+Corrected:      2024-XX-XX XX:XX:XX UTC (stable/14, 14.0-STABLE)
+                2024-XX-XX XX:XX:XX UTC (releng/14.0, 14.0-RELEASE-pXX)
+                2024-XX-XX XX:XX:XX UTC (stable/13, 13.2-STABLE)
+                2024-XX-XX XX:XX:XX UTC (releng/13.2, 13.2-RELEASE-pXX)
 
 For general information regarding FreeBSD Errata Notices and Security
 Advisories, including descriptions of the fields above, security
@@ -60,8 +58,8 @@ Perform one of the following:
 1) To update your system via a binary patch:
 
 Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms,
-or the i386 platform on FreeBSD 13 and earlier, can be updated via
-the freebsd-update(8) utility:
+or the i386 platform on FreeBSD 13, can be updated via the freebsd-update(8)
+utility:
 
 # freebsd-update fetch
 # freebsd-update install
@@ -75,7 +73,7 @@ FreeBSD release branches.
 a) Download the relevant patch from the location below, and verify the
 detached PGP signature using your PGP utility.
 
-[FreeBSD 12.4]
+[FreeBSD 13.2]
 # 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
@@ -121,12 +119,8 @@ stable/14/                              XXXXXXXXXXXX    stable/14-nXXXXXX
 releng/14.0/                            XXXXXXXXXXXX  releng/14.0-nXXXXXX
 stable/13/                              XXXXXXXXXXXX    stable/13-nXXXXXX
 releng/13.2/                            XXXXXXXXXXXX  releng/13.2-nXXXXXX
-stable/12/                                                        rXXXXXX
-releng/12.4/                                                      rXXXXXX
 -------------------------------------------------------------------------
 
-For FreeBSD 13 and later:
-
 Run the following command to see which files were modified by a
 particular commit:
 
@@ -141,17 +135,6 @@ nNNNNNN in the table above), run:
 
 # git rev-list --count --first-parent HEAD
 
-For FreeBSD 12 and earlier:
-
-Run the following command to see which files were modified by a particular
-revision, replacing NNNNNN with the revision number:
-
-# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base
-
-Or visit the following URL, replacing NNNNNN with the revision number:
-
-<URL:https://svnweb.freebsd.org/base?view=revision&revision=NNNNNN>
-
 VII. References
 
 <other info on the problem>