Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/lynis: ChangeLog lynis-1.3.1.ebuild
Date: Thu, 03 Oct 2013 13:41:56
Message-Id: 20131003134149.128242004C@flycatcher.gentoo.org
1 idl0r 13/10/03 13:41:49
2
3 Modified: ChangeLog
4 Added: lynis-1.3.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
9
10 Revision Changes Path
11 1.25 app-forensics/lynis/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 30 Oct 2012 20:15:13 -0000 1.24
24 +++ ChangeLog 3 Oct 2013 13:41:48 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-forensics/lynis
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.24 2012/10/30 20:15:13 idl0r Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.25 2013/10/03 13:41:48 idl0r Exp $
31 +
32 +*lynis-1.3.1 (03 Oct 2013)
33 +
34 + 03 Oct 2013; Christian Ruppert <idl0r@g.o> +lynis-1.3.1.ebuild:
35 + Version bump
36
37 30 Oct 2012; Christian Ruppert <idl0r@g.o> -lynis-1.2.9.ebuild,
38 -files/lynis.cron:
39
40
41
42 1.1 app-forensics/lynis/lynis-1.3.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.3.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.3.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lynis-1.3.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.3.1.ebuild,v 1.1 2013/10/03 13:41:48 idl0r Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Security and system auditing tool"
56 HOMEPAGE="http://www.rootkit.nl/projects/lynis.html"
57 SRC_URI="http://www.rootkit.nl/files/${P}.tar.gz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="app-shells/bash"
66
67 src_install() {
68 insinto /usr/share/${PN}
69 doins -r db/ include/ plugins/ || die "failed to install lynis base files"
70
71 dosbin lynis
72
73 insinto /etc/${PN}
74 doins default.prf
75
76 doman lynis.8
77 dodoc CHANGELOG FAQ README dev/TODO
78
79 # Remove the old one during the next stabilize progress
80 exeinto /etc/cron.daily
81 newexe "${FILESDIR}"/lynis.cron-new lynis
82 }
83
84 pkg_postinst() {
85 einfo
86 einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
87 einfo
88 }