From e0f9536761fbfa282ad089554c6f313f32b06a3a Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 13 May 2015 14:50:43 +0200 Subject: Updated spec file with description, website and documentation link, version bump --- extras/lynis.spec | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'extras') 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 +URL: https://cisofy.com/ +Vendor: CISOfy +Packager: Michael Boelen 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 -- cgit v1.2.3