summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-09-04 11:13:45 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-09-04 11:13:45 +0000
commit60c20f1e9b0909d628ba82e3ce80642af8e93417 (patch)
tree65682a51f7af2b8cf60597003c004d33d7e58fcf /app-forensics/rkhunter
parentstable amd64 (diff)
downloadhistorical-60c20f1e9b0909d628ba82e3ce80642af8e93417.tar.gz
historical-60c20f1e9b0909d628ba82e3ce80642af8e93417.tar.bz2
historical-60c20f1e9b0909d628ba82e3ce80642af8e93417.zip
Add sys-process/lsof to RDEPEND so that rkhunter can check for backdoors in running processes, bug #104774.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-forensics/rkhunter')
-rw-r--r--app-forensics/rkhunter/ChangeLog6
-rw-r--r--app-forensics/rkhunter/Manifest10
-rw-r--r--app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild13
3 files changed, 16 insertions, 13 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog
index b57d06cdd29d..19900a42f5d3 100644
--- a/app-forensics/rkhunter/ChangeLog
+++ b/app-forensics/rkhunter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.50 2005/09/02 10:03:03 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.51 2005/09/04 11:13:45 ka0ttic Exp $
+
+ 04 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> rkhunter-1.2.7-r1.ebuild:
+ Add sys-process/lsof to RDEPEND so that rkhunter can check for backdoors in
+ running processes, bug #104774.
02 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/rkhunter-1.2.3-fix-insecure-tmp-creation.diff:
diff --git a/app-forensics/rkhunter/Manifest b/app-forensics/rkhunter/Manifest
index 24bf820ed8b1..4f622455c664 100644
--- a/app-forensics/rkhunter/Manifest
+++ b/app-forensics/rkhunter/Manifest
@@ -1,9 +1,9 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 23e5f1275f4c0327d5844190f153139c ChangeLog 9726
+MD5 380428df977c5354d70ce7f3d68fe098 ChangeLog 9914
MD5 f1608c19ea0727ee36b2a692b1f3470b metadata.xml 264
-MD5 4dde05e5bd650802e6527e1a6a88da0f rkhunter-1.2.7-r1.ebuild 1758
+MD5 2557b88b97dee88fa528a9933606f048 rkhunter-1.2.7-r1.ebuild 1761
MD5 f620bf00896d60c4a4a47ace8956f8ac files/rkhunter-1.2.3-specify-logfile.patch 2481
MD5 3f3b34e98201ab14484cb0bb478babc2 files/rkhunter.cron 3881
MD5 2473ff095ea8aa159a379872571b5d43 files/rkhunter.bash-completion 2628
@@ -12,7 +12,7 @@ MD5 d07a47cbe2364dc010d37ead80ff8f4b files/rkhunter-1.2.1-create-tmpdir.diff 551
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDGCNqEZCkKN40op4RAnWUAJwPXcFjXTUxqXeUxR9ByC2GvUpEPwCgvdkm
-B99KdYXbLcfx3aYOMglYFMM=
-=OycS
+iD8DBQFDGtcBEZCkKN40op4RAmwAAJ9s0kIlVXxHH4cRYx/g8lnK953inACgr/mv
+iE0lJBq1Tm1GrGXst0jmTig=
+=FUaQ
-----END PGP SIGNATURE-----
diff --git a/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild b/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
index f1bb7c65087e..f981a3e0ecdd 100644
--- a/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
+++ b/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild,v 1.1 2005/09/02 09:58:35 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild,v 1.2 2005/09/04 11:13:45 ka0ttic Exp $
inherit eutils bash-completion
@@ -13,11 +13,10 @@ SLOT="0"
KEYWORDS="alpha amd64 mips ppc sparc x86"
IUSE=""
-DEPEND="app-arch/tar
- app-arch/gzip
- virtual/mta"
-RDEPEND="app-shells/bash
- dev-lang/perl"
+RDEPEND="virtual/mta
+ app-shells/bash
+ dev-lang/perl
+ sys-process/lsof"
S="${WORKDIR}/${PN}/files"
@@ -42,7 +41,7 @@ src_install() {
dosed 's:^#\(DBDIR=.*\)local\(.*\)$:\1lib\2\nINSTALLDIR=/usr:' \
/etc/rkhunter.conf || die "sed rkhunter.conf failed"
- doman development/rkhunter.8
+ doman development/rkhunter.8 || die "doman failed"
dodoc CHANGELOG LICENSE README WISHLIST || die "dodoc failed"
exeinto /etc/cron.daily