diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 05:00:29 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 05:00:29 +0000 |
commit | 9673403f22c347e7cc8ebe3efc06344dc4dea87a (patch) | |
tree | 1ee53678b156187a54ef0c124e5eaeccbcbc2332 /app-forensics/chkrootkit | |
parent | Corrected description; bug #73829. Marked as stable. (diff) | |
download | historical-9673403f22c347e7cc8ebe3efc06344dc4dea87a.tar.gz historical-9673403f22c347e7cc8ebe3efc06344dc4dea87a.tar.bz2 historical-9673403f22c347e7cc8ebe3efc06344dc4dea87a.zip |
Stable on amd64.
Diffstat (limited to 'app-forensics/chkrootkit')
-rw-r--r-- | app-forensics/chkrootkit/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/chkrootkit/Manifest | 20 | ||||
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.44.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/app-forensics/chkrootkit/ChangeLog b/app-forensics/chkrootkit/ChangeLog index dd301cd5f66f..51d8b3a70365 100644 --- a/app-forensics/chkrootkit/ChangeLog +++ b/app-forensics/chkrootkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/chkrootkit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.17 2004/11/11 19:44:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.18 2004/12/16 05:00:29 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> chkrootkit-0.44.ebuild: + Stable on amd64. 11 Nov 2004; Bryan Ăstergaard <kloeri@gentoo.org> chkrootkit-0.44.ebuild: Stable on alpha. diff --git a/app-forensics/chkrootkit/Manifest b/app-forensics/chkrootkit/Manifest index 5c5393845831..c16cb3fccbb1 100644 --- a/app-forensics/chkrootkit/Manifest +++ b/app-forensics/chkrootkit/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0d0b6d0e08b3c60520c708a1a6a90fb2 chkrootkit-0.44.ebuild 1443 -MD5 9d44ac1021ba924847c6c046c614f152 ChangeLog 8196 -MD5 7460fdec86596dcf99c66fbb167712af metadata.xml 256 +MD5 b41a77c8957d1ac495614ce6bf118ffc ChangeLog 8293 MD5 cfa2d89ba918b5b388154b6ed6bf5e4d chkrootkit-0.43-r3.ebuild 931 MD5 20a80cb789b5489a4786a77a0e90cb74 chkrootkit-0.43-r4.ebuild 1108 -MD5 1f4cc273611ca05137d997b8d4bad9de files/digest-chkrootkit-0.44 140 -MD5 e4f72853578cf59cb609efc280621591 files/digest-chkrootkit-0.43-r4 142 +MD5 b65f4cef066f74da9024392b60aa56d7 chkrootkit-0.44.ebuild 1444 +MD5 7460fdec86596dcf99c66fbb167712af metadata.xml 256 MD5 bb6a980a762d72e1928231eabf4a9304 files/chkrootkit.cron 78 MD5 e4f72853578cf59cb609efc280621591 files/digest-chkrootkit-0.43-r3 142 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBk8FCugEuf3OQ0akRAsnSAJ0cqEv160CBwZUNf/2zDRvJxt9gyQCgmmgM -cS5FYKQbYZ5hpL4uZXwNsNY= -=o0Wp ------END PGP SIGNATURE----- +MD5 e4f72853578cf59cb609efc280621591 files/digest-chkrootkit-0.43-r4 142 +MD5 1f4cc273611ca05137d997b8d4bad9de files/digest-chkrootkit-0.44 140 diff --git a/app-forensics/chkrootkit/chkrootkit-0.44.ebuild b/app-forensics/chkrootkit/chkrootkit-0.44.ebuild index e81f8d2797b9..80c4ac359072 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.44.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44.ebuild,v 1.6 2004/11/11 19:44:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44.ebuild,v 1.7 2004/12/16 05:00:29 absinthe Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz LICENSE="AMS" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sparc x86" IUSE="" DEPEND="virtual/libc" |