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
AgeCommit message (Collapse)Author
2022-01-31Corrected timestamp for Alpine 3.15Michael Boelen
2022-01-11Update EOL for Alpine Linux releaseSteve Kolenich
2021-09-01Update EOL for Alpine Linux releaseSteve Kolenich
2021-01-22Update EOL and URL for AlpineSteve Kolenich
2020-11-10Add OmniosCE and Solaris EOL datesSimon Biewald
2020-10-22Merge pull request #1008 from kolenichsj/masterMichael Boelen
Alpine Improvements
2020-10-20Update macOS EOLClaudia
2020-10-20Merge branch 'master' into macos-eolMichael Boelen
2020-10-19add Mageia EOL dates and grep /etc/mageia-releaseThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-08-10Added Alpine Linux EOL datesSteve Kolenich
2020-08-08Add macOS EOLClaudia
Apple doesn’t disclose when it stops providing security updates for macOS versions. There’s no consensus on when the exact EOL date is. Lacking that information, I applied the following ruleset, which is driven by what people have observed, and seems pragmatic enough: - From Mac OS X 10.0 through 10.4, a version 10.N would be considered EOL on the day the first patch-level update 10.(N+2).1 for its N+2 successor was released. - Starting with 10.5, Apple began to support three versions at the same time. For 10.5 itself, the EOL date is difficult to pin down so I went with 2011-06-23, the date given by the English-language Wikipedia. - From 10.6 through 10.11, a version 10.N would be considered EOL on the day the first patch-level update 10.(N+3).1 for its N+3 successor was released. - Starting with macOS Sierra (10.12), Lynis counts the patch level. Any version 10.N.P can be considered EOL on the day 10.N.(P+1) is released. If that hasn’t happened, the EOL date is the day 10.(N+3).1 is released. If neither has been released, 10.N.P has no EOL date.
2020-06-30Corrected Amazon Linux entriesMichael Boelen
Switched entries and added a note. Due to matching by regular expression, the shortest match would otherwise always win.
2020-06-25add SUSE Linux Enterprise Server EOLThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-06-21Added missing colonsMichael Boelen
2020-06-21Added Linux MintMichael Boelen
2020-06-21Reordered itemsMichael Boelen
2020-06-18add RHEL 6,7,8 EOL datesThomas Sjögren
(cherry picked from commit 6ce0aa41c64f8146716de25d613e66cf53f08b0e) Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-06-16update all EOL dates to seconds to epochThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-06-15Update db/software-eol.dbThomas Sjögren
Co-authored-by: Jaimie <59117167+Jaimie85@users.noreply.github.com>
2020-06-15add Fedora EOL, update other releasesThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-03-21Merge branch 'master' into netbsd-eolMichael Boelen
2020-03-20Add NetBSD EOL dataBrian Ginsbach
2020-03-20Add a way to signify undetermined EOLBrian Ginsbach
Replace setting an artificaly high date and converted date for operating systems with no EOL (rolling) or the EOL is still to be determined. This makes it easier for humans and saves making a comparison (when using an artifically high converted time) will always be false (EOL=0). An example entry os:AGreatOS 2.0::-1: The converted time (seconds since the epoch) could be specified as zero but this typically means the OS is out of date (now), A value of -1 is a convention indicating no EOL.
2020-03-20Shortened CentOS 7/8 strings to allow match and added noteMichael Boelen
2020-03-20Added CentOS 8 end-of-lifeMichael Boelen
2020-03-20Add CentOS 7 (Core)Michael Boelen
2019-09-03Ordering of entriesMichael Boelen
2019-09-03Add Debian EOL2*yo
2019-08-13Added data and detection of Amazon LinuxMichael Boelen
2019-08-13Added end-of-life data for Arch Linux (rolling)Michael Boelen
2019-07-07Changed Ubuntu 18.10 periodMichael Boelen
2019-06-12Added Slackware Linux EOLspyllyukko
2019-05-30update CentOS releases in software-eol.db (#721)Thomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2019-04-15Corrected CentOS entriesMichael Boelen
2019-03-05Corrected FreeBSD, added CentOS and OpenBSDMichael Boelen
2019-03-04Updated entriesMichael Boelen
2019-03-04Use datestamps instead of date, due to compatibility with other platformsMichael Boelen
2019-02-26Initial support for end-of-life OS detectionMichael Boelen