2009
chkrootkit (0.49-3) unstable; urgency=low
* [543dafe] Fixed chkutmp parser and added a regexp to ignore PIDs in
chkutmp output, thanks to Aaron M. Ucko. (Closes: #542327)
* [d016db0] chkutmp: sort ps output by tty,ruser,args. Thanks to Aaron
M. Ucko
* [c1fb66c] Updated to standards version 3.8.3 (No changes needed)
-- Giuseppe Iuculano <giuseppe@iuculano.it> Fri, 28 Aug 2009 10:29:14 +0200
chkrootkit (0.49-2) unstable; urgency=low
* [3ee046b] Provide exit code at the end of chkrootkit script, thanks
to Arjan Opmeer (Closes: #541060)
-- Giuseppe Iuculano <giuseppe@iuculano.it> Sat, 15 Aug 2009 08:27:37 +0200
chkrootkit (0.49-1) unstable; urgency=low
* [70bf018] Imported Upstream version 0.49
* [508aa04] Refreshed patches, removed nophpcheck.patch and
fixchkdirsinppc.patch
* [64b0759] Fix a typo in chkrootkit -q check, thanks to Jesse Norell
(Closes: #538277)
* [bdc9cac] Updated to standards version 3.8.2 (No changes needed)
-- Giuseppe Iuculano <giuseppe@iuculano.it> Sun, 09 Aug 2009 12:09:43 +0200
chkrootkit (0.48-10) unstable; urgency=low
* [5feed88] Add a symlink for chklastlog and chkwtmp in /usr/sbin
* [d194ed8] debian/cron.daily: Updated the dhcpd regexp to handle
ethernet aliases. Thanks Richard Salts. (Closes: #525370)
* [360a01a] Updated to standards version 3.8.1 (No changes needed)
* [f757c97] Bump to debhelper 7 compatibility levels
* [9f66bca] debian/control: Updated Vcs-Browser field
* [0d019b3] debian/rules: use dh_prep instead of deprecated dh_clean
-k
* [a73e8f6] use set -e in debian/config and debian/cron.daily and fix
pedantic lintian warning maintainer-script-without-set-e
-- Giuseppe Iuculano <giuseppe@iuculano.it> Fri, 24 Apr 2009 12:05:04 +0200
chkrootkit (0.48-9) unstable; urgency=low
* [5e5e86d] Updated Spanish debconf translation, thanks to Francisco
Javier Cuadrado (Closes: #507753)
* [bda385f] Switch to quilt
* [730645f] debian/README.source: Updated with quilt info
* [4f11213] debian/patches/excludes.patch: extend -e options also for
files associated with specific rootkits (Closes: #498062) and write
rootkit filenames (Closes: #126160), thanks to James R. Van Zandt.
* [fe81414] debian/cron.daily: Warns about the change until the user
acknowledges the change. (Closes: #286735, #445955) Thanks to
Richard Lewis
* [d22dd97] Use /var/log/chkrootkit as log dir instead of
/var/cache/chkrootkit, and remove it on purge
-- Giuseppe Iuculano <giuseppe@iuculano.it> Wed, 07 Jan 2009 19:14:36 +0100
2008
chkrootkit (0.48-8) unstable; urgency=low
* debian/patches/fixchkdirsinppc.dpatch: This trivial patch fixes "chkdirs
called with wrong arguments" issue on powerpc. Thanks to Enrico Zini
(Closes: #501066)
* debian/control: Removed pointless libc6.1-dev [ia64] depends
introduced as a workaround for an old bug in kernel-headers (2.4.x)
-- Giuseppe Iuculano <giuseppe@iuculano.it> Wed, 26 Nov 2008 17:38:58 +0100
chkrootkit (0.48-7) unstable; urgency=low
* New maintainer, thanks to Francois Marier for the prior work on chkrootkit.
(Closes: #506721)
* debian/patches/fixwarnings.dpatch: Some little fixes to silence compiler.
* added debian/README.source to document dpatch usage, as required by Debian
Policy since 3.8.0
* debian/control:
+ Set me as maintainer
+ set DM-Upload-Allowed: yes control field
+ Added ${misc:Depends} in Depends
* debian/patches/nophpcheck.dpatch: Delete the "suspect PHP files" check.
Not only does it trigger SIGPIPE for file names which contain special
unescaped characters, the second half is doubtful (it doesn't print any
filenames and gets confused by binary file contents). (Closes: #479187)
* debian/patches/logpath.dpatch: Read logs from /var/log instead of /var/adm
* debian/patches/procpsv3.dpatch: Let chkproc default to procps version 3.
(Closes: #477945) (Closes: #497253)
-- Giuseppe Iuculano <giuseppe@iuculano.it> Tue, 25 Nov 2008 12:09:17 +0100
chkrootkit (0.48-6) unstable; urgency=low
* Move all upstream code changes to dpatch * Swap maintainer and uploader fields * Allow more than one -e option (closes: #489334) * Line-up reports using printf (closes: #343284) * Remove superfluous backslashes (closes: #498063)
-- Francois Marier <francois@debian.org> Sun, 23 Nov 2008 13:52:20 +1300
chkrootkit (0.48-5) unstable; urgency=low
* Remove filtering/ignore stuff from the cron job and the README.Debian * Update Swedish debconf translation (closes: #491759)
-- Francois Marier <francois@debian.org> Wed, 23 Jul 2008 17:25:49 +1200
chkrootkit (0.48-4) unstable; urgency=low
* Taken this package over with permission from Francois * Added updated Japanese translation (closes: #489937)
-- Mike Forbes <mike@nothing.net.nz> Wed, 09 Jul 2008 15:49:33 +1200
chkrootkit (0.48-3) unstable; urgency=low
* Add nfs-common to the list of false positives (closes: #484781) * Use passive FTP in the watch file * Bump Standards-Version up to 3.8.0
-- Francois Marier <francois@debian.org> Tue, 17 Jun 2008 14:27:06 +1200
chkrootkit (0.48-2) unstable; urgency=high
* Remove check for Enye LKM, which was causing unrelated
software to die, hence the urgency (closes: #457828)
* Improve layout of main manpage (closes: #469724)
* Remove stripping in the upstream Makefile (closes: #436626)
* Add errors messages when commands are not found (closes: #347879)
* Fix shell history anomaly (closes: #402477)
* New option to exclude false positives from the list of reported
dotfiles (closes: #406493, #426068)
* Rename /proc/ksyms to /proc/kallsyms on 2.6 kernels (closes: #411128)
* Fix NFS-skipping -n option (closes: #234469)
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. (closes: #466967)
-- Francois Marier <francois@debian.org> Mon, 21 Apr 2008 22:41:11 +1200
chkrootkit (0.48-1) unstable; urgency=low
* New upstream release (closes: #471241) * Set myself as maintainer for this orphaned package * Add upstream homepage and packaging git repo * Add watch file * Packaging fixes: - Always run debconf-updatepo in the clean target - Bump Standards-Version to 3.7.3 and debhelper to 6 - Cleaned-up copyright file - Remove empty prerm script - Fix make clean lintian warning - Don't translate default '-q' argument - Fix trivial errors in manpages - Remove unneeded lines in debian/rules * Debconf templates: - Fix lintian warnings - New Norwegian translation (closes: #467531) - New Basque translation (closes: #468044) - New Finnish translation (closes: #468216) - New Vietnamese translation (closes: #468480) - New Russian translation (closes: #470510) - Updated Galician translation (closes: #468079) - Updated Spanish translation (closes: #469284) - Updated French translation (closes: #469300) - Updated Italian translation (closes: #469986) - Updated German translation (closes: #469988) - Updated Czech translation (closes: #470151) - Updated Portugese translation (closes: #470950)
-- Francois Marier <francois@debian.org> Sun, 20 Apr 2008 23:01:41 +1200
2007
chkrootkit (0.47-1.1) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- Portuguese. Closes: #409449
- Galician. Closes: #412196
- All PO files converted to UTF-8, except Japanese
-- Christian Perrier <bubulle@debian.org> Mon, 5 Mar 2007 07:51:28 +0100
2006
chkrootkit (0.47-1) unstable; urgency=low
* New upstream release
-- lantz moore <lmoore@debian.org> Sat, 18 Nov 2006 00:59:53 -0800
chkrootkit (0.46a-4) unstable; urgency=low
* don't throw away results of find (closes: 365715)
* fixed spelling mistake in chkwtmp.1 (closes: 365567)
* added debconf translations (closes: 358045,364296,374027)
* removed showtee libfl check since it would cause a
false positive on most debian systems (closes: 387312,387358)
* use -wholename in find instead of -name (closes: 389520)
* tightened up LPD inetd regex (closes: 322889)
* added knockd to README.FALSE-POSITIVES (closes: 356774)
-- lantz moore <lmoore@debian.org> Sat, 30 Sep 2006 13:25:07 -0700
chkrootkit (0.46a-3) unstable; urgency=low
* really adding german debconf translation (closes: 326139) * use SIGXFSZ instead of hardcoded 25 (closes: 346333)
-- lantz moore <lmoore@debian.org> Fri, 17 Feb 2006 20:55:58 -0800
2005
chkrootkit (0.46a-2) unstable; urgency=low
* better handling of long command lines in chkproc (closes: 328991) * fixed sign issue on ifpromisc:find_packet_info (closes: 333068) * more user friendly output of suspicious files in quiet mode (closes: 306787)
-- lantz moore <lmoore@debian.org> Fri, 25 Nov 2005 23:32:54 -0800
chkrootkit (0.46a-1) unstable; urgency=low
* New upstream release (closes: 337943)
* added findargs to the 'shell history anomalies' test (closes: 297680)
* added quieting capability to chklastlog (closes: 306263)
* the wted test was running even when no wtmp file was found, fixed (see: 306449)
* added note to README.FALSE-POSITIVE
- mindi has hidden files (closes: 306784)
- erlang-base's epmd listens on a bindshell port (closes: 309386)
- perl has .packlist files (closes: 309387)
- realplay has .realplayerrc (closes: 309942)
- smlnj has .{cm,run,heap} files (closes: 323191)
- gnustep-make has .GNUsteprc (closes: 337962)
- pipsecd listens on a scalper port (closes: 307349)
* added optional depends debconf-2.0 (closes: 331777)
* added debconf translations (closes: 310029,326139,306648,311107,313250,333487,318873,334394)
* output suspicious files on separate lines (closes: 316610)
* added dependency on procps (closes: 333710)
-- lantz moore <lmoore@debian.org> Thu, 24 Nov 2005 13:17:21 -0800
chkrootkit (0.45-1) unstable; urgency=low
* New upstream release (closes: 305708, 305710)
* use -f for conf file test (closes: 289647)
* added debconf translations
(closes: 294775,291754,287755,286473,286041)
* added more false positives to README.Debian:
- blackdown java (closes: 286870, 290816)
- blender (closes: 287062)
- mldonkey-server (closes: 304561, 295889)
- twiki (closes: 298394)
- viewglob, kaffe (closes: 287109,286057)
- bitlbee (closes: 234566)
- tiger (closes: 223428)
- radius (closes: 192438,229673)
* only run chkrootkit from cron.daily if the package is still installed
(closes: 300217,291494)
* disabled chkutmp as it seems unstable
* getCMD now only runs test if ps shows the prog as running
(closes: 262586)
* added ability for the daily run to only report problems if they differ
from the previous days run (closes: 290690,286735)
* removed an invalid changelog entry
-- lantz moore <lmoore@debian.org> Thu, 21 Apr 2005 17:28:26 -0700
2004
chkrootkit (0.44-2) unstable; urgency=low
* use the right conf var in cron.daily (closes: #285061) * fixed bad exit code in cron.daily (closes: #285093) * fixed misspelling in templates (closes: #285096)
-- lantz moore <lmoore@debian.org> Fri, 10 Dec 2004 09:23:31 -0800
chkrootkit (0.44-1) unstable; urgency=low
* New upstream release (closes: #277785) * applied gender patch from jason@debian.org (closes: #264511) * false positives already reported in README.debian (closes: #265571,#276761,#251719,#245983,#222060,#222035,#192772) * new false positives listed in README.debian (closes: #227624) * remove bashism from debian/rules (closes: #227065) * add getconf LFS_CFLAGS to CFLAGS (closes: #263702) * build-depends on po-debconf
-- lantz moore <lmoore@debian.org> Wed, 8 Dec 2004 12:28:48 -0800
chkrootkit (0.43-2) unstable; urgency=low
* debconf and cron.daily support (closes: #223466)
-- lantz moore <lmoore@debian.org> Sat, 10 Jan 2004 14:08:15 -0800
chkrootkit (0.43-1) unstable; urgency=low
* New upstream release (closes: #127610) * added dependency on net-tools (closes: #224029) * added note about dhcpd false positive (closes: #225827) * added note about chroot environs (closes: #211379) * added note about subversion metadata dirs (closes: #204910)
-- lantz moore <lmoore@debian.org> Sat, 10 Jan 2004 11:24:37 -0800
2003
chkrootkit (0.42b-1) unstable; urgency=low
* New upstream bug-fix release
* fixed a couple bugs with find, ls, and expertmode_output
(closes: #211185,#222062)
* ifpromisc now parses /proc/net/packet so that it can provide better
diagnostics. (forwarded patch upstream) (closes: #214990)
* added note about postfix-tls in README.Debian (closes: #222105)
* added note about cfs in README.Debian (closes: #193784)
* added note about procps in README.Debian (closes: #222811)
* fixed gnomeview -> geomview "misspelling" in README.Debian
(closes: #218796)
* added note about run in README.Debian (closes: #222778)
* added note about pppoe in README.Debian (closes: #222593)
* added note about r-cran-hmisc & scilab (closes: #222793)
* added note about procps bug (closes: #222811)
* removed build-depends on dbs
-- lantz moore <lmoore@debian.org> Fri, 5 Dec 2003 16:03:51 -0800
chkrootkit (0.42-2) unstable; urgency=low
* build-depend on versioned debhelper
-- lantz moore <lmoore@debian.org> Sun, 14 Sep 2003 15:05:03 -0700
chkrootkit (0.42-1) unstable; urgency=low
* New upstream release (closes: #210933, #202198) * added note about gnomeview false alarm (closes: #206521)
-- lantz moore <lmoore@debian.org> Sun, 14 Sep 2003 14:42:26 -0700
chkrootkit (0.41-2.1) unstable; urgency=high
* Fix FTBFS, thus urgency=high (closes: #203853)
-- Benjamin Drieu <benj@debian.org> Fri, 5 Sep 2003 11:36:17 +0200
chkrootkit (0.41-2) unstable; urgency=low
* fixed some issues with ROOTDIR not being used appropriately
-- lantz moore <lmoore@debian.org> Sun, 20 Jul 2003 13:15:35 -0700
chkrootkit (0.41-1) unstable; urgency=low
* New upstream release (closes: #199406, #185575) * integrated partial patch from #189090 * ifproc should be quiet again (closes: #190978)
-- lantz moore <lmoore@debian.org> Sun, 20 Jul 2003 10:55:45 -0700
chkrootkit (0.40-1) unstable; urgency=low
* New upstream release (closes: #186847) * using dbs
-- lantz moore <lmoore@debian.org> Sun, 13 Apr 2003 13:19:25 -0700
chkrootkit (0.38-1) unstable; urgency=low
* New upstream release (closes: #175447) * Added note to README.Debian (closes: #132079, #160539, #167459)
-- lantz moore <lmoore@debian.org> Sun, 5 Jan 2003 12:41:49 -0800
2002
chkrootkit (0.37-2) unstable; urgency=low
* Added debhelper build-depends. (closes: #163281)
-- lantz moore <lmoore@debian.org> Fri, 4 Oct 2002 22:54:25 -0700
chkrootkit (0.37-1) unstable; urgency=low
* New upstream release. (closes: Bug#153163) * applied "quiet" patch from BTS. (closes: Bug#163154) * retooled debian/rules to use debhelper. (closes: #162726, #142422)
-- lantz moore <lmoore@debian.org> Wed, 2 Oct 2002 21:34:54 -0700
chkrootkit (0.36-1) unstable; urgency=low
* New upstream release
-- Yotam Rubin <yotam@makif.omer.k12.il> Sun, 7 Jul 2002 18:04:49 +0300
chkrootkit (0.35-2) unstable; urgency=low
* Updated contact address.
-- Yotam Rubin <yotamr@bezeqint.net> Wed, 22 May 2002 16:21:20 +0300
chkrootkit (0.35-1) unstable; urgency=low
* New upstream release. Closes: Bug#131152. * Provided location of upstream sources in copyright. Closes: Bug#129551. * Added the -q argument to chkrootkit's manual page. Closes: Bug#128898. * Disabled line break on line 91. Closes: Bug#128916. * Fixed indentation in chkrootkit's manual page. Closes: Bug#129552
-- Yotam Rubin <yotam@makif.omer.k12.il> Thu, 31 Jan 2002 11:28:20 +0200
chkrootkit (0.34-4) unstable; urgency=low
* Fixed kernel version checking error. Patch from David Coe.
Closes: Bug#128841, Bug#128840
* Added missing manual pages for chktwmp and chklastlog. Closes: Bug#127846
* Documented false alarm with noflushd. Closes: Bug#127976.
-- Yotam Rubin <yotam@makif.omer.k12.il> Sat, 12 Jan 2002 13:29:37 +0200
2001
chkrootkit (0.34-3) unstable; urgency=low
* Shortened short description.
-- Yotam Rubin <yotam@makif.omer.k12.il> Mon, 12 Nov 2001 23:17:05 +0200
chkrootkit (0.34-2) unstable; urgency=low
* Added depends on binutils. Closes: Bug#118948
-- Yotam Rubin <yotam@makif.omer.k12.il> Sun, 11 Nov 2001 02:19:59 +0200
chkrootkit (0.34-1) unstable; urgency=low
* Updated chkrootkit's README file.
* Documented possible false alarms situations in README.Debian.
(Closes Bug#102993, Bug#105614)
-- Yotam Rubin <yotam@makif.omer.k12.il> Tue, 9 Oct 2001 20:52:41 +0200
chkrootkit (0.33-1) unstable; urgency=low
* New upstream release
-- Yotam Rubin <yotam@makif.omer.k12.il> Wed, 13 Jun 2001 22:08:28 +0300
chkrootkit (0.32-2) unstable; urgency=low
* Fixed find expression in line 461. Closes: Bug#97649
-- Yotam Rubin <yotam@makif.omer.k12.il> Wed, 16 May 2001 12:29:35 +0300
chkrootkit (0.31-3) unstable; urgency=low
* Various manual page fixes.
-- Yotam Rubin <yotam@makif.omer.k12.il> Sat, 14 Apr 2001 19:30:06 +0300
chkrootkit (0.31-2) unstable; urgency=low
* Uploaded package. Closes: #93787
-- Yotam Rubin <yotam@makif.omer.k12.il> Sat, 12 Apr 2001 01:43:02 +0300
chkrootkit (0.31-1) unstable; urgency=low
* First Debian release
-- Yotam Rubin <yotam@makif.omer.k12.il> Thu, 12 Apr 2001 19:50:25 +0300