Your message dated Tue, 08 Sep 2009 16:37:36 +0000
with message-id <[email protected]>
and subject line Bug#538859: fixed in mergelog 4.5.1-9
has caused the Debian Bug report #538859,
regarding mergelog fails with very short IPv6 addresses
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
538859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mergelog
Version: 4.5.1-7
Severity: normal
mergelog fails when processing log file entries like this one:
::1 - - [27/Jul/2009:16:40:20 +0200] "GET /mod_status?auto HTTP/1.1" 200 441
"-" "collectd/4.4.2"
According to the macro SCAN_OFFSET defined in src/mergelog.c in line 35, the
first 9 characters are stripped from each log file entry. In the line above,
this will result
in the line
27/Jul/2009:16:40:20 +0200] "GET /mod_status?auto HTTP/1.1" 200 441 "-"
"collectd/4.4.2"
Hence, on line 406 memchr() doesn't find the character "[" and fails.
Setting SCAN_OFFSET to 8 instead of 9 fixes this problem.
This issue affects both mergelog 4.5.1-7 (stable) and 4.5.1-8 (testing and
unstable).
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable'), (1, 'experimental'), (1, 'unstable'), (1,
'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mergelog depends on:
ii libc6 2.9-20 GNU C Library: Shared libraries
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
mergelog recommends no packages.
mergelog suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: mergelog
Source-Version: 4.5.1-9
We believe that the bug you reported is fixed in the latest version of
mergelog, which is due to be installed in the Debian FTP archive:
mergelog_4.5.1-9.diff.gz
to pool/main/m/mergelog/mergelog_4.5.1-9.diff.gz
mergelog_4.5.1-9.dsc
to pool/main/m/mergelog/mergelog_4.5.1-9.dsc
mergelog_4.5.1-9_i386.deb
to pool/main/m/mergelog/mergelog_4.5.1-9_i386.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.
Ryan Niebur <[email protected]> (supplier of updated mergelog 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.8
Date: Mon, 07 Sep 2009 14:48:47 -0700
Source: mergelog
Binary: mergelog
Architecture: source i386
Version: 4.5.1-9
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur <[email protected]>
Changed-By: Ryan Niebur <[email protected]>
Description:
mergelog - utility that merges httpd log files by date
Closes: 538859
Changes:
mergelog (4.5.1-9) unstable; urgency=low
.
* set SCAN_OFFSET to 8 (Closes: #538859)
* add DMUA field
* set Standards-Version to 3.8.3
* use quilt, make debian/rules smaller
Checksums-Sha1:
83fc03c212a6e4983c1c1e9de8c7665cf8c03ab3 1187 mergelog_4.5.1-9.dsc
84f23f4fe4c49092c0219ff0650dcd963e292c3f 3034 mergelog_4.5.1-9.diff.gz
19efde632620ad1bf530e57323c25bd8017bc053 10760 mergelog_4.5.1-9_i386.deb
Checksums-Sha256:
d04485fe16ebaa82f422fa8644f06ef6ea8cfb694893be8e918fa357a4bcafc0 1187
mergelog_4.5.1-9.dsc
b9f9897d8e91a2d09ca6502aabc21a4167c5b9e2ef96e089bcb56bcf542a8de8 3034
mergelog_4.5.1-9.diff.gz
6c0b39864c03c79e44d2909acdbd2303671139ae4a75ddf400b81bae4cdf8f5e 10760
mergelog_4.5.1-9_i386.deb
Files:
e5169557238676b3a22bf66b2ec5500a 1187 utils optional mergelog_4.5.1-9.dsc
f74cf4e962313e797f2281a5917c9936 3034 utils optional mergelog_4.5.1-9.diff.gz
d23e5c8a62f9aa01a1f742993ecc3d46 10760 utils optional mergelog_4.5.1-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkqmc/MACgkQOzKYnQDzz+TMQACffuanVv07DcgIZgQ2g8bTmL93
SLIAoNSYHQGUaCwvcLbosIVd3YtTo3x6
=yufR
-----END PGP SIGNATURE-----
--- End Message ---