Your message dated Sun, 19 Feb 2006 05:32:21 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343631: fixed in logcheck 1.2.43
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: logcheck-database
Version: 1.2.42
Severity: normal
Tags: patch

Unless there is a good reason not to do so, logcheck may as well ignore
sudo commands from the virtual consoles (/dev/vc/*) too. This affects
the first line in /etc/logcheck/violations.ignore.d/logcheck-sudo.
Here's a suggested replacement:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sudo:[[:space:]]+[_[:alnum:]-]+ : 
TTY=(unknown|(pts/|tty|vc/)[0-9]+) ; PWD=.+ ; USER=[^[:space:]]+ ; 
COMMAND=/(usr|etc|bin|sbin)/.*$

p.s. Does the "patch" tag literally mean patch with some automation
implications, or that a fix is included?

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0]         1.4.59     Debian configuration management sy

logcheck-database recommends no packages.

-- debconf information:
* logcheck-database/rules-directories-note:
  logcheck-database/standard-rename-note:
  logcheck-database/conffile-cleanup: false

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


--- End Message ---
--- Begin Message ---
Source: logcheck
Source-Version: 1.2.43

We believe that the bug you reported is fixed in the latest version of
logcheck, which is due to be installed in the Debian FTP archive:

logcheck-database_1.2.43_all.deb
  to pool/main/l/logcheck/logcheck-database_1.2.43_all.deb
logcheck_1.2.43.dsc
  to pool/main/l/logcheck/logcheck_1.2.43.dsc
logcheck_1.2.43.tar.gz
  to pool/main/l/logcheck/logcheck_1.2.43.tar.gz
logcheck_1.2.43_all.deb
  to pool/main/l/logcheck/logcheck_1.2.43_all.deb
logtail_1.2.43_all.deb
  to pool/main/l/logcheck/logtail_1.2.43_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.
Todd Troxell <[EMAIL PROTECTED]> (supplier of updated logcheck 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: Sun, 19 Feb 2006 07:55:46 -0500
Source: logcheck
Binary: logcheck logtail logcheck-database
Architecture: source all
Version: 1.2.43
Distribution: unstable
Urgency: low
Maintainer: Debian logcheck Team <[email protected]>
Changed-By: Todd Troxell <[EMAIL PROTECTED]>
Description: 
 logcheck   - mails anomalies in the system logfiles to the administrator
 logcheck-database - database of system log rules for the use of log checkers
 logtail    - Print log file lines that have not been read
Closes: 307585 336079 336558 337517 337916 337998 338003 338732 340226 343631 
344553 344620 344716 346350 346502 347227 351669 353148
Changes: 
 logcheck (1.2.43) unstable; urgency=low
 .
   [ maximilian attems ]
   * Add exim4 rule for defered messages.
   * Fix ssh rule for valid session.
   * Add some kernel rules for some sony device.
 .
   [ Todd Troxell ]
   * Correct hylafax receive rule.
   * Add /var/lib/logcheck to INSTALL, Thanks to Jonathan Adamczewski
     <[EMAIL PROTECTED]>
   * Add check to see if logcheck cfg is accessible.  Thanks Markus Peuhkuri
     <[EMAIL PROTECTED]> (Closes: #344553)
   * Add Marcus Peuhkuri's ssh-summarizer script to doc dir (Closes: #307585)
   * Correct Postfix rule for "address not listed for hostname"
     (Closes: #344620)
   * Update copyright year to 2006
   * Add Dutch Debconf translation, thanks Frans Pop <[EMAIL PROTECTED]>
     (Closes: #344716)
   * Patch from Bill Wohler <[EMAIL PROTECTED]> to sudo vc ignore rules
     (Closes: #343631)
   * Remove redundant hylafax mdoem string rule
   * Add exit status section to manpage
 .
   [ Jamie Penman-Smithson ]
   * Add snmpd rule to match new "Connection from UDP" messages. Thanks to
     Ralf Hildebrandt <[EMAIL PROTECTED]>. (Closes: #337916)
   * Update dovecot rule to match new log format - lowercase method - yet
     again. (Closes: #337517)
   * Add various new kernel rules at workstation level. Thanks to Dave Vehrs
     <[EMAIL PROTECTED]>. (Closes: #337998)
   * Fix postfix rules to match "initializing server-side TLS engine"
     messages. (Closes: #347227)
   * Update su rules for login 4.0.x. (Closes: #346502)
   * Reword EXAMPLES section in the logcheck manpage. Thanks to
     Jari Aalto <[EMAIL PROTECTED]>. (Closes: #351669)
   * Update postfix/lmtp rule to match new log format in postfix 2.3.
   * Use 'find' instead of 'run-parts' to list the contents of
     directories since 'run-parts' cannot handle filenames with periods.
     Update control to depend on findutils.
   * Exit with an error if a rule file is unreadable. (Closes: #340226)
   * Add postfix rule to match "statistics: max simultaneous domains[..]"
     scache messages.
   * Update spamd rules. Thanks to Russ Allbery <[EMAIL PROTECTED]> &
     Karl Chen <[EMAIL PROTECTED]>. (Closes: #336558)
   * Fix ntp rules to match ipv6 addresses too. Thanks to Beat Bolli
     <[EMAIL PROTECTED]>. (Closes: #336079)
   * Add first rule for cvs-pserver. (Closes: #338732)
   * Modify dhcp rules to match dhcpd output when no client hostname is
     returned and '(none)' is used. (Closes: #346350)
   * Add the first rules for cron-apt. Thanks to Dave Vehrs <[EMAIL PROTECTED]>.
     (Closes: #338003)
   * Add logcheck to /etc/aliases during install. (Closes: #353148)
   * Add the first rules for dspam.
Files: 
 99e33aaf449a09d9dbdebd6400cabbf7 736 admin optional logcheck_1.2.43.dsc
 942911dc8fbc2a34cb96f28476559cf4 108777 admin optional logcheck_1.2.43.tar.gz
 d53bb50699c219e88ad6743ce238905e 50758 admin optional logcheck_1.2.43_all.deb
 ff92694f3c91a887ccf58da3ad5a8410 69112 admin optional 
logcheck-database_1.2.43_all.deb
 acfd8e5734e7ef0aa2f29ba91ba5b16b 31940 admin optional logtail_1.2.43_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+G/W4u3oQ3FHP2YRAjkjAJ4zjWg4YDE82a1KzYYV2QldhvmQjACfSin3
HpwzDP9SVQHF4pbLIKPpFzw=
=XML1
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to