diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-09-30 18:55:39 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-09-30 18:55:39 +0000 |
commit | 289ff3426190a1df6c06465a748a5554dd92aecd (patch) | |
tree | 5fec24b1f8c377ce1d82d3e5f75958d73284c5ef /app-forensics/lynis | |
parent | Version bump, also fixes bug 523470 (diff) | |
download | gentoo-2-289ff3426190a1df6c06465a748a5554dd92aecd.tar.gz gentoo-2-289ff3426190a1df6c06465a748a5554dd92aecd.tar.bz2 gentoo-2-289ff3426190a1df6c06465a748a5554dd92aecd.zip |
Version bump, also fixes 522842
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'app-forensics/lynis')
-rw-r--r-- | app-forensics/lynis/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/lynis/lynis-1.5.9.ebuild | 51 | ||||
-rw-r--r-- | app-forensics/lynis/lynis-1.6.2.ebuild (renamed from app-forensics/lynis/lynis-1.5.6.ebuild) | 12 |
3 files changed, 15 insertions, 56 deletions
diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog index aa2199bc2834..8234e449b1b1 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.52 2014/08/11 20:39:36 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.53 2014/09/30 18:55:39 idl0r Exp $ + +*lynis-1.6.2 (30 Sep 2014) + + 30 Sep 2014; Christian Ruppert <idl0r@gentoo.org> -lynis-1.5.6.ebuild, + -lynis-1.5.9.ebuild, +lynis-1.6.2.ebuild: + Version bump, also fixes 522842 *lynis-1.5.9 (11 Aug 2014) diff --git a/app-forensics/lynis/lynis-1.5.9.ebuild b/app-forensics/lynis/lynis-1.5.9.ebuild deleted file mode 100644 index 216d4a3e4156..000000000000 --- a/app-forensics/lynis/lynis-1.5.9.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.9.ebuild,v 1.1 2014/08/11 20:39:36 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 -} diff --git a/app-forensics/lynis/lynis-1.5.6.ebuild b/app-forensics/lynis/lynis-1.6.2.ebuild index 863fbd7420b2..d9e50a4466ae 100644 --- a/app-forensics/lynis/lynis-1.5.6.ebuild +++ b/app-forensics/lynis/lynis-1.6.2.ebuild @@ -1,10 +1,10 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.6.2.ebuild,v 1.1 2014/09/30 18:55:39 idl0r Exp $ EAPI="5" -inherit eutils +inherit eutils bash-completion-r1 DESCRIPTION="Security and system auditing tool" HOMEPAGE="http://cisofy.com/lynis/" @@ -18,6 +18,8 @@ IUSE="" DEPEND="" RDEPEND="app-shells/bash" +S="${WORKDIR}/${PN}" + src_prepare() { # Bug 507438 epatch_user @@ -31,9 +33,11 @@ src_install() { exeinto /etc/cron.daily newexe "${FILESDIR}"/lynis.cron-new lynis + dobashcomp dev/bash_completion.d/lynis + # stricter default perms - bug 507436 - diropts -m0750 - insopts -m0640 + diropts -m0700 + insopts -m0600 insinto /usr/share/${PN} doins -r db/ include/ plugins/ |