idl0r       14/11/16 13:23:33

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

Revision  Changes    Path
1.56                 app-forensics/lynis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   20 Oct 2014 20:46:25 -0000      1.55
+++ ChangeLog   16 Nov 2014 13:23:33 -0000      1.56
@@ -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.55 
2014/10/20 20:46:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.56 
2014/11/16 13:23:33 idl0r Exp $
+
+*lynis-1.6.4 (16 Nov 2014)
+
+  16 Nov 2014; Christian Ruppert <[email protected]> -lynis-1.6.2.ebuild,
+  +lynis-1.6.4.ebuild:
+  Version bump
 
   20 Oct 2014; Sergei Trofimovich <[email protected]> lynis-1.6.3.ebuild:
   Drop stale 'dev/TODO' referece (fixes bug #525856 by Toralf Förster, w0rm and



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

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

Index: lynis-1.6.4.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.4.ebuild,v 1.1 
2014/11/16 13:23:33 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

        # Remove the old one during the next stabilize progress
        exeinto /etc/cron.daily
        newexe "${FILESDIR}"/lynis.cron-new lynis

        dobashcomp extras/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