[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#605494: marked as done (unblock: syslog-ng/3.1.3-1)



Your message dated Sat, 04 Dec 2010 11:19:37 +0000
with message-id <1291461577.10462.3398.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#605494: unblock: syslog-ng/3.1.3-1
has caused the Debian Bug report #605494,
regarding unblock: syslog-ng/3.1.3-1
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 owner@bugs.debian.org
immediately.)


-- 
605494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605494
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

Please unblock syslog-ng 3.1.3-1 to Squeeze. It's an important bugfix
only release from upstream. Fixes #603617 which make it able to parse
the configuration file version correctly. Includes the following fixes
as well[1]:
test_csvparser: added testcase to cover empty values
LogWriter: set msg_context to NULL in case of the failure path
fixed compilation warning
Limited number of hexadecimal and octal digits interpreted as one
  character
fixed global configuration object possible use after free problem
[logreader] Request a reopen if the FD is stale.
logwriter flush (on exit)
Fixed default permission if the opened file didn't exist
Fixed a typo of octal value encoding
Check in solaris 10 if syslog-ng really running, not just have left it's
  pidfile.
cfg-lex.l: fixed hexadecimal number processing and added \xFF format
  character literals
templates: make it possible to include a literal '$' in the template
LogSource: the window size of source connections was messed up if a new
  connection was established
afinter: fixed possible flow-control problem
config file: accept 3.1 as a config version (or any other similarly well
  formatted value)
fixed program_override() setting
afsql: fix port() option
mark_freq: fixed 100% CPU usage when mark_freq() is changed to 0 during
  a SIGHUP
csvparser: remove the need to explicitly specify an escaping mode

Regards,
Laszlo/GCS
[1] http://git.balabit.hu/?p=bazsi/syslog-ng-3.1.git;a=shortlog




--- End Message ---
--- Begin Message ---
On Tue, 2010-11-30 at 18:05 +0100, Laszlo Boszormenyi wrote:
> Please unblock syslog-ng 3.1.3-1 to Squeeze. It's an important bugfix
> only release from upstream. Fixes #603617 which make it able to parse
> the configuration file version correctly. Includes the following fixes
> as well[1]:
[...]
> fixed program_override() setting

Either I need more coffee, or the upstream documentation of this change
is confused.  The entry in Changes is truncated, but NEWS says:

+       * Fixed program_override() option, previously it overrode the
+         hostname instead because of a typo.

whereas the actual change is:

-      log_msg_set_value(msg, LM_V_PROGRAM, self->options->host_override, self->options->host_override_len);
+      log_msg_set_value(msg, LM_V_HOST, self->options->host_override, self->options->host_override_len);

which suggests that the problem was in host_override which was
erroneously using the program name; program_override was being correctly
applied as an override for the program name, in addition to the
hostname.

Unblocked in any case, as the change makes sense even if the description
of it doesn't. :)

Regards,

Adam



--- End Message ---

Reply to: