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>2020-03-21 15:34:41 +0300
committerGitHub <noreply@github.com>2020-03-21 15:34:41 +0300
commit6e9482a5711ddecc13e7a7b851a7b17fcd99abd8 (patch)
treec1c3c9f5b12535ec9ff11beb316639311196428d /db
parent50fc3f816a87824f0891b25d099b7270743e99fa (diff)
parent6356b3adb180d05f71514ea91455d513586ae71e (diff)
Merge branch 'master' into netbsd-eol
Diffstat (limited to 'db')
-rw-r--r--db/software-eol.db13
1 files changed, 7 insertions, 6 deletions
diff --git a/db/software-eol.db b/db/software-eol.db
index a1eb43c7..b3285487 100644
--- a/db/software-eol.db
+++ b/db/software-eol.db
@@ -4,13 +4,14 @@
# This file has 4 fields:
# 1) category
# 2) name
-# 3) date (human-readable)
-# 4) converted date (seconds since epoch)
+# 3) date (human-readable) or empty
+# 4) converted date (seconds since epoch) or -1
#
# Date can be converted on Linux using: date "+%s" --date=2020-01-01
#
-# Note: For rolling releases or releases that do not (currently have an
-# EOL date, leave field three empty and set field four to -1.
+# Notes:
+# For rolling releases or releases that do not (currently have an EOL date, leave field three empty and set field four to -1.
+# Full string for CentOS can be something like 'CentOS Linux 8 (Core)'. As this does not correctly match, shorter string is used for matching.
#
# Amazon Linux
#
@@ -25,8 +26,8 @@ os:Arch Linux::-1:
#
os:CentOS release 5:2017-03-31:1490911200:
os:CentOS release 6:2020-11-30:1606690800:
-os:CentOS Linux release 7:2024-06-30:1719698400:
-os:CentOS Linux 7 (Core):2024-06-30:1719698400:
+os:CentOS Linux 7:2024-06-30:1719698400:
+os:CentOS Linux 8:2029-05-31:1874872800:
#
# Debian - https://wiki.debian.org/DebianReleases#Production_Releases
#