From b3e1fc67c8f21217bc5e2a9a60b3ab3920982864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 15 Jun 2020 01:35:00 +0200 Subject: [PATCH 1/4] add Fedora EOL, update other releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- db/software-eol.db | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/db/software-eol.db b/db/software-eol.db index b3285487..426560c8 100644 --- a/db/software-eol.db +++ b/db/software-eol.db @@ -48,6 +48,8 @@ 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: +os:FreeBSD 11.2:2019-10-31:1572476400: +os:FreeBSD 12.0:2020-02-29:1582930800: # # NetBSD - https://www.netbsd.org/support/security/release.html and # https://www.netbsd.org/releases/formal.html @@ -102,8 +104,17 @@ os:NetBSD 9.0::-1: # os:OpenBSD 5.8:2016-09-01:0: os:OpenBSD 5.9:2017-04-11:0: +os:OpenBSD 6.0:2017-09-10:0: +os:OpenBSD 6.1:2018-04-15:0: +os:OpenBSD 6.2:2018-10-18:0: +os:OpenBSD 6.3:2019-05-03:0: +os:OpenBSD 6.4:2019-10-17:0: +os:OpenBSD 6.5:2020-05-19:0: +os:OpenBSD 6.6:2020-10-01:0: +os:OpenBSD 6.7:2021-05-01:0: # -# Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack +# Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack and +# https://wiki.ubuntu.com/Releases # os:Ubuntu 14.04:2019-05-01:1556661600: os:Ubuntu 14.10:2015-07-01:0: @@ -116,6 +127,7 @@ os:Ubuntu 17.10:2018-07-01:1530396000: os:Ubuntu 18.04:2023-05-01:1682892000: os:Ubuntu 18.10:2019-07-18:1563400800: os:Ubuntu 19.04:2020-01-01:1577833200: +os:Ubuntu 20.04:2025-04-01:1743458400 # # Slackware - https://en.wikipedia.org/wiki/Slackware#Releases # @@ -132,3 +144,12 @@ os:Slackware Linux 12.2:2013-12-09:1386540000: os:Slackware Linux 13.0:2018-07-05:1530738000: os:Slackware Linux 13.1:2018-07-05:1530738000: os:Slackware Linux 13.37:2018-07-05:1530738000: +# +# Fedora - https://fedoraproject.org/wiki/End_of_life +# +os:Fedora release 25:2017-12-12:1513033200 +os:Fedora release 26:2018-05-29:1527544800 +os:Fedora release 27:2018-11-30:1543532400 +os:Fedora release 28:2019-05-28:1558994400 +os:Fedora release 29:2019-11-26:1574722800 +os:Fedora release 30:2020-05-26:1590444000 From ca6326a12bf9af53a6e818bb60d9e09beb5bd485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 15 Jun 2020 07:40:57 +0000 Subject: [PATCH 2/4] Update db/software-eol.db Co-authored-by: Jaimie <59117167+Jaimie85@users.noreply.github.com> --- db/software-eol.db | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/db/software-eol.db b/db/software-eol.db index 426560c8..6af4dba5 100644 --- a/db/software-eol.db +++ b/db/software-eol.db @@ -104,14 +104,14 @@ os:NetBSD 9.0::-1: # os:OpenBSD 5.8:2016-09-01:0: os:OpenBSD 5.9:2017-04-11:0: -os:OpenBSD 6.0:2017-09-10:0: -os:OpenBSD 6.1:2018-04-15:0: -os:OpenBSD 6.2:2018-10-18:0: -os:OpenBSD 6.3:2019-05-03:0: -os:OpenBSD 6.4:2019-10-17:0: -os:OpenBSD 6.5:2020-05-19:0: -os:OpenBSD 6.6:2020-10-01:0: -os:OpenBSD 6.7:2021-05-01:0: +os:OpenBSD 6.0:2017-09-10:1505001600: +os:OpenBSD 6.1:2018-04-15:1523750400: +os:OpenBSD 6.2:2018-10-18:1539820800: +os:OpenBSD 6.3:2019-05-03:1556841600: +os:OpenBSD 6.4:2019-10-17:1571270400: +os:OpenBSD 6.5:2020-05-19:1589846400: +os:OpenBSD 6.6:2020-10-01:1601510400: +os:OpenBSD 6.7:2021-05-01:1619827200: # # Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack and # https://wiki.ubuntu.com/Releases From 41ad9d380c1255a2b7e77e8e50e19ff650e8db1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 16 Jun 2020 09:05:55 +0200 Subject: [PATCH 3/4] update all EOL dates to seconds to epoch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- db/software-eol.db | 97 +++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 48 deletions(-) diff --git a/db/software-eol.db b/db/software-eol.db index 6af4dba5..d55cfdaa 100644 --- a/db/software-eol.db +++ b/db/software-eol.db @@ -8,6 +8,7 @@ # 4) converted date (seconds since epoch) or -1 # # Date can be converted on Linux using: date "+%s" --date=2020-01-01 +# Seconds since epoch can be verified using: date -d @1467324000 +'%Y-%m-%d' # # Notes: # For rolling releases or releases that do not (currently have an EOL date, leave field three empty and set field four to -1. @@ -40,55 +41,55 @@ os:Debian 10:2022-01-01:1640991600: # # 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: +os:FreeBSD 9.3:2014-12-31:1419980400: +os:FreeBSD 10.0:2015-02-28:1425078000: +os:FreeBSD 10.1:2016-12-31:1483138800: +os:FreeBSD 10.2:2016-12-31:1483138800: +os:FreeBSD 10.3:2018-04-30:1525039200: +os:FreeBSD 10.4:2018-10-31:1540940400: +os:FreeBSD 11.0:2017-11-30:1511996400: +os:FreeBSD 11.1:2018-09-30:1538258400: os:FreeBSD 11.2:2019-10-31:1572476400: os:FreeBSD 12.0:2020-02-29:1582930800: # # NetBSD - https://www.netbsd.org/support/security/release.html and # https://www.netbsd.org/releases/formal.html # -os:NetBSD 2.0:2008-01-19:0: -os:NetBSD 2.0.1:2008-01-19:0: -os:NetBSD 2.0.2:2008-01-19:0: -os:NetBSD 2.0.3:2008-01-19:0: -os:NetBSD 2.1:2008-01-19:0: -os:NetBSD 3.0:2009-09-29:0: -os:NetBSD 3.0.1:2009-09-29:0: -os:NetBSD 3.0.2:2009-09-29:0: -os:NetBSD 3.1:2009-09-29:0: -os:NetBSD 4.0:2012-11-17:0: -os:NetBSD 4.0.1:2012-11-17:0: -os:NetBSD 5.0:2015-11-17:0: -os:NetBSD 5.0.1:2015-10-17:0: -os:NetBSD 5.0.2:2015-10-17:0: -os:NetBSD 5.1:2015-10-17:0: -os:NetBSD 5.1.1:2015-10-17:0: -os:NetBSD 5.1.2:2015-10-17:0: -os:NetBSD 5.1.3:2015-10-17:0: -os:NetBSD 5.1.4:2015-10-17:0: -os:NetBSD 5.1.5:2015-10-17:0: -os:NetBSD 5.2.1:2015-10-17:0: -os:NetBSD 5.2.2:2015-10-17:0: -os:NetBSD 5.2.3:2015-10-17:0: -os:NetBSD 6.0:2017-09-17:0: -os:NetBSD 6.0.1:2017-09-17:0: -os:NetBSD 6.0.2:2017-09-17:0: -os:NetBSD 6.0.3:2017-09-17:0: -os:NetBSD 6.0.4:2017-09-17:0: -os:NetBSD 6.0.5:2017-09-17:0: -os:NetBSD 6.1:2017-09-17:0: -os:NetBSD 6.1.1:2017-09-17:0: -os:NetBSD 6.1.2:2017-09-17:0: -os:NetBSD 6.1.3:2017-09-17:0: -os:NetBSD 6.1.4:2017-09-17:0: -os:NetBSD 6.1.5:2017-09-17:0: +os:NetBSD 2.0:2008-01-19:1200697200: +os:NetBSD 2.0.1:2008-01-19:1200697200: +os:NetBSD 2.0.2:2008-01-19:1200697200: +os:NetBSD 2.0.3:2008-01-19:1200697200: +os:NetBSD 2.1:2008-01-19:1200697200: +os:NetBSD 3.0:2009-09-29:1254175200: +os:NetBSD 3.0.1:2009-09-29:1254175200: +os:NetBSD 3.0.2:2009-09-29:1254175200: +os:NetBSD 3.1:2009-09-29:1254175200: +os:NetBSD 4.0:2012-11-17:1353106800: +os:NetBSD 4.0.1:2012-11-17:1353106800: +os:NetBSD 5.0:2015-11-17:1447714800: +os:NetBSD 5.0.1:2015-10-17:1445032800: +os:NetBSD 5.0.2:2015-10-17:1445032800: +os:NetBSD 5.1:2015-10-17:1445032800: +os:NetBSD 5.1.1:2015-10-17:1445032800: +os:NetBSD 5.1.2:2015-10-17:1445032800: +os:NetBSD 5.1.3:2015-10-17:1445032800: +os:NetBSD 5.1.4:2015-10-17:1445032800: +os:NetBSD 5.1.5:2015-10-17:1445032800: +os:NetBSD 5.2.1:2015-10-17:1445032800: +os:NetBSD 5.2.2:2015-10-17:1445032800: +os:NetBSD 5.2.3:2015-10-17:1445032800: +os:NetBSD 6.0:2017-09-17:1505599200: +os:NetBSD 6.0.1:2017-09-17:1505599200: +os:NetBSD 6.0.2:2017-09-17:1505599200: +os:NetBSD 6.0.3:2017-09-17:1505599200: +os:NetBSD 6.0.4:2017-09-17:1505599200: +os:NetBSD 6.0.5:2017-09-17:1505599200: +os:NetBSD 6.1:2017-09-17:1505599200: +os:NetBSD 6.1.1:2017-09-17:1505599200: +os:NetBSD 6.1.2:2017-09-17:1505599200: +os:NetBSD 6.1.3:2017-09-17:1505599200: +os:NetBSD 6.1.4:2017-09-17:1505599200: +os:NetBSD 6.1.5:2017-09-17:1505599200: os:NetBSD 7.0:2020-03-14:1584162000: os:NetBSD 7.0.1:2020-03-14:1584162000: os:NetBSD 7.0.2:2020-03-14:1584162000: @@ -102,8 +103,8 @@ os:NetBSD 9.0::-1: # # 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: +os:OpenBSD 5.8:2016-09-01:1472680800: +os:OpenBSD 5.9:2017-04-11:1491861600: os:OpenBSD 6.0:2017-09-10:1505001600: os:OpenBSD 6.1:2018-04-15:1523750400: os:OpenBSD 6.2:2018-10-18:1539820800: @@ -117,9 +118,9 @@ os:OpenBSD 6.7:2021-05-01:1619827200: # https://wiki.ubuntu.com/Releases # 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 14.10:2015-07-01:1435701600: +os:Ubuntu 15.04:2016-01-01:1451602800: +os:Ubuntu 15.10:2016-07-01:1467324000: os:Ubuntu 16.04:2021-05-01:1619820000: os:Ubuntu 16.10:2017-07-01:1498860000: os:Ubuntu 17.04:2018-01-01:1514761200: From 78e7ce36afbbcba56fd65723f4d455de4d19ed6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 18 Jun 2020 10:15:13 +0200 Subject: [PATCH 4/4] add RHEL 6,7,8 EOL dates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 6ce0aa41c64f8146716de25d613e66cf53f08b0e) Signed-off-by: Thomas Sjögren --- db/software-eol.db | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/software-eol.db b/db/software-eol.db index d55cfdaa..beb4eff1 100644 --- a/db/software-eol.db +++ b/db/software-eol.db @@ -114,6 +114,12 @@ os:OpenBSD 6.5:2020-05-19:1589846400: os:OpenBSD 6.6:2020-10-01:1601510400: os:OpenBSD 6.7:2021-05-01:1619827200: # +# Red Hat Enterprise Linux - https://access.redhat.com/labs/plcc/ +# +os:Red Hat Enterprise Linux Server release 6:2020-11-30:1606690800: +os:Red Hat Enterprise Linux 7:2024-06-30:1719698400: +os:Red Hat Enterprise Linux 8:2029-05-07:1872799200: +# # Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack and # https://wiki.ubuntu.com/Releases #