idl0r       14/09/30 18:55:39

  Modified:             ChangeLog
  Added:                lynis-1.6.2.ebuild
  Removed:              lynis-1.5.9.ebuild lynis-1.5.6.ebuild
  Log:
  Version bump, also fixes 522842
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key B427ABC8)

Revision  Changes    Path
1.53                 app-forensics/lynis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   11 Aug 2014 20:39:36 -0000      1.52
+++ ChangeLog   30 Sep 2014 18:55:39 -0000      1.53
@@ -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 <[email protected]> -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)
 



1.1                  app-forensics/lynis/lynis-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.6.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.6.2.ebuild?rev=1.1&content-type=text/plain

Index: lynis-1.6.2.ebuild
===================================================================
# 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.6.2.ebuild,v 1.1 
2014/09/30 18:55:39 idl0r Exp $

EAPI="5"

inherit eutils bash-completion-r1

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"

S="${WORKDIR}/${PN}"

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

        dobashcomp dev/bash_completion.d/lynis

        # stricter default perms - bug 507436
        diropts -m0700
        insopts -m0600

        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
}




Reply via email to