Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-02-26 18:15:15 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-02-26 18:15:15 +0300
commit34a2742cdb14c11f965498621d36df78cdbc3303 (patch)
treef7ec8781ffb0600a4812a28190eb3e1ce41ed995 /db
parent672677bae1bd2fa2392d2afcb7e204662516679a (diff)
Initial support for end-of-life OS detection
Diffstat (limited to 'db')
-rw-r--r--db/software-eol.db22
1 files changed, 22 insertions, 0 deletions
diff --git a/db/software-eol.db b/db/software-eol.db
new file mode 100644
index 00000000..9bf96c12
--- /dev/null
+++ b/db/software-eol.db
@@ -0,0 +1,22 @@
+# End-of-life for operating systems and software
+# FreeBSD - https://www.freebsd.org/releases/
+os:FreeBSD 9.3:2014-07-01:
+os:FreeBSD 10.0:2014-01-01:
+os:FreeBSD 10.1:2014-11-01:
+os:FreeBSD 10.2:2015-08-01:
+os:FreeBSD 10.3:2016-04-01:
+os:FreeBSD 10.4:2017-10-01:
+os:FreeBSD 11.0:2016-10-01:
+os:FreeBSD 11.1:2017-07-01:
+# Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack
+os:Ubuntu 14.04:2019-05-01:
+os:Ubuntu 14.10:2015-07-01:
+os:Ubuntu 15.04:2016-01-01:
+os:Ubuntu 15.10:2016-07-01:
+os:Ubuntu 16.04:2021-05-01:
+os:Ubuntu 16.10:2017-07-01:
+os:Ubuntu 17.04:2018-01-01:
+os:Ubuntu 17.10:2018-07-01:
+os:Ubuntu 18.04:2023-05-01:
+os:Ubuntu 18.10:2019-07-01:
+os:Ubuntu 19.04:2020-01-01: \ No newline at end of file