Your message dated Fri, 14 Jul 2006 17:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370643: fixed in rkhunter 1.2.8-5
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: rkhunter
Version: 1.2.8-4
I am trying to use rkhunter on ia64 unstable and ran into similar errors that
others have reported when a line for their arch needs to be added to os.dat.
This was strange because it looks like you have already added those. I poked
around a bit and saw that the rkhunter program itself has logic to determine
what distro/arch/version/etc that it's on (around line 1871). It looks like
this case statement needs to be expanded to include all of Debian's
architectures. Attached is a diff of what I think it needs to look like,
please review.
So the other thing that occurred to me in this process is that it might be
nice if the source could handle being backported to sarge, so maybe there
should be "3.1" lines in os.dat for all the architectures supported in sarge?
Those could probably even go in the upstream os.dat.
Thanks,
--
Matt Taggart
[EMAIL PROTECTED]
--- rkhunter.orig 2006-06-05 23:13:22.000000000 -0500
+++ rkhunter 2006-06-06 01:56:36.000000000 -0500
@@ -1869,10 +1869,15 @@
uname_model=`uname -m`
case $uname_model in
- i[0-9]86) architecture=i386; ;;
+ alpha) architecture=alpha; ;;
+ arm*|sa110) architecture=arm; ;;
+ mips*) architecture=mips; ;;
+ i[3-6]86) architecture=i386; ;;
+ ia64) architecture=ia64; ;;
+ parisc*) architecture=hppa; ;;
+ ppc*) architecture=powerpc; ;;
+ s390*) architecture=s390; ;;
sun4u|sparc64) architecture=sparc64; ;;
- arm*) architecture=arm; ;;
- ppc) architecture=powerpc; ;;
x86_64) architecture=x86_64; ;;
esac
--- End Message ---
--- Begin Message ---
Source: rkhunter
Source-Version: 1.2.8-5
We believe that the bug you reported is fixed in the latest version of
rkhunter, which is due to be installed in the Debian FTP archive:
rkhunter_1.2.8-5.diff.gz
to pool/main/r/rkhunter/rkhunter_1.2.8-5.diff.gz
rkhunter_1.2.8-5.dsc
to pool/main/r/rkhunter/rkhunter_1.2.8-5.dsc
rkhunter_1.2.8-5_all.deb
to pool/main/r/rkhunter/rkhunter_1.2.8-5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julien Valroff <[EMAIL PROTECTED]> (supplier of updated rkhunter package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 7 Jul 2006 09:38:02 +0200
Source: rkhunter
Binary: rkhunter
Architecture: source all
Version: 1.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Micah Anderson <[EMAIL PROTECTED]>
Changed-By: Julien Valroff <[EMAIL PROTECTED]>
Description:
rkhunter - rootkit, backdoor, sniffer and exploit scanner
Closes: 369436 369672 370643 377129
Changes:
rkhunter (1.2.8-5) unstable; urgency=low
.
* Fixed check of presence of SHAREDIR variable in configuration
file - thanks to Mark van Eijk <[EMAIL PROTECTED]> (Closes: #369672)
* Added patch to fix typos in man page (Closes: #369436)
* Fixed support of Debian architectures - patch from
Matt Taggart <[EMAIL PROTECTED]> (Closes: #370643)
* Now depends on mail-transport-agent instead of mailx and uses
/usr/sbin/sendmail in daily/weekly cron jobs (Closes: #377129)
* Update standards version to 3.7.2 (no changes)
Files:
15c8d913f90c5c8ed8f9f27ce701d646 651 admin optional rkhunter_1.2.8-5.dsc
98e5975c9bbe11659c22c47fc035cdff 10715 admin optional rkhunter_1.2.8-5.diff.gz
25f8bfddf485ecbdc62e5f30cbecf70d 115474 admin optional rkhunter_1.2.8-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEuDlX9n4qXRzy1ioRAiXrAJ41id73pnSieXR+TVmHnVMtbIG7HwCfTKgW
eCVH9jaSopGs5NN33NwL3j4=
=J9di
-----END PGP SIGNATURE-----
--- End Message ---