mirror of https://github.com/CISOfy/lynis.git
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
#
|
|
# End-of-life for operating systems and software
|
|
#
|
|
# This file has 4 fields:
|
|
# 1) category
|
|
# 2) name
|
|
# 3) date (human-readable)
|
|
# 4) converted date (seconds since epoch)
|
|
#
|
|
# Date can be converted on Linux using: date "+%s" --date=2020-01-01
|
|
#
|
|
# CentOS
|
|
#
|
|
os:CentOS 5:2017-03-31:1490911200:
|
|
os:CentOS 6:2020-11-30:1606690800:
|
|
os:CentOS 7:2024-06-30:1719698400:
|
|
#
|
|
# FreeBSD - https://www.freebsd.org/security/unsupported.html
|
|
#
|
|
os:FreeBSD 9.3:2014-12-31:0:
|
|
os:FreeBSD 10.0:2015-02-28:0:
|
|
os:FreeBSD 10.1:2016-12-31:0:
|
|
os:FreeBSD 10.2:2016-12-31:0:
|
|
os:FreeBSD 10.3:2018-04-30:0:
|
|
os:FreeBSD 10.4:2018-10-31:0:
|
|
os:FreeBSD 11.0:2017-11-30:0:
|
|
os:FreeBSD 11.1:2018-09-30:0:
|
|
#
|
|
# OpenBSD - https://en.wikipedia.org/wiki/OpenBSD_version_history
|
|
#
|
|
os:OpenBSD 5.8:2016-09-01:0:
|
|
os:OpenBSD 5.9:2017-04-11:0:
|
|
#
|
|
# Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack
|
|
#
|
|
os:Ubuntu 14.04:2019-05-01:1556661600:
|
|
os:Ubuntu 14.10:2015-07-01:0:
|
|
os:Ubuntu 15.04:2016-01-01:0:
|
|
os:Ubuntu 15.10:2016-07-01:0:
|
|
os:Ubuntu 16.04:2021-05-01:1619820000:
|
|
os:Ubuntu 16.10:2017-07-01:1498860000:
|
|
os:Ubuntu 17.04:2018-01-01:1514761200:
|
|
os:Ubuntu 17.10:2018-07-01:1530396000:
|
|
os:Ubuntu 18.04:2023-05-01:1682892000:
|
|
os:Ubuntu 18.10:2019-07-01:1561932000:
|
|
os:Ubuntu 19.04:2020-01-01:1577833200: |