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/extras
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-05-13 15:50:43 +0300
committermboelen <michael@cisofy.com>2015-05-13 15:50:43 +0300
commite0f9536761fbfa282ad089554c6f313f32b06a3a (patch)
treedd93071fb387e264d9552e0daa90fb0c755d4758 /extras
parent893e17d982bb8072b5a49d3931b2b99e587a6752 (diff)
Updated spec file with description, website and documentation link, version bump
Diffstat (limited to 'extras')
-rw-r--r--extras/lynis.spec42
1 files changed, 22 insertions, 20 deletions
diff --git a/extras/lynis.spec b/extras/lynis.spec
index 997a386f..3ff52e7a 100644
--- a/extras/lynis.spec
+++ b/extras/lynis.spec
@@ -3,6 +3,8 @@
# Lynis spec file
# -----------------
#
+# This file helps to create your custom RPM package of Lynis.
+#
# Usage:
# - Adjust version number (Version:)
# - Check if you have the directories in your home directory (or adjust topdir)
@@ -12,9 +14,9 @@
#
#################################################################################
#
-# (c) 2014 Michael Boelen
+# Copyright 2015 CISOfy
#
-# Website: http://cisofy.com/
+# Documentation: https://cisofy.com/documentation/lynis/upgrading/
#
#################################################################################
@@ -27,30 +29,32 @@
Summary: Security and system auditing tool.
Name: lynis
-Version: 1.6.2
+Version: 2.1.1
Release: 1
License: GPL
Group: Applications/System
Source: lynis-%{version}.tar.gz
BuildRoot: /tmp/lynis-root
-URL: http://cisofy.com/
-Vendor: CISOfy / Michael Boelen
-Packager: Michael Boelen <michael@rootkit.nl>
+URL: https://cisofy.com/
+Vendor: CISOfy
+Packager: Michael Boelen <michael.boelen@cisofy.com>
BuildArch: noarch
%description
-Lynis is a security tool to audit and harden Unix/Linux based systems. It scans a
-system and provides the user with suggestion and warnings regarding taken security
-measures. Examples include:
- - Security enhancements
- - Logging and auditing options
- - Banner identification
- - Software availability
- - Missing security patches
+Lynis is an security auditing and hardening tool for Unix derivatives like Linux, BSD
+and Solaris. It performs an in-depth security scan on the system to detect software
+and security issues. Besides information related to security, it will also scan for
+general system information, installed packages, and possible
+configuration issues.
+
+This software is aimed at assisting with automated auditing, configuration management,
+software patch management, penetration testing, vulnerability management, and malware
+scanning of Unix-based systems.
Lynis is released as a GPLv3 licensed project and free for everyone to use.
+Commercial support and extensions are available.
-See http://cisofy.com for a full description and documentation.
+See https://cisofy.com for a full description and documentation.
%prep
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
@@ -84,11 +88,6 @@ install plugins/* ${RPM_BUILD_ROOT}%{_pluginsdir}
install -d ${RPM_BUILD_ROOT}%{_dbdir}
install db/* ${RPM_BUILD_ROOT}%{_dbdir}
-
-# Patch default paths (not required for 1.1.2+)
-#sed -i -e 's#INCLUDEDIR="include"#INCLUDEDIR="%{_includedir}"#g' ${RPM_BUILD_ROOT}/usr/bin/lynis
-#sed -i -e 's#PROFILE="default.prf"#PROFILE="/etc/lynis/default.prf"#g' ${RPM_BUILD_ROOT}/usr/bin/lynis
-
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
@@ -111,6 +110,9 @@ install db/* ${RPM_BUILD_ROOT}%{_dbdir}
#%attr(644, root, root) %{_plugindir}/*
%changelog
+* Wed May 13 2015 Michael Boelen - 1.1.9-1
+- Changed website address, version bump
+
* Sun Sep 14 2014 Michael Boelen - 1.1.8-1
- Changed permissions with regards of pentest option