patrick     15/07/30 08:57:55

  Modified:             ChangeLog
  Added:                lynis-2.1.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.60                 app-forensics/lynis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   29 Jun 2015 19:39:29 -0000      1.59
+++ ChangeLog   30 Jul 2015 08:57:55 -0000      1.60
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/lynis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.59 
2015/06/29 19:39:29 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.60 
2015/07/30 08:57:55 patrick Exp $
+
+*lynis-2.1.1 (30 Jul 2015)
+
+  30 Jul 2015; Patrick Lauer <[email protected]> +lynis-2.1.1.ebuild:
+  Bump
 
 *lynis-2.1.0 (29 Jun 2015)
 



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

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

Index: lynis-2.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-2.1.1.ebuild,v 1.1 
2015/07/30 08:57:55 patrick 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