Skip to content

Commit 149a13a

Browse files
authored
Merge pull request #1451 from st739/master
AIX EOL updates
2 parents 9ee5b71 + d733780 commit 149a13a

File tree

1 file changed

+276
-0
lines changed

1 file changed

+276
-0
lines changed

software-eol.db

Lines changed: 276 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,276 @@
1+
#
2+
# End-of-life for operating systems and software
3+
#
4+
# This file has 4 fields:
5+
# 1) category
6+
# 2) name
7+
# 3) date (human-readable) or empty
8+
# 4) converted date (seconds since epoch) or -1
9+
#
10+
# Date can be converted on Linux using: date "+%s" --date=2020-01-01
11+
# Seconds since epoch can be verified using: date -d @1467324000 +'%Y-%m-%d'
12+
#
13+
# Notes:
14+
# For rolling releases or releases that do not (currently have an EOL date, leave field three empty and set field four to -1.
15+
# Full string for CentOS can be something like 'CentOS Linux 8 (Core)'. As this does not correctly match, shorter string is used for matching.
16+
#
17+
# AIX - https://www.ibm.com/support/pages/aix-support-lifecycle-information
18+
#
19+
os:AIX 7300-02:2026-11-30:1796032800:
20+
os:AIX 7300-01:2025-12-31:1767175200:
21+
os:AIX 7300-00:2024-12-31:1735639200:
22+
os:AIX 7200-05::-1:
23+
os:AIX 7200-04:2022-11-30:1669802400:
24+
os:AIX 7200-03:2021-09-30:1632996000:
25+
os:AIX 7200-02:2020-10-31:1604138400:
26+
os:AIX 7200-01:2019-11-30:1575108000:
27+
os:AIX 7200-00:2018-12-30:1546164000:
28+
os:AIX 7100:2023-04-30:1682848800:
29+
os:AIX 6:2017-04-30:1493546400:
30+
os:AIX 5:2012-04-30:1335780000:
31+
os:AIX 4:2003-12-31:1072864800:
32+
os:AIX 3:1997-12-31:883562400:
33+
#
34+
# Alpine - https://alpinelinux.org/releases/
35+
#
36+
os:Alpine 3.15:2023-11-01:1698793200
37+
os:Alpine 3.14:2023-05-01:1682899200
38+
os:Alpine 3.13:2022-11-01:1667275200
39+
os:Alpine 3.12:2022-05-01:1651377600
40+
os:Alpine 3.11:2021-11-01:1635739200
41+
os:Alpine 3.10:2021-05-01:1619841600
42+
os:Alpine 3.9:2020-11-01:1604203200
43+
os:Alpine 3.8:2020-05-01:1588305600
44+
#
45+
# Amazon Linux
46+
#
47+
# Note: shortest entry is listed at end due to regular expression matching being used
48+
os:Amazon Linux 2:2023-06-26:1687730400:
49+
os:Amazon Linux:2020-06-30:1593468000:
50+
#
51+
# Arch Linux
52+
#
53+
os:Arch Linux::-1:
54+
#
55+
# CentOS
56+
#
57+
os:CentOS release 5:2017-03-31:1490911200:
58+
os:CentOS release 6:2020-11-30:1606690800:
59+
os:CentOS Linux 7:2024-06-30:1719698400:
60+
os:CentOS Linux 8:2029-05-31:1874872800:
61+
#
62+
# Debian - https://wiki.debian.org/DebianReleases#Production_Releases
63+
#
64+
os:Debian 5.0:2012-02-06:1328482800:
65+
os:Debian 6.0:2016-02-29:1456700400:
66+
os:Debian 7:2018-05-31:1527717600:
67+
os:Debian 8:2020-06-30:1593468000:
68+
os:Debian 9:2022-01-01:1640991600:
69+
os:Debian 10:2022-01-01:1640991600:
70+
#
71+
# Fedora - https://fedoraproject.org/wiki/End_of_life
72+
#
73+
os:Fedora release 25:2017-12-12:1513033200:
74+
os:Fedora release 26:2018-05-29:1527544800:
75+
os:Fedora release 27:2018-11-30:1543532400:
76+
os:Fedora release 28:2019-05-28:1558994400:
77+
os:Fedora release 29:2019-11-26:1574722800:
78+
os:Fedora release 30:2020-05-26:1590444000:
79+
#
80+
# FreeBSD - https://www.freebsd.org/security/unsupported.html
81+
#
82+
os:FreeBSD 9.3:2014-12-31:1419980400:
83+
os:FreeBSD 10.0:2015-02-28:1425078000:
84+
os:FreeBSD 10.1:2016-12-31:1483138800:
85+
os:FreeBSD 10.2:2016-12-31:1483138800:
86+
os:FreeBSD 10.3:2018-04-30:1525039200:
87+
os:FreeBSD 10.4:2018-10-31:1540940400:
88+
os:FreeBSD 11.0:2017-11-30:1511996400:
89+
os:FreeBSD 11.1:2018-09-30:1538258400:
90+
os:FreeBSD 11.2:2019-10-31:1572476400:
91+
os:FreeBSD 12.0:2020-02-29:1582930800:
92+
#
93+
# Linux Mint
94+
#
95+
os:Linux Mint 18:2021-04-01:1617228000:
96+
os:Linux Mint 19:2023-04-01:1680300000:
97+
os:Linux Mint 20:2025-04-01:1743458400:
98+
#
99+
# macOS - https://support.apple.com/en_US/downloads/macos and
100+
# https://apple.stackexchange.com/a/282788 and
101+
# https://en.wikipedia.org/wiki/Category:MacOS_versions
102+
#
103+
os:Mac OS X 10.0 \(Cheetah\):2002-09-18:1032300000:
104+
os:Mac OS X 10.1 \(Puma\):2003-11-10:1068418800:
105+
os:Mac OS X 10.2 \(Jaguar\):2005-05-16:1116194400:
106+
os:Mac OS X 10.3 \(Panther\):2007-11-15:1195081200:
107+
os:Mac OS X 10.4 \(Tiger\):2009-09-10:1252533600:
108+
os:Mac OS X 10.5 \(Leopard\):2011-06-23:1308780000:
109+
os:Mac OS X 10.6 \(Snow Leopard\):2013-12-16:1387148400:
110+
os:Mac OS X 10.7 \(Lion\):2014-11-17:1416178800:
111+
os:Mac OS X 10.8 \(Mountain Lion\):2015-10-21:1445378400:
112+
os:Mac OS X 10.9 \(Mavericks\):2016-10-24:1477260000:
113+
os:Mac OS X 10.10 \(Yosemite\):2017-10-31:1509404400:
114+
os:Mac OS X 10.11 \(El Capitan\):2018-10-30:1540854000:
115+
os:macOS Sierra \(10.12\):2016-10-24:1477260000:
116+
os:macOS Sierra \(10.12.1\):2016-12-13:1481583600:
117+
os:macOS Sierra \(10.12.2\):2017-01-23:1485126000:
118+
os:macOS Sierra \(10.12.3\):2017-03-27:1490565600:
119+
os:macOS Sierra \(10.12.4\):2017-05-15:1494799200:
120+
os:macOS Sierra \(10.12.5\):2017-07-19:1500415200:
121+
os:macOS Sierra \(10.12.6\):2019-10-29:1572303600:
122+
os:macOS High Sierra \(10.13\):2017-10-31:1509404400:
123+
os:macOS High Sierra \(10.13.1\):2017-12-06:1512514800:
124+
os:macOS High Sierra \(10.13.2\):2018-01-23:1516662000:
125+
os:macOS High Sierra \(10.13.3\):2018-03-29:1522274400:
126+
os:macOS High Sierra \(10.13.4\):2018-06-01:1527804000:
127+
os:macOS High Sierra \(10.13.5\):2018-07-09:1531087200:
128+
os:macOS High Sierra \(10.13.6\)::-1:
129+
os:macOS Mojave \(10.14\):2018-10-30:1540854000:
130+
os:macOS Mojave \(10.14.1\):2018-12-05:1543964400:
131+
os:macOS Mojave \(10.14.2\):2019-01-22:1548111600:
132+
os:macOS Mojave \(10.14.3\):2019-03-25:1553468400:
133+
os:macOS Mojave \(10.14.4\):2019-05-13:1557698400:
134+
os:macOS Mojave \(10.14.5\):2019-07-22:1563746400:
135+
os:macOS Mojave \(10.14.6\)::-1:
136+
os:macOS Catalina \(10.15\):2019-10-29:1572303600:
137+
os:macOS Catalina \(10.15.1\):2019-12-10:1575932400:
138+
os:macOS Catalina \(10.15.2\):2020-01-28:1580166000:
139+
os:macOS Catalina \(10.15.3\):2020-03-24:1585004400:
140+
os:macOS Catalina \(10.15.4\):2020-05-26:1590444000:
141+
os:macOS Catalina \(10.15.5\):2020-07-15:1594764000:
142+
os:macOS Catalina \(10.15.6\):2020-09-24:1600898400:
143+
os:macOS Catalina \(10.15.7\)::-1:
144+
#
145+
# Mageia - https://www.mageia.org/en/support/
146+
#
147+
os:Mageia 1:2012-12-01:1354316400
148+
os:Mageia 2:2013-11-22:1385074800
149+
os:Mageia 3:2014-11-26:1416956400
150+
os:Mageia 4:2015-09-19:1442613600
151+
os:Mageia 5:2017-12-31:1514674800
152+
os:Mageia 6:2019-09-30:1569794400
153+
os:Mageia 7:2020-12-30:1609282800
154+
#
155+
# NetBSD - https://www.netbsd.org/support/security/release.html and
156+
# https://www.netbsd.org/releases/formal.html
157+
#
158+
os:NetBSD 2.0:2008-01-19:1200697200:
159+
os:NetBSD 2.0.1:2008-01-19:1200697200:
160+
os:NetBSD 2.0.2:2008-01-19:1200697200:
161+
os:NetBSD 2.0.3:2008-01-19:1200697200:
162+
os:NetBSD 2.1:2008-01-19:1200697200:
163+
os:NetBSD 3.0:2009-09-29:1254175200:
164+
os:NetBSD 3.0.1:2009-09-29:1254175200:
165+
os:NetBSD 3.0.2:2009-09-29:1254175200:
166+
os:NetBSD 3.1:2009-09-29:1254175200:
167+
os:NetBSD 4.0:2012-11-17:1353106800:
168+
os:NetBSD 4.0.1:2012-11-17:1353106800:
169+
os:NetBSD 5.0:2015-11-17:1447714800:
170+
os:NetBSD 5.0.1:2015-10-17:1445032800:
171+
os:NetBSD 5.0.2:2015-10-17:1445032800:
172+
os:NetBSD 5.1:2015-10-17:1445032800:
173+
os:NetBSD 5.1.1:2015-10-17:1445032800:
174+
os:NetBSD 5.1.2:2015-10-17:1445032800:
175+
os:NetBSD 5.1.3:2015-10-17:1445032800:
176+
os:NetBSD 5.1.4:2015-10-17:1445032800:
177+
os:NetBSD 5.1.5:2015-10-17:1445032800:
178+
os:NetBSD 5.2.1:2015-10-17:1445032800:
179+
os:NetBSD 5.2.2:2015-10-17:1445032800:
180+
os:NetBSD 5.2.3:2015-10-17:1445032800:
181+
os:NetBSD 6.0:2017-09-17:1505599200:
182+
os:NetBSD 6.0.1:2017-09-17:1505599200:
183+
os:NetBSD 6.0.2:2017-09-17:1505599200:
184+
os:NetBSD 6.0.3:2017-09-17:1505599200:
185+
os:NetBSD 6.0.4:2017-09-17:1505599200:
186+
os:NetBSD 6.0.5:2017-09-17:1505599200:
187+
os:NetBSD 6.1:2017-09-17:1505599200:
188+
os:NetBSD 6.1.1:2017-09-17:1505599200:
189+
os:NetBSD 6.1.2:2017-09-17:1505599200:
190+
os:NetBSD 6.1.3:2017-09-17:1505599200:
191+
os:NetBSD 6.1.4:2017-09-17:1505599200:
192+
os:NetBSD 6.1.5:2017-09-17:1505599200:
193+
os:NetBSD 7.0:2020-03-14:1584162000:
194+
os:NetBSD 7.0.1:2020-03-14:1584162000:
195+
os:NetBSD 7.0.2:2020-03-14:1584162000:
196+
os:NetBSD 7.1:2020-03-14:1584162000:
197+
os:NetBSD 7.1.1:2020-03-14:1584162000:
198+
os:NetBSD 7.1.1:2020-03-14:1584162000:
199+
os:NetBSD 7.2:2020-03-14:1584162000:
200+
os:NetBSD 8.0::-1:
201+
os:NetBSD 8.1::-1:
202+
os:NetBSD 9.0::-1:
203+
#
204+
# OpenBSD - https://en.wikipedia.org/wiki/OpenBSD_version_history
205+
#
206+
os:OpenBSD 5.8:2016-09-01:1472680800:
207+
os:OpenBSD 5.9:2017-04-11:1491861600:
208+
os:OpenBSD 6.0:2017-09-10:1505001600:
209+
os:OpenBSD 6.1:2018-04-15:1523750400:
210+
os:OpenBSD 6.2:2018-10-18:1539820800:
211+
os:OpenBSD 6.3:2019-05-03:1556841600:
212+
os:OpenBSD 6.4:2019-10-17:1571270400:
213+
os:OpenBSD 6.5:2020-05-19:1589846400:
214+
os:OpenBSD 6.6:2020-10-01:1601510400:
215+
os:OpenBSD 6.7:2021-05-01:1619827200:
216+
#
217+
# Red Hat Enterprise Linux - https://access.redhat.com/labs/plcc/
218+
#
219+
os:Red Hat Enterprise Linux Server release 6:2020-11-30:1606690800:
220+
os:Red Hat Enterprise Linux 7:2024-06-30:1719698400:
221+
os:Red Hat Enterprise Linux 8:2029-05-07:1872799200:
222+
#
223+
# Slackware - https://en.wikipedia.org/wiki/Slackware#Releases
224+
#
225+
os:Slackware Linux 8.1:2012-08-01:1343768400:
226+
os:Slackware Linux 9.0:2012-08-01:1343768400:
227+
os:Slackware Linux 9.1:2012-08-01:1343768400:
228+
os:Slackware Linux 10.0:2012-08-01:1343768400:
229+
os:Slackware Linux 10.1:2012-08-01:1343768400:
230+
os:Slackware Linux 10.2:2012-08-01:1343768400:
231+
os:Slackware Linux 11.0:2012-08-01:1343768400:
232+
os:Slackware Linux 12.0:2012-08-01:1343768400:
233+
os:Slackware Linux 12.1:2013-12-09:1386540000:
234+
os:Slackware Linux 12.2:2013-12-09:1386540000:
235+
os:Slackware Linux 13.0:2018-07-05:1530738000:
236+
os:Slackware Linux 13.1:2018-07-05:1530738000:
237+
os:Slackware Linux 13.37:2018-07-05:1530738000:
238+
#
239+
# SuSE - https://www.suse.com/lifecycle/
240+
#
241+
os:SUSE Linux Enterprise Server 12:2024-10-31:1730329200:
242+
os:SUSE Linux Enterprise Server 15:2028-07-31:1848607200:
243+
#
244+
# Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack and
245+
# https://wiki.ubuntu.com/Releases
246+
#
247+
os:Ubuntu 14.04:2019-05-01:1556661600:
248+
os:Ubuntu 14.10:2015-07-01:1435701600:
249+
os:Ubuntu 15.04:2016-01-01:1451602800:
250+
os:Ubuntu 15.10:2016-07-01:1467324000:
251+
os:Ubuntu 16.04:2021-05-01:1619820000:
252+
os:Ubuntu 16.10:2017-07-01:1498860000:
253+
os:Ubuntu 17.04:2018-01-01:1514761200:
254+
os:Ubuntu 17.10:2018-07-01:1530396000:
255+
os:Ubuntu 18.04:2023-05-01:1682892000:
256+
os:Ubuntu 18.10:2019-07-18:1563400800:
257+
os:Ubuntu 19.04:2020-01-01:1577833200:
258+
os:Ubuntu 20.04:2025-04-01:1743458400:
259+
#
260+
# OmniosCE - https://omniosce.org/releasenotes.html
261+
#
262+
os:OmniOS Community Edition v11 r151022:2020-05-11:1589148000:
263+
os:OmniOS Community Edition v11 r151024:2018-11-04:1541286000:
264+
os:OmniOS Community Edition v11 r151026:2019-05-05:1557007200:
265+
os:OmniOS Community Edition v11 r151028:2019-11-04:1572822000:
266+
os:OmniOS Community Edition v11 r151030::-1:
267+
os:OmniOS Community Edition v11 r151032:2020-11-03:1604358000:
268+
os:OmniOS Community Edition v11 r151034::-1:
269+
#
270+
## Oracle Solaris - https://www.oracle.com/us/support/library/lifetime-support-hardware-301321.pdf (p. 34)
271+
# The list below contains Premier Support End only
272+
#
273+
os:Oracle Solaris 11.3:2021-01-01:1609455600:
274+
os:Oracle Solaris 11.4:2031-11-01:1951254000:
275+
#
276+
# EOF

0 commit comments

Comments
 (0)