summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-11-14 14:19:44 +0100
committerKr1ss2020-11-14 14:19:44 +0100
commit8c53d094e5607897a77a4f32a46efdf200d311ac (patch)
treeeb1987446c5c1ef48410dfec8fd14cd6a84a9d99
parent8e7e7f8edb8dcf9a175e6cb6939886dbeec1a00e (diff)
downloadaur-8c53d094e5607897a77a4f32a46efdf200d311ac.tar.gz
update: lynis3 3.0.1-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG.md38
-rw-r--r--PKGBUILD4
3 files changed, 45 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b1aac00634..ca7986e668b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lynis3
pkgdesc = Security and system auditing tool to harden Unix/Linux systems
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://cisofy.com/lynis
changelog = CHANGELOG.md
@@ -12,13 +12,13 @@ pkgbase = lynis3
optdepends = bind-tools: nameserver tests
optdepends = iptables: firewall tests
optdepends = bash-completion: completion for bash
- provides = lynis=3.0.0
+ provides = lynis=3.0.1
conflicts = lynis
backup = etc/lynis/default.prf
- source = https://downloads.cisofy.com/lynis/lynis-3.0.0.tar.gz
- source = https://downloads.cisofy.com/lynis/lynis-3.0.0.tar.gz.asc
+ source = https://downloads.cisofy.com/lynis/lynis-3.0.1.tar.gz
+ source = https://downloads.cisofy.com/lynis/lynis-3.0.1.tar.gz.asc
validpgpkeys = 73AC9FC55848E977024D1A61429A566FD5B79251
- sha512sums = 2f156002ff1cfcd2333c95b57e82e76260364fa58419b9414f2bb461aa77a22c2f1af57a6a934e88030baeb69aa9c274045cfcef359eb496d10acd5b886cb856
+ sha512sums = e237984b404752bd0856e1cbb884d0191a1177023780d9d0f885538846e419fcb75302a33320ba41e5895cabca0ead094e1c49865677906e547e255b4f5aab41
sha512sums = SKIP
pkgname = lynis3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3198681e12fb..0728f8c9d1f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,43 @@
# Lynis Changelog
+## Lynis 3.0.1 (2020-10-05)
+
+### Added
+- Detection of Alpine Linux
+- Detection of CloudLinux
+- Detection of Kali Linux
+- Detection of Linux Mint
+- Detection of macOS Big Sur (11.0)
+- Detection of Pop!_OS
+- Detection of PHP 7.4
+- Malware detection tool: Microsoft Defender ATP
+- New flag: --slow-warning to allow tests more time before showing a warning
+- Test TIME-3185 to check systemd-timesyncd synchronized time
+- rsh host file permissions
+
+### Changed
+- AUTH-9229 - Added option for LOCKED accounts and bugfix for older bash versions
+- BOOT-5122 - Presence check for grub.d added
+- CRYP-7902 - Added support for certificates in DER format
+- CRYP-7931 - Added data to report
+- CRYP-7931 - Redirect errors (e.g. when swap is not encrypted)
+- FILE-6430 - Don't grep nonexistant modprobe.d files
+- FIRE-4535 - Set initial firewall state
+- INSE-8312 - Corrected text on screen
+- KRNL-5728 - Handle zipped kernel configuration correctly
+- KRNL-5830 - Improved version detection for non-symlinked kernel
+- MALW-3280 - Extended detection of BitDefender
+- TIME-3104 - Find more time synchronization commands
+- TIME-3182 - Corrected detection of time peers
+- Fix: hostid generation routine would sometimes show too short IDs
+- Fix: language detection
+- Generic improvements for macOS
+- German translation updated
+- End-of-life database updated
+- Several minor code enhancements
+
+---------------------------------------------------------------------------------
+
## Lynis 3.0.0 (2020-06-18)
This is a major release of Lynis and includes several big changes.
diff --git a/PKGBUILD b/PKGBUILD
index 660b7e18af23..7b8a15ba0184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=lynis3
_pkgname="${pkgname%[0-9]*}"
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
@@ -26,7 +26,7 @@ optdepends=('net-tools: networking tests'
changelog=CHANGELOG.md
backup=("etc/$_pkgname/default.prf")
source=("https://downloads.cisofy.com/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('2f156002ff1cfcd2333c95b57e82e76260364fa58419b9414f2bb461aa77a22c2f1af57a6a934e88030baeb69aa9c274045cfcef359eb496d10acd5b886cb856'
+sha512sums=('e237984b404752bd0856e1cbb884d0191a1177023780d9d0f885538846e419fcb75302a33320ba41e5895cabca0ead094e1c49865677906e547e255b4f5aab41'
'SKIP')
validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software Signing Key) <security@cisofy.com>