* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2009-12-19 19:21 William Hubbs (williamh)
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs (williamh) @ 2009-12-19 19:21 UTC (permalink / raw
To: gentoo-commits
williamh 09/12/19 19:21:01
Modified: ChangeLog
Added: rkhunter-1.3.4-r3.ebuild
Log:
This rev bump closes #268719 and #268762.
(Portage version: 2.2_rc60/cvs/Linux i686)
Revision Changes Path
1.71 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 29 Jul 2009 15:50:47 -0000 1.70
+++ ChangeLog 19 Dec 2009 19:21:01 -0000 1.71
@@ -1,6 +1,12 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.70 2009/07/29 15:50:47 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.71 2009/12/19 19:21:01 williamh Exp $
+
+*rkhunter-1.3.4-r3 (19 Dec 2009)
+
+ 19 Dec 2009; William Hubbs <williamh@gentoo.org>
+ +rkhunter-1.3.4-r3.ebuild, files/rkhunter-1.3.cron:
+ This rev bump closes #268719 and #268762.
29 Jul 2009; Steve Dibb <beandog@gentoo.org> rkhunter-1.3.4-r2.ebuild:
amd64 stable
1.1 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.1&content-type=text/plain
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.1 2009/12/19 19:21:01 williamh Exp $
EAPI=2
inherit eutils bash-completion
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="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="virtual/mta
app-shells/bash
dev-lang/perl
sys-process/lsof"
S="${WORKDIR}/${P}/files"
src_prepare() {
epatch "${FILESDIR}/${PN}.conf.patch"
epatch "${FILESDIR}/${PN}-ppc64.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 || die "failed to install ${PN}.conf"
exeinto /usr/lib/${PN}/scripts
doexe *.pl || die "failed to install scripts"
insinto /var/lib/${PN}/db
doins *.dat || die "failed to install dat files"
insinto /var/lib/${PN}/db/i18n
doins i18n/*
doman ${PN}.8 || die "doman failed"
dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README WISHLIST || die "dodoc failed"
exeinto /etc/cron.daily
newexe "${FILESDIR}/${PN}-1.3.cron" ${PN} || \
die "failed to install cron script"
dobashcompletion "${FILESDIR}/${PN}.bash-completion"
}
pkg_postinst() {
einfo
einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
einfo "directions."
einfo
bash-completion_pkg_postinst
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2009-12-20 15:27 Richard Freeman (rich0)
0 siblings, 0 replies; 7+ messages in thread
From: Richard Freeman (rich0) @ 2009-12-20 15:27 UTC (permalink / raw
To: gentoo-commits
rich0 09/12/20 15:27:21
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
amd64 stable - 287269
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.72 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 19 Dec 2009 19:21:01 -0000 1.71
+++ ChangeLog 20 Dec 2009 15:27:21 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.71 2009/12/19 19:21:01 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.72 2009/12/20 15:27:21 rich0 Exp $
+
+ 20 Dec 2009; Richard Freeman <rich0@gentoo.org> rkhunter-1.3.4-r3.ebuild:
+ amd64 stable - 287269
*rkhunter-1.3.4-r3 (19 Dec 2009)
1.2 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.1&r2=1.2
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rkhunter-1.3.4-r3.ebuild 19 Dec 2009 19:21:01 -0000 1.1
+++ rkhunter-1.3.4-r3.ebuild 20 Dec 2009 15:27:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.1 2009/12/19 19:21:01 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.2 2009/12/20 15:27:21 rich0 Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="virtual/mta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2009-12-20 23:50 Dawid Weglinski (cla)
0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2009-12-20 23:50 UTC (permalink / raw
To: gentoo-commits
cla 09/12/20 23:50:44
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
Stable on x86 (bug #287269)
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Revision Changes Path
1.73 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 20 Dec 2009 15:27:21 -0000 1.72
+++ ChangeLog 20 Dec 2009 23:50:44 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.72 2009/12/20 15:27:21 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.73 2009/12/20 23:50:44 cla Exp $
+
+ 20 Dec 2009; Dawid Węgliński <cla@gentoo.org> rkhunter-1.3.4-r3.ebuild:
+ Stable on x86 (bug #287269)
20 Dec 2009; Richard Freeman <rich0@gentoo.org> rkhunter-1.3.4-r3.ebuild:
amd64 stable - 287269
1.3 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.2&r2=1.3
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rkhunter-1.3.4-r3.ebuild 20 Dec 2009 15:27:21 -0000 1.2
+++ rkhunter-1.3.4-r3.ebuild 20 Dec 2009 23:50:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.2 2009/12/20 15:27:21 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.3 2009/12/20 23:50:44 cla Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86"
IUSE=""
RDEPEND="virtual/mta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2009-12-29 17:38 Joseph Jezak (josejx)
0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-29 17:38 UTC (permalink / raw
To: gentoo-commits
josejx 09/12/29 17:38:21
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
Marked ppc stable for bug #287269.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.74 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 20 Dec 2009 23:50:44 -0000 1.73
+++ ChangeLog 29 Dec 2009 17:38:20 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.73 2009/12/20 23:50:44 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.74 2009/12/29 17:38:20 josejx Exp $
+
+ 29 Dec 2009; Joseph Jezak <josejx@gentoo.org> rkhunter-1.3.4-r3.ebuild:
+ Marked ppc stable for bug #287269.
20 Dec 2009; Dawid Węgliński <cla@gentoo.org> rkhunter-1.3.4-r3.ebuild:
Stable on x86 (bug #287269)
1.4 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.3&r2=1.4
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rkhunter-1.3.4-r3.ebuild 20 Dec 2009 23:50:44 -0000 1.3
+++ rkhunter-1.3.4-r3.ebuild 29 Dec 2009 17:38:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.3 2009/12/20 23:50:44 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.4 2009/12/29 17:38:20 josejx Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86"
IUSE=""
RDEPEND="virtual/mta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2010-01-01 12:42 Tobias Klausmann (klausman)
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-01-01 12:42 UTC (permalink / raw
To: gentoo-commits
klausman 10/01/01 12:42:33
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
Stable on alpha, bug #287269
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.75 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 29 Dec 2009 17:38:20 -0000 1.74
+++ ChangeLog 1 Jan 2010 12:42:32 -0000 1.75
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/rkhunter
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.74 2009/12/29 17:38:20 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.75 2010/01/01 12:42:32 klausman Exp $
+
+ 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
+ rkhunter-1.3.4-r3.ebuild:
+ Stable on alpha, bug #287269
29 Dec 2009; Joseph Jezak <josejx@gentoo.org> rkhunter-1.3.4-r3.ebuild:
Marked ppc stable for bug #287269.
1.5 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.4&r2=1.5
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rkhunter-1.3.4-r3.ebuild 29 Dec 2009 17:38:20 -0000 1.4
+++ rkhunter-1.3.4-r3.ebuild 1 Jan 2010 12:42:32 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.4 2009/12/29 17:38:20 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.5 2010/01/01 12:42:32 klausman Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~mips ppc ~sparc x86"
IUSE=""
RDEPEND="virtual/mta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2010-01-19 22:37 Tiago Cunha (tcunha)
0 siblings, 0 replies; 7+ messages in thread
From: Tiago Cunha (tcunha) @ 2010-01-19 22:37 UTC (permalink / raw
To: gentoo-commits
tcunha 10/01/19 22:37:49
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
stable sparc, bug 287269
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.76 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 1 Jan 2010 12:42:32 -0000 1.75
+++ ChangeLog 19 Jan 2010 22:37:48 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.75 2010/01/01 12:42:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.76 2010/01/19 22:37:48 tcunha Exp $
+
+ 19 Jan 2010; Tiago Cunha <tcunha@gentoo.org> rkhunter-1.3.4-r3.ebuild:
+ stable sparc, bug 287269
01 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
rkhunter-1.3.4-r3.ebuild:
1.6 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.5&r2=1.6
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rkhunter-1.3.4-r3.ebuild 1 Jan 2010 12:42:32 -0000 1.5
+++ rkhunter-1.3.4-r3.ebuild 19 Jan 2010 22:37:48 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.5 2010/01/01 12:42:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.6 2010/01/19 22:37:48 tcunha Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~mips ppc sparc x86"
IUSE=""
RDEPEND="virtual/mta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild
@ 2010-07-08 4:27 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-08 4:27 UTC (permalink / raw
To: gentoo-commits
jer 10/07/08 04:27:50
Modified: ChangeLog rkhunter-1.3.4-r3.ebuild
Log:
RDEPEND on virtual/cron and virtual/mailx thanks to p0 (bug #301707).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.78 app-forensics/rkhunter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 8 Jul 2010 04:25:34 -0000 1.77
+++ ChangeLog 8 Jul 2010 04:27:50 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.77 2010/07/08 04:25:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.78 2010/07/08 04:27:50 jer Exp $
+
+ 08 Jul 2010; Jeroen Roovers <jer@gentoo.org> rkhunter-1.3.4-r3.ebuild:
+ RDEPEND on virtual/cron and virtual/mailx thanks to p0 (bug #301707).
*rkhunter-1.3.6 (08 Jul 2010)
1.7 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild?r1=1.6&r2=1.7
Index: rkhunter-1.3.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rkhunter-1.3.4-r3.ebuild 19 Jan 2010 22:37:48 -0000 1.6
+++ rkhunter-1.3.4-r3.ebuild 8 Jul 2010 04:27:50 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.6 2010/01/19 22:37:48 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.7 2010/07/08 04:27:50 jer Exp $
EAPI=2
@@ -15,10 +15,13 @@
KEYWORDS="alpha amd64 ~mips ppc sparc x86"
IUSE=""
-RDEPEND="virtual/mta
+RDEPEND="
app-shells/bash
dev-lang/perl
- sys-process/lsof"
+ sys-process/lsof
+ virtual/cron
+ virtual/mailx
+"
S="${WORKDIR}/${P}/files"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-07-08 4:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-08 4:27 [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: ChangeLog rkhunter-1.3.4-r3.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2010-01-19 22:37 Tiago Cunha (tcunha)
2010-01-01 12:42 Tobias Klausmann (klausman)
2009-12-29 17:38 Joseph Jezak (josejx)
2009-12-20 23:50 Dawid Weglinski (cla)
2009-12-20 15:27 Richard Freeman (rich0)
2009-12-19 19:21 William Hubbs (williamh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox