summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-12-19 19:29:59 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-12-19 19:29:59 +0000
commit714d280a8493434743d2e15f433dfe427324a8ce (patch)
tree75ed17b06935da7314f995b81701fd805947538d /app-forensics
parentamd64 stable, bug 296443 (diff)
downloadgentoo-2-714d280a8493434743d2e15f433dfe427324a8ce.tar.gz
gentoo-2-714d280a8493434743d2e15f433dfe427324a8ce.tar.bz2
gentoo-2-714d280a8493434743d2e15f433dfe427324a8ce.zip
Version bump to 1.2.9. Clean up.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/lynis/ChangeLog8
-rw-r--r--app-forensics/lynis/lynis-1.2.7.ebuild41
-rw-r--r--app-forensics/lynis/lynis-1.2.9.ebuild (renamed from app-forensics/lynis/lynis-1.2.8.ebuild)4
3 files changed, 9 insertions, 44 deletions
diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog
index 0e73e98594b5..a24567f4a775 100644
--- a/app-forensics/lynis/ChangeLog
+++ b/app-forensics/lynis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-forensics/lynis
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.14 2009/12/10 21:22:32 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.15 2009/12/19 19:29:59 idl0r Exp $
+
+*lynis-1.2.9 (19 Dec 2009)
+
+ 19 Dec 2009; <idl0r@gentoo.org> -lynis-1.2.7.ebuild, -lynis-1.2.8.ebuild,
+ +lynis-1.2.9.ebuild:
+ Version bump to 1.2.9. Clean up.
10 Dec 2009; Christian Ruppert <idl0r@gentoo.org> lynis-1.2.8.ebuild:
Fix plugin installation.
diff --git a/app-forensics/lynis/lynis-1.2.7.ebuild b/app-forensics/lynis/lynis-1.2.7.ebuild
deleted file mode 100644
index 91d6646c124a..000000000000
--- a/app-forensics/lynis/lynis-1.2.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.7.ebuild,v 1.1 2009/11/03 00:41:01 idl0r Exp $
-
-DESCRIPTION="Security and system auditing tool"
-HOMEPAGE="http://www.rootkit.nl/projects/lynis.html"
-SRC_URI="http://www.rootkit.nl/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-shells/bash"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r db/ include/ plugins/ || die "failed to install lynis base files"
-
- # Lynis will ignore plugins with permissions other than 0400.
- fperms 0400 /usr/share/${PN}/plugins/{compliance_pci,files_permissions,webserver_data} || die
-
- dosbin lynis || die "dosbin failed"
-
- insinto /etc/${PN}
- doins default.prf || die "failed to install default.prf"
-
- doman lynis.8 || die "doman failed"
- 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 || die "failed to install cron script"
-}
-
-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.2.8.ebuild b/app-forensics/lynis/lynis-1.2.9.ebuild
index 2c0eeeb8751b..1d7369026177 100644
--- a/app-forensics/lynis/lynis-1.2.8.ebuild
+++ b/app-forensics/lynis/lynis-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.8.ebuild,v 1.2 2009/12/10 21:22:32 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.9.ebuild,v 1.1 2009/12/19 19:29:59 idl0r Exp $
DESCRIPTION="Security and system auditing tool"
HOMEPAGE="http://www.rootkit.nl/projects/lynis.html"
@@ -19,7 +19,7 @@ src_install() {
doins -r db/ include/ plugins/ || die "failed to install lynis base files"
# Lynis will ignore plugins with permissions other than 0400.
- fperms 0400 /usr/share/${PN}/plugins/plugin_{access_files,compliance_pci,webserver_data} || die
+ fperms 0400 /usr/share/${PN}/plugins/plugin_{access_files,compliance_pci,homedirs,webserver_data} || die
dosbin lynis || die "dosbin failed"