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-07 13:55:21 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-07 13:55:21 +0300
commit015447321964162bb9d6f257006c69ef40c532ea (patch)
treec309cd144bbd6e441af5eadb2ac3f0230fb7ec60
parentc83f87853fbd69e5dcb0f9e687035af73380e2fb (diff)
Release 2.7.22.7.2
-rw-r--r--CHANGELOG.md10
-rwxr-xr-xlynis6
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd58385c..c7027158 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,26 @@
# Lynis Changelog
-## Lynis 2.7.2 (not released yet)
+## Lynis 2.7.2 (2019-03-07)
### Added
- AUTH-9409 - Support for doas (OpenBSD)
- AUTH-9410 - Test file permissions of doas configuration
+- BOOT-5117 - Support for systemd-boot boot loader added
+- BOOT-5177 - Simplify service filter and allow multiple dots in service names
- BOOT-5262 - Check OpenBSD boot daemons
- BOOT-5263 - Test permissions for boot files and scripts
- Support for end-of-life detection of the operating system
- New 'lynis show eol' command
+- Korean translation
### Changed
- AUTH-9252 - Adds support for files in sudoers.d
- AUTH-9252 - Test extended to check file and directory ownership
+- BOOT-5122 - Use NONE instead of WARNING if no password is set
- FIRE-4540 - Modify test to better measure rules
-- NETW-2704Ignore inline comments in /etc/resolv.conf
+- KRNL-5788 - Resolve false positive warning on missing /vmlinuz
+- NETW-2704 - Ignore inline comments in /etc/resolv.conf
+- PKGS-7388 - Improve detection for security archive
- RPi/Raspian path to PAM_FILE_LOCATIONS
diff --git a/lynis b/lynis
index e2ff0fdf..773caa24 100755
--- a/lynis
+++ b/lynis
@@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2019-02-26"
- PROGRAM_RELEASE_TIMESTAMP=1548942179
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2019-03-07"
+ PROGRAM_RELEASE_TIMESTAMP=1551949337
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.7.2"
# Source, documentation and license