[Bug 291077] Supply Supported Release information in machine-accessible format
Date: Sun, 15 Feb 2026 07:57:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291077
Vladlen Popolitov <vladlen@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Not A Bug
Status|New |Closed
CC| |vladlen@FreeBSD.org
--- Comment #1 from Vladlen Popolitov <vladlen@FreeBSD.org> ---
Currently it is accessible in the web in text format in link:
https://github.com/freebsd/freebsd-doc/blob/main/website/content/en/security/_index.adoc
Parse text file and csv like context:
[.tblbasic]
[cols=",,,",options="header",]
|===
|Branch |Release |Release Date |Expected EoL
|stable/15 |n/a |n/a |December 31, 2029
|releng/15.0 |15.0-RELEASE |December 2, 2025 |September 30, 2026
|stable/14 |n/a |n/a |November 30, 2028
|releng/14.3 |14.3-RELEASE |June 10, 2025 |June 30, 2026
|stable/13 |n/a |n/a |April 30, 2026
|releng/13.5 |13.5-RELEASE |March 11, 2025 |April 30, 2026
|===
It is the table description in AsciiDoc language. Look like regular CSV with
headers and with delimiter char "|".
--
You are receiving this mail because:
You are the assignee for the bug.