Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15743 - /app-admin/chkrootkit-0.93a (updated package + minor bugfixes)
Summary: /app-admin/chkrootkit-0.93a (updated package + minor bugfixes)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 10:21 UTC by Daniel Seyffer
Modified: 2003-02-27 06:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
updated ebuild file (chkrootkit-0.39a.ebuild,689 bytes, text/plain)
2003-02-15 10:22 UTC, Daniel Seyffer
Details
new patch file (chkrootkit-0.39a-gentoo.diff,27.56 KB, patch)
2003-02-15 10:23 UTC, Daniel Seyffer
Details | Diff
last but not least - the digest file. (digest-chkrootkit-0.39a,67 bytes, text/plain)
2003-02-15 10:25 UTC, Daniel Seyffer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Seyffer 2003-02-15 10:21:53 UTC
Hi,

There is once again a new version of chkrootkit available, including a number of
improvements/additions - see www.chkrootkit.org regarding details...

I updated the ebuild and the patch file. 

And while I was at it, I also fixed 3 errors lintool reported. (There is still
one left regarding a problem with the copyright header - as I don't see what
should be wrong about it and I was too lazy to check it, I blatantly ignored it.
;-) )

So find attached an updated ebuild, digest file and updated patch. I also used
${VARNAME} instead of $VARNAME - which should be more or less "unnecessary" but
one never knows... 

I did emerge the package and did a quick test run - seems to work fine.

Changes are trivial but maybe a diff for the ebuild can't be wrong:
--------------------------------------------------------------------------------
--- chkrootkit-0.37.ebuild      2003-02-13 06:51:19.000000000 +0100
+++ chkrootkit-0.39a.ebuild     2003-02-15 16:06:16.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header:
/home/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.37.ebuild,v 1.9
2003/02/13 05:17:39 vapier Exp $
+# $Header: $

 DESCRIPTION="chkrootkit is a tool to locally check for signs of a rootkit."
 SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz"
@@ -11,11 +11,13 @@
 SLOT="0"

 DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
+IUSE=""

 src_unpack() {
        unpack ${A}
        cd ${S}
-       patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+       einfo `patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die`
 }

 src_compile() {
@@ -23,6 +25,6 @@
 }

 src_install() {
-       dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc
+       dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc
        dodoc COPYRIGHT README README.chklastlog README.chkwtmp
 }

--------------------------------------------------------------------------------

Thanks a lot. 
best regards,
Daniel Seyffer








Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Seyffer 2003-02-15 10:22:42 UTC
Created attachment 8301 [details]
updated ebuild file
Comment 2 Daniel Seyffer 2003-02-15 10:23:47 UTC
Created attachment 8302 [details, diff]
new patch file
Comment 3 Daniel Seyffer 2003-02-15 10:25:20 UTC
Created attachment 8303 [details]
last but not least - the digest file.
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2003-02-27 06:07:08 UTC
Commited, thanks for finding this!