public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.4.0.ebuild
@ 2012-05-01  4:34 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2012-05-01  4:34 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/05/01 04:34:18

  Modified:             ChangeLog
  Added:                rkhunter-1.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.91                 app-forensics/rkhunter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	9 Apr 2012 03:43:46 -0000	1.90
+++ ChangeLog	1 May 2012 04:34:18 -0000	1.91
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/rkhunter
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.90 2012/04/09 03:43:46 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.91 2012/05/01 04:34:18 radhermit Exp $
+
+*rkhunter-1.4.0 (01 May 2012)
+
+  01 May 2012; Tim Harder <radhermit@gentoo.org> +rkhunter-1.4.0.ebuild:
+  Version bump.
 
 *rkhunter-1.3.8-r1 (09 Apr 2012)
 



1.1                  app-forensics/rkhunter/rkhunter-1.4.0.ebuild

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

Index: rkhunter-1.4.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.1 2012/05/01 04:34:18 radhermit Exp $

EAPI=4

inherit eutils bash-completion-r1

DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
HOMEPAGE="http://rkhunter.sf.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE=""

RDEPEND="
	app-shells/bash
	dev-lang/perl
	sys-process/lsof
	virtual/cron
"

S="${WORKDIR}/${P}/files"

src_prepare() {
	epatch "${FILESDIR}/${PN}.conf.patch"
}

src_install() {
	# rkhunter requires to be root
	dosbin ${PN}

	# rkhunter doesn't create it by itself
	dodir /var/lib/${PN}/tmp

	insinto /etc
	doins ${PN}.conf

	exeinto /usr/lib/${PN}/scripts
	doexe *.pl

	insinto /var/lib/${PN}/db
	doins *.dat

	insinto /var/lib/${PN}/db/i18n
	doins i18n/*

	doman ${PN}.8
	dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README

	exeinto /etc/cron.daily
	newexe "${FILESDIR}/${PN}-1.3.cron" ${PN}

	newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
}

pkg_postinst() {
	elog "A cron script has been installed to /etc/cron.daily/rkhunter."
	elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
	elog "directions."
	elog "If you want ${PN} to send mail, you will need to install"
	elog "virtual/mailx or alter the EMAIL_CMD variable in the"
	elog "cron script and possibly the MAIL_CMD variable in the"
	elog "${PN}.conf file to use another mail client."
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.4.0.ebuild
@ 2012-11-21 11:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-21 11:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/21 11:01:14

  Modified:             ChangeLog rkhunter-1.4.0.ebuild
  Log:
  Stable for x86, wrt bug #439208
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.94                 app-forensics/rkhunter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	29 Oct 2012 01:01:20 -0000	1.93
+++ ChangeLog	21 Nov 2012 11:01:14 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/rkhunter
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.93 2012/10/29 01:01:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.94 2012/11/21 11:01:14 ago Exp $
+
+  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> rkhunter-1.4.0.ebuild:
+  Stable for x86, wrt bug #439208
 
   29 Oct 2012; Anthony G. Basile <blueness@gentoo.org> rkhunter-1.4.0.ebuild:
   stable ppc, bug #439208



1.4                  app-forensics/rkhunter/rkhunter-1.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?r1=1.3&r2=1.4

Index: rkhunter-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rkhunter-1.4.0.ebuild	29 Oct 2012 01:01:20 -0000	1.3
+++ rkhunter-1.4.0.ebuild	21 Nov 2012 11:01:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.3 2012/10/29 01:01:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.4 2012/11/21 11:01:14 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc x86"
 IUSE=""
 
 RDEPEND="





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.4.0.ebuild
@ 2014-06-29 17:38 Richard Farina (zerochaos)
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina (zerochaos) @ 2014-06-29 17:38 UTC (permalink / raw
  To: gentoo-commits

zerochaos    14/06/29 17:38:25

  Modified:             ChangeLog
  Removed:              rkhunter-1.4.0.ebuild
  Log:
  remove old version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.100                app-forensics/rkhunter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	27 May 2014 16:08:08 -0000	1.99
+++ ChangeLog	29 Jun 2014 17:38:24 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/rkhunter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.99 2014/05/27 16:08:08 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.100 2014/06/29 17:38:24 zerochaos Exp $
+
+  29 Jun 2014; Rick Farina <zerochaos@gentoo.org> -rkhunter-1.4.0.ebuild:
+  remove old version
 
   27 May 2014; Rick Farina <zerochaos@gentoo.org>
   +files/rkhunter-1.4.0.conf.patch, +files/rkhunter-1.4.2.conf.patch,





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-29 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 17:38 [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.4.0.ebuild Richard Farina (zerochaos)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-21 11:01 Agostino Sarubbo (ago)
2012-05-01  4:34 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox