[ubuntu/oneiric] logcheck 1.3.14 (Accepted)

Lo?c Minier lool at dooz.org
Mon Oct 3 23:54:51 UTC 2011


logcheck (1.3.14) unstable; urgency=low

  [ martin f. krafft ]
  * ignore.d.server/postfix:
    - ignore notice about verified TLS connections.
  * ignore.d.server/openvpn:
    - broaden filters to catch more messages.

  [ Hanspeter Kunz ]
  * ignore.d.server/dovecot:
    - allow for arbitrary msgids
    - ignore discarded vacation replies with precedence Bulk and list
    - ignore notice about managesieve logouts (closes: #637918)
  * ignore.d.server/postfix:
    - ignore (temporary) rejects messages when the sender domain is not found
    - ignore verify cache db cleanups

  [ Hannes von Haugwitz ]
  * src/logcheck:
    - added numeric timezone information to subject line
    - re-enabled globbing of logfile names (closes: #616103)
  * docs/README.logcheck-database:
    - mention logcheck-test in 'TESTING RULES' section
  * ignore.d.workstation/wpasupplicant:
    - match 5200, 5300, 5260 and 5680 MHz in 'Trying to associate' message
    - allow WPA protocol in 'wpa_action: key_mgmt' message
    - ignore "mode=station" message
    - ignore "Trying to authenticate" message
    - allow '/run/sendsigs.omit.d' as location for pidfile (closes: #633030)
  * ignore.d.server/login:
    - adjusted rule to match serial terminals
  * ignore.d.workstation/kernel:
    - ignore "Spinning up disk" message
    - ignore 'cfg80211: Calling CRDA for country' message
    - ignore 'Monitor-Mwait' messages
    - ignore WLAN 'waiting for beacon' and 'beacon received' messages
    - allow 'device number' in '(new|reset) (low|full|high) speed USB' and
      'USB disconnect' messages
  * ignore.d.server/cron-apt:
    - allow optional whitespace between value and unit, thanks to
      Gabor Kiss (closes: #609649)
    - allow optional architecture in "Get" message
  * ignore.d.server/dnsmasq:
    - allow '-' in interface name, thanks to Jan Evert van Grootheest
      (closes: #608256)
  * src/logcheck, etc/logcheck.conf:
    - added option to compress attachment with gzip
  * ignore.d.server/snmpd:
    - adjusted UDP rule to match new SNMP output format, thanks to
      Robert Naylor (closes: #613124)
  * docs/logcheck-test.1:
    - use 'logcheck-test' instead of 'logcheck' in the EXAMPLES
  * ignore.d.workstation/libpam-gnome-keyring:
    - adjusted rule to match messages without quotes (closes: #618411)
  * ignore.d.server/dhclient:
    - allow '-' in interface name (closes: #622942)
  * ignore.d.server/spamd:
    - adjusted 'child cleanup' rule to match new format, thanks to Enno Gröper
      (closes: #632471)
  * src/logcheck-test:
    - allow symbolic link as rule file
  * ignore.d.workstation/xlockmore:
    - applied patch by Libor Polčák: ignore local display
  * logcheck-database.preinst:
    - deleting ignore.d.server/webmin, package has been removed from debian
  * ignore.d.server/kernel:
    - ignore "kvm: emulating exchange as write" message
    - allow optional ". Opts: (null)" at the end of "mounted filesystem with
      (writeback|ordered) data mode" message
  * ignore.d.server/amavisd-new:
    - allow quarantine in "Passed SPAM" log line
    - allow subdirectories for quarantine messages and made Message-ID in
      "Passed BAD-HEADER" log lines optional, thanks to John Clements
    - allow compressed quarantine messages (closes: #639839)
  * debian/rules:
    - added build-indep and build-arch targets
  * debian/control:
    - bumped to Standards-Version 3.9.2 (no changes necessary)

  [ Gerfried Fuchs ]
  * Remove myself from uploaders.

  [ Jeremy L. Gaddis ]
  * ignore.d.server/postfix:
    - adjust postfix certificate fingerprint rule to match new output
      format, thanks to Loïc Minier (closes: #616616)
  * ignore.d.server/amavisd-new:
    - adjusted rule to match new output format, thanks to Adrian Lang
      (closes: #624197)
  * ignore.d.server/ssh:
    - add rule to ignore AllowGroups denial, thanks to Gerald Turner
      (closes: #637923)
  * ignore.d.server/dovecot:
    - adjusted rule to match IPv6 addresses, thanks to Gerald Turner
      (closes: #637916)
  * debian/copyright:
    - updated copyright year to 2011
    - added myself as team member

  [ Frédéric Brière ]
  * violations.d/kernel:
    - ignore whitespace before timestamp
  * ignore.d.workstation/kernel:
    - allow '.' in input device name

Date: Mon,  03 Oct 2011 23:51:48 +0000
Changed-By: Lo?c Minier <lool at dooz.org>
Maintainer: Debian logcheck Team <logcheck-devel at lists.alioth.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/logcheck/1.3.14
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  03 Oct 2011 23:51:48 +0000
Source: logcheck
Binary: logcheck, logcheck-database, logtail
Architecture: source
Version: 1.3.14
Distribution: oneiric
Urgency: low
Maintainer: Debian logcheck Team <logcheck-devel at lists.alioth.debian.org>
Changed-By: Lo?c Minier <lool at dooz.org>
Description:
 logcheck   - mails anomalies in the system logfiles to the administrator
Closes: 608256 609649 613124 616103 616616 618411 622942 624197 632471 633030 637916 637918 637923 639839
Files:
 cbd32dbdcb877f267636205f33ede790 161518 admin optional logcheck_1.3.14.tar.gz
 d78f5aac898949b0b47972bbdd0acfc2 1730 admin optional logcheck_1.3.14.dsc
Changes:
 logcheck (1.3.14) unstable; urgency=low
 .
   [ martin f. krafft ]
   * ignore.d.server/postfix:
     - ignore notice about verified TLS connections.
   * ignore.d.server/openvpn:
     - broaden filters to catch more messages.
 .
   [ Hanspeter Kunz ]
   * ignore.d.server/dovecot:
     - allow for arbitrary msgids
     - ignore discarded vacation replies with precedence Bulk and list
     - ignore notice about managesieve logouts (closes: #637918)
   * ignore.d.server/postfix:
     - ignore (temporary) rejects messages when the sender domain is not found
     - ignore verify cache db cleanups
 .
   [ Hannes von Haugwitz ]
   * src/logcheck:
     - added numeric timezone information to subject line
     - re-enabled globbing of logfile names (closes: #616103)
   * docs/README.logcheck-database:
     - mention logcheck-test in 'TESTING RULES' section
   * ignore.d.workstation/wpasupplicant:
     - match 5200, 5300, 5260 and 5680 MHz in 'Trying to associate' message
     - allow WPA protocol in 'wpa_action: key_mgmt' message
     - ignore "mode=station" message
     - ignore "Trying to authenticate" message
     - allow '/run/sendsigs.omit.d' as location for pidfile (closes: #633030)
   * ignore.d.server/login:
     - adjusted rule to match serial terminals
   * ignore.d.workstation/kernel:
     - ignore "Spinning up disk" message
     - ignore 'cfg80211: Calling CRDA for country' message
     - ignore 'Monitor-Mwait' messages
     - ignore WLAN 'waiting for beacon' and 'beacon received' messages
     - allow 'device number' in '(new|reset) (low|full|high) speed USB' and
       'USB disconnect' messages
   * ignore.d.server/cron-apt:
     - allow optional whitespace between value and unit, thanks to
       Gabor Kiss (closes: #609649)
     - allow optional architecture in "Get" message
   * ignore.d.server/dnsmasq:
     - allow '-' in interface name, thanks to Jan Evert van Grootheest
       (closes: #608256)
   * src/logcheck, etc/logcheck.conf:
     - added option to compress attachment with gzip
   * ignore.d.server/snmpd:
     - adjusted UDP rule to match new SNMP output format, thanks to
       Robert Naylor (closes: #613124)
   * docs/logcheck-test.1:
     - use 'logcheck-test' instead of 'logcheck' in the EXAMPLES
   * ignore.d.workstation/libpam-gnome-keyring:
     - adjusted rule to match messages without quotes (closes: #618411)
   * ignore.d.server/dhclient:
     - allow '-' in interface name (closes: #622942)
   * ignore.d.server/spamd:
     - adjusted 'child cleanup' rule to match new format, thanks to Enno Gröper
       (closes: #632471)
   * src/logcheck-test:
     - allow symbolic link as rule file
   * ignore.d.workstation/xlockmore:
     - applied patch by Libor Polčák: ignore local display
   * logcheck-database.preinst:
     - deleting ignore.d.server/webmin, package has been removed from debian
   * ignore.d.server/kernel:
     - ignore "kvm: emulating exchange as write" message
     - allow optional ". Opts: (null)" at the end of "mounted filesystem with
       (writeback|ordered) data mode" message
   * ignore.d.server/amavisd-new:
     - allow quarantine in "Passed SPAM" log line
     - allow subdirectories for quarantine messages and made Message-ID in
       "Passed BAD-HEADER" log lines optional, thanks to John Clements
     - allow compressed quarantine messages (closes: #639839)
   * debian/rules:
     - added build-indep and build-arch targets
   * debian/control:
     - bumped to Standards-Version 3.9.2 (no changes necessary)
 .
   [ Gerfried Fuchs ]
   * Remove myself from uploaders.
 .
   [ Jeremy L. Gaddis ]
   * ignore.d.server/postfix:
     - adjust postfix certificate fingerprint rule to match new output
       format, thanks to Loïc Minier (closes: #616616)
   * ignore.d.server/amavisd-new:
     - adjusted rule to match new output format, thanks to Adrian Lang
       (closes: #624197)
   * ignore.d.server/ssh:
     - add rule to ignore AllowGroups denial, thanks to Gerald Turner
       (closes: #637923)
   * ignore.d.server/dovecot:
     - adjusted rule to match IPv6 addresses, thanks to Gerald Turner
       (closes: #637916)
   * debian/copyright:
     - updated copyright year to 2011
     - added myself as team member
 .
   [ Frédéric Brière ]
   * violations.d/kernel:
     - ignore whitespace before timestamp
   * ignore.d.workstation/kernel:
     - allow '.' in input device name



More information about the Oneiric-changes mailing list