summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-05-16 20:45:51 +0200
committerKr1ss2021-05-16 20:45:51 +0200
commit44d334cd59b28773ecd557887aadd0c944b26e3a (patch)
treed173b283906984566344ba5ddd1baf8382ebf7f0
parentf1298c13c6a86aae70e1713c5a5f4f7875484dae (diff)
downloadaur-44d334cd59b28773ecd557887aadd0c944b26e3a.tar.gz
update: lynis3 3.0.4-1
upstream release hat tip @andrej for notifying me
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG.md20
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a516ee53f3a9..aa1f8611964e 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.3
+ pkgver = 3.0.4
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.3
+ provides = lynis=3.0.4
conflicts = lynis
backup = etc/lynis/default.prf
- source = https://downloads.cisofy.com/lynis/lynis-3.0.3.tar.gz
- source = https://downloads.cisofy.com/lynis/lynis-3.0.3.tar.gz.asc
+ source = https://downloads.cisofy.com/lynis/lynis-3.0.4.tar.gz
+ source = https://downloads.cisofy.com/lynis/lynis-3.0.4.tar.gz.asc
validpgpkeys = 73AC9FC55848E977024D1A61429A566FD5B79251
- sha512sums = 850f832fd45a2e440973c414f2c98caf3add1666573f60ea70bf36f57dbf3ac1b354632f09271b34f85eba25079e564d758e237dcded743a132da771c5bce151
+ sha512sums = 0e31cab00302678019d4a3d617e376fa1e8ca981b5eeb5dd22ce6f821f33957db351a4cd81a06f44eb0a8ca5094b1a5c062021c637b37e848ed0451de0f6c7c4
sha512sums = SKIP
pkgname = lynis3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc357c7653ef..4799a218fb2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,30 @@
# Lynis Changelog
-## Lynis 3.0.3 (2021-01-07)
+## Lynis 3.0.4 (2021-05-11)
### Added
+- ACCT-9670 - Detection of cmd tooling
+- ACCT-9672 - Test cmd configuration file
+- BOOT-5140 - Check for ELILO boot loader presence
+- OS detection of AlmaLinux, Garuda Linux, Manjaro (ARM), and others
+
+### Changed
+- BOOT-5104 - Add service manager detection support for runit
+- FILE-6430 - Report suggestion only when at least one kernel module is not in the blacklist
+- FIRE-4540 - Corrected nftables empy ruleset test
+- LOGG-2138 - Do not check for klogd when metalog is being used
+- TIME-3185 - Improved support for Debian stretch
+- Corrected issue when Lynis is not executed directly from lynis directory
+
+---------------------------------------------------------------------------------
+## Lynis 3.0.3 (2021-01-07)
+
+### Added
- HRDN-7231 - Check for registered non-native binary formats
- OS detection of Parrot GNU/Linux
### Changed
-
- DBS-1816 - Force test to check only password authentication
- KRNL-5677 - Support for NetBSD
- Bugfix: command 'configure settings' did not work as intended
diff --git a/PKGBUILD b/PKGBUILD
index 9c5252ae3db7..e579b2379ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=lynis3
_pkgname="${pkgname%[0-9]*}"
-pkgver=3.0.3
+pkgver=3.0.4
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=('850f832fd45a2e440973c414f2c98caf3add1666573f60ea70bf36f57dbf3ac1b354632f09271b34f85eba25079e564d758e237dcded743a132da771c5bce151'
+sha512sums=('0e31cab00302678019d4a3d617e376fa1e8ca981b5eeb5dd22ce6f821f33957db351a4cd81a06f44eb0a8ca5094b1a5c062021c637b37e848ed0451de0f6c7c4'
'SKIP')
validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software Signing Key) <security@cisofy.com>