Bug 280193 - 13.2 not EOL'd on the website
Summary: 13.2 not EOL'd on the website
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-08 14:51 UTC by Wolfram Schneider
Modified: 2024-08-19 22:01 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2024-07-08 14:51:05 UTC
FreeBSD 13.2 has been EOL for a while, but the website still shows it as
supported, and links to non-existent download dirs for it:

https://www.freebsd.org/releases/
https://www.freebsd.org/security/#sup
https://www.freebsd.org/where/ (scroll down to "FreeBSD 13.2-RELEASE")
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-08 16:18:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=193e32eb7abaa4d57d82cab242f752d1c00b3cf6

commit 193e32eb7abaa4d57d82cab242f752d1c00b3cf6
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-07-08 16:16:58 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-07-08 16:16:58 +0000

    website: Deprecate 13.2-Release

    Modify web site according to
    https://docs.freebsd.org/en/articles/freebsd-releng/#releng-eol

    PR:             280193
    Reported by:    Vidar Karlsen <vidar@karlsen.tech>

 website/content/en/releases/_index.adoc            |  1 -
 website/content/en/security/_index.adoc            |  1 -
 website/content/en/where.adoc                      | 54 ----------------------
 website/static/security/advisory-template.txt      |  6 +--
 website/static/security/errata-template.txt        |  6 +--
 website/themes/beastie/layouts/index.html          |  1 -
 .../themes/beastie/layouts/partials/sidenav.html   |  1 -
 7 files changed, 4 insertions(+), 66 deletions(-)
Comment 2 Graham Perrin 2024-07-20 13:33:22 UTC
<https://www.freebsd.org/security/unsupported/> is outdated, needs 13.2.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-07-20 21:58:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8ef30c67937e92b52ce751ed83681dc3df871c4d

commit 8ef30c67937e92b52ce751ed83681dc3df871c4d
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-07-20 21:56:54 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-07-20 21:58:01 +0000

    13.2: Add to unsupported release list

    Update the EoL instructions to add this to the checklist.

    PR:     280193
    Reported by:    Graham Perrin

 documentation/content/en/articles/freebsd-releng/_index.adoc | 3 +++
 website/content/en/security/unsupported.adoc                 | 1 +
 2 files changed, 4 insertions(+)