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
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-03-04 14:33:03 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-04 14:33:03 +0300
commitf7a291a62f2e4747eb7624f06a0c34581cfb9f3f (patch)
tree18bbaa4963ef674f74e93483681f0d23095fca59 /db/software-eol.db
parent9d8b12e0f8683d5a0c93dd0aac845241e464119e (diff)
Use datestamps instead of date, due to compatibility with other platforms
Diffstat (limited to 'db/software-eol.db')
-rw-r--r--db/software-eol.db48
1 files changed, 29 insertions, 19 deletions
diff --git a/db/software-eol.db b/db/software-eol.db
index 9bf96c12..56b3cb76 100644
--- a/db/software-eol.db
+++ b/db/software-eol.db
@@ -1,22 +1,32 @@
+#
# 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
+#
# 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:
+os:FreeBSD 9.3:2014-07-01:1404165600:
+os:FreeBSD 10.0:2014-01-01:1388530800:
+os:FreeBSD 10.1:2014-11-01:0:
+os:FreeBSD 10.2:2015-08-01:0:
+os:FreeBSD 10.3:2016-04-01:0:
+os:FreeBSD 10.4:2017-10-01:0:
+os:FreeBSD 11.0:2016-10-01:0:
+os:FreeBSD 11.1:2017-07-01:0:
# 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
+os:Ubuntu 14.04:2019-05-01:0:
+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:0:
+os:Ubuntu 16.10:2017-07-01:0:
+os:Ubuntu 17.04:2018-01-01:0:
+os:Ubuntu 17.10:2018-07-01:0:
+os:Ubuntu 18.04:2023-05-01:1682892000:
+os:Ubuntu 18.10:2019-07-01:1561932000:
+os:Ubuntu 19.04:2020-01-01:1577833200: \ No newline at end of file