From 550fb86625147d2aa3c9c3a750d11cf726d093eb Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sun, 6 Jul 2014 11:13:40 +0000 Subject: Version bump. Also fixes wrong doc permissions, bug 515626 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B427ABC8) --- app-forensics/lynis/ChangeLog | 8 +++++- app-forensics/lynis/lynis-1.5.3.ebuild | 51 ---------------------------------- app-forensics/lynis/lynis-1.5.6.ebuild | 51 ++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 52 deletions(-) delete mode 100644 app-forensics/lynis/lynis-1.5.3.ebuild create mode 100644 app-forensics/lynis/lynis-1.5.6.ebuild (limited to 'app-forensics') diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog index b8e0e6e7ac86..fc2637fc5ab0 100644 --- a/app-forensics/lynis/ChangeLog +++ b/app-forensics/lynis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-forensics/lynis # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.50 2014/05/22 21:14:11 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.51 2014/07/06 11:13:40 idl0r Exp $ + +*lynis-1.5.6 (06 Jul 2014) + + 06 Jul 2014; Christian Ruppert -lynis-1.5.3.ebuild, + +lynis-1.5.6.ebuild: + Version bump. Also fixes wrong doc permissions, bug 515626 *lynis-1.5.3 (22 May 2014) diff --git a/app-forensics/lynis/lynis-1.5.3.ebuild b/app-forensics/lynis/lynis-1.5.3.ebuild deleted file mode 100644 index dfb4cf4f685c..000000000000 --- a/app-forensics/lynis/lynis-1.5.3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.5.3.ebuild,v 1.1 2014/05/22 21:14:11 idl0r Exp $ - -EAPI="5" - -inherit eutils - -DESCRIPTION="Security and system auditing tool" -HOMEPAGE="http://cisofy.com/lynis/" -SRC_URI="http://cisofy.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-shells/bash" - -src_prepare() { - # Bug 507438 - epatch_user -} - -src_install() { - # stricter default perms - bug 507436 - diropts -m0750 - insopts -m0640 - - insinto /usr/share/${PN} - doins -r db/ include/ plugins/ - - dosbin lynis - - insinto /etc/${PN} - doins default.prf - - doman lynis.8 - dodoc CHANGELOG FAQ README dev/TODO - - # Remove the old one during the next stabilize progress - exeinto /etc/cron.daily - newexe "${FILESDIR}"/lynis.cron-new lynis -} - -pkg_postinst() { - einfo - einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis." - einfo -} diff --git a/app-forensics/lynis/lynis-1.5.6.ebuild b/app-forensics/lynis/lynis-1.5.6.ebuild new file mode 100644 index 000000000000..863fbd7420b2 --- /dev/null +++ b/app-forensics/lynis/lynis-1.5.6.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.5.6.ebuild,v 1.1 2014/07/06 11:13:40 idl0r Exp $ + +EAPI="5" + +inherit eutils + +DESCRIPTION="Security and system auditing tool" +HOMEPAGE="http://cisofy.com/lynis/" +SRC_URI="http://cisofy.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="app-shells/bash" + +src_prepare() { + # Bug 507438 + epatch_user +} + +src_install() { + doman lynis.8 + dodoc CHANGELOG FAQ README dev/TODO + + # Remove the old one during the next stabilize progress + exeinto /etc/cron.daily + newexe "${FILESDIR}"/lynis.cron-new lynis + + # stricter default perms - bug 507436 + diropts -m0750 + insopts -m0640 + + insinto /usr/share/${PN} + doins -r db/ include/ plugins/ + + dosbin lynis + + insinto /etc/${PN} + doins default.prf +} + +pkg_postinst() { + einfo + einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis." + einfo +} -- cgit v1.2.3-65-gdbad