Commit Graph

202 Commits

Author SHA256 Message Date
Stephan Kulow
b2283ff731 Accepting request 142508 from Base:System
Update to 7.2.3 (v7-stable) a release providing important fixes
Merged fixes for unreliable kernel timestamp (bnc#783967) 
Require syslog-service >= 2.0 on 12.3, otherwise < 2.0 (bnc#788330) 
imuxsock: do not log EAGAIN in nonblocking recvfrom (bnc#734672)

OBS-URL: https://build.opensuse.org/request/show/142508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=60
2012-11-25 13:04:48 +00:00
b7ebaf8cc5 - Removed {} arround RSYSLOG_PARAMS variable in service file. systemd
seems sometimes to not like it any more (bnc#788330).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=116
2012-11-22 16:56:05 +00:00
86d58ec676 - Update to 7.2.3 (v7-stable) a release providing important fixes
- Merged also fixes for unreliable kernel timestamp regression
  (bnc#783967), which will be picked up in a later v7-stable

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=115
2012-11-22 14:30:54 +00:00
ea7279ef7f Accepting request 142066 from home:mtomaschewski:syslog
- Require syslog-service >= 2.0 on 12.3, otherwise < 2.0, which
  contain the /etc/init.d/syslog init script.

OBS-URL: https://build.opensuse.org/request/show/142066
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=114
2012-11-20 12:23:33 +00:00
2d59f0a5c2 - imuxsock: do not log EAGAIN in nonblocking recvfrom (bnc#734672)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=113
2012-11-13 11:51:39 +00:00
b8fcf9826c Accepting request 141068 from home:mtomaschewski:syslog
- Removed handling of the -c <compat version> option which is
  obsolete in rsyslog-7.x.
- Fixed build requires / deps to work on 12.x and SLE-11-SP2.
- Initialized RSYSLOG_PARAMS env variable in service file.
- Marked additional log socket config as ghost.

OBS-URL: https://build.opensuse.org/request/show/141068
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=112
2012-11-13 08:13:03 +00:00
3cff378c59 Fixed to prerequire syslog-service(-base)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=111
2012-11-09 15:22:10 +00:00
91184410a6 cleaned up some test stuff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=110
2012-11-09 15:09:21 +00:00
1bc12963fa Accepting request 140744 from home:mtomaschewski:branches:Base:System
fixes / cleanups

OBS-URL: https://build.opensuse.org/request/show/140744
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=109
2012-11-09 13:40:18 +00:00
Cristian Rodríguez
2a68653f12 Accepting request 140363 from home:tittiatcoke:branches:Base:System
Updated spec-file based on comments on irc.

OBS-URL: https://build.opensuse.org/request/show/140363
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=108
2012-11-06 18:32:45 +00:00
Stephan Kulow
4043c878b5 Accepting request 139692 from Base:System
- Update to 7.2.1 (v7-stable), a pure bug-fixing release: 
  - bugfix: ruleset()-object did only support a single statement
  - added -D rsyslogd option to enable config parser debug mode
  - improved syntax error messages by outputting the error token
  - the rsyslog core now suspeneds actions after 10 failures in
    a row. This was former the case after 1,000 failures and could
    cause rsyslog to be spammed/ressources misused.
    See the v6 compatibility doc for more details.
  - ommongodb rate-limits error messages to prevent spamming the
    syslog closes (for v7.2):
    http://bugzilla.adiscon.com/show_bug.cgi?id=366
- Enabled compilation of kmsg, the kernel’s new structured logging
  system modile, mmaudit the message modification module supporting
  Linux audit format and mmjsonparse providing the cee-enhanced
  syslog format support message modification module.

- Update to 7.2.0 (v7-stable) a full structured-logging/CEE enabled
  version which provides following features compared to v5-stable:
  * greatly improved configuration language – the new language is
    much more intuitive than the legacy format. It will also prevent
    some typical mistakes simply be not permitting these invalid
    constructs. Note that legacy format is still fully supported
    (and you can of course do the same mistakes if you use legacy
    format).
  * greatly improved execution engine – with nested if/then/else
    constructs as well as the capability to modify variables during
    processing.
  * full support for structured logging and project lumberjack/CEE.
    this includes everything from being able to create, interpret
    and handle JSON-based structured log messages, including the

OBS-URL: https://build.opensuse.org/request/show/139692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=59
2012-10-31 13:04:47 +00:00
8bd1396907 - Update to 7.2.1 (v7-stable), a pure bug-fixing release:
- bugfix: ruleset()-object did only support a single statement
  - added -D rsyslogd option to enable config parser debug mode
  - improved syntax error messages by outputting the error token
  - the rsyslog core now suspeneds actions after 10 failures in
    a row. This was former the case after 1,000 failures and could
    cause rsyslog to be spammed/ressources misused.
    See the v6 compatibility doc for more details.
  - ommongodb rate-limits error messages to prevent spamming the
    syslog closes (for v7.2):
    http://bugzilla.adiscon.com/show_bug.cgi?id=366

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=106
2012-10-29 15:40:59 +00:00
70ae7f73d7 - Enabled compilation of kmsg, the kernel’s new structured logging
system modile, mmaudit the message modification module supporting
  Linux audit format and mmjsonparse providing the cee-enhanced
  syslog format support message modification module.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=105
2012-10-29 15:27:17 +00:00
cffe3d6978 - Update to 7.2.0 (v7-stable) a full structured-logging/CEE enabled
version which provides following features compared to v5-stable:
  * greatly improved configuration language – the new language is
    much more intuitive than the legacy format. It will also prevent
    some typical mistakes simply be not permitting these invalid
    constructs. Note that legacy format is still fully supported
    (and you can of course do the same mistakes if you use legacy
    format).
  * greatly improved execution engine – with nested if/then/else
    constructs as well as the capability to modify variables during
    processing.
  * full support for structured logging and project lumberjack/CEE.
    this includes everything from being able to create, interpret
    and handle JSON-based structured log messages, including the
    ability to normalize legacy text log messages.
  * more plugins – like support for MongoDB, HDFS, and ElasticSearch
    as well as for the kernel’s new structured logging system.
  * higher performance – many optimizations all over the code, like
    5 to 10 times faster execution time for script-based filters,
    enhanced multithreaded TCP input plugin, DNS cache and many more.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=104
2012-10-24 15:10:35 +00:00
Stephan Kulow
ac5d43eb2b Accepting request 138744 from Base:System
- Fix build with new systemd location. (forwarded request 138521 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/138744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=58
2012-10-19 06:51:33 +00:00
Robert Milasan
156d7dcb25 Accepting request 138521 from openSUSE:Factory:Staging:Systemd
- Fix build with new systemd location.

OBS-URL: https://build.opensuse.org/request/show/138521
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=102
2012-10-18 16:10:32 +00:00
17f3ffd9a0 - Use RFC-5424 conform log format with RFC-3339 high-precision
timestamps by default, removed obsolete rsyslog.early.conf.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=101
2012-10-17 14:16:38 +00:00
Stephan Kulow
5d734ce358 Accepting request 135715 from Base:System
- prevent installation with other providers of syslog (bnc#780608) (forwarded request 135714 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/135715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=57
2012-09-25 11:46:00 +00:00
7c2a5dca57 Accepting request 135714 from home:AndreasStieger:rsyslog:v6-stable
- prevent installation with other providers of syslog (bnc#780608)

OBS-URL: https://build.opensuse.org/request/show/135714
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=99
2012-09-24 18:12:53 +00:00
Stephan Kulow
661d498ae8 Accepting request 135222 from Base:System
start failure workaround for a syslogd config parser compatibility issue (bnc#780607)

OBS-URL: https://build.opensuse.org/request/show/135222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=56
2012-09-23 19:10:51 +00:00
26cc15db8c - Changed default /etc/rsyslog.conf we install to not use multiple
facilities with the same priority pattern in one statement using
  the comma operator. This started to cause a start failure with
  rsyslog-6.4.x (bnc#780607) and seems to be a bug in rsyslog.
  Upstream report http://bugzilla.adiscon.com/show_bug.cgi?id=358,
  switched to use alternative syntax using semicolon separator.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=97
2012-09-21 08:56:08 +00:00
1dc062119a - Changed the default /etc/rsyslog.conf we install to not use
multiple facilities with the same priority pattern in one
  statement using the comma operator. This started to cause a
  start failure with rsyslog-6.4.x (bnc#780607) and seems to
  be a bug in rsyslog (upstream verify in progress).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=96
2012-09-21 08:39:27 +00:00
139c655777 Accepting request 135190 from home:AndreasStieger:rsyslog:v6-stable
- update to 6.4.2  [V6-STABLE] 2012-09-20

OBS-URL: https://build.opensuse.org/request/show/135190
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=95
2012-09-20 21:52:28 +00:00
2d6fe30982 Accepting request 135188 from home:AndreasStieger:rsyslog:v6-stable
- add rsyslog-6.4.1-CheckConnection-no-return-in-nonvoid-function.patch
  to fix rsyslog no-return-in-nonvoid-function netstrm.c:258 in
  CheckConnection()

OBS-URL: https://build.opensuse.org/request/show/135188
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=94
2012-09-20 21:33:30 +00:00
312b49b6e1 - Update to 6.4.1 [V6-STABLE] 2012-09-06:
- bugfix: multiple main queues with same queue file name were not
    detected.  This lead to queue file corruption. While the root
    cause is a config error, it is a bug that this important and
    hard to find config error was not detected by rsyslog.
  - bugfix: “jsonf” property replacer option did generate invalid
    JSON in JSON, we have “fieldname”:”value”, but the option
    emitted “fieldname”=”value”. Interestingly, this was accepted
    by a couple of sinks, most importantly elasticsearch. Now the
    correct format is emitted, which causes a remote chance that
    some things that relied on the wrong format will break.
    Thanks to Miloslav Trmač for the patch
  - change $!all-json did emit an empty (thus non-JSON) string if
    no libee data was present. It now emits {} and thus valid JSON.
    There is a small risk that this may break some things that
    relied on the previous inconsistency. Thanks to Miloslav Trmač
    for the patch
  - bugfix: omusrsmsg incorrect return state & config warning
    handling. During config file processing, Omusrmsg often
    incorrectly returned a warning status, even when no warning was
    present (caused by uninitialized variable). Also, the core
    handled warning messages incorrectly, and treated them as
    errors. As a result, omusrmsg (most often) could not properly be
    loaded. Note that this only occurs with legacy config action
    syntax. This was a regression caused by an incorrect merge in to
    the 6.3.x codebase.
    Thanks to Stefano Mason for alerting us of this bug.
  - bugfix: Fixed TCP CheckConnection handling in omfwd.c. Interface
    needed to be changed in lower stream classes. Syslog TCP Sending
    is now resumed properly. Unfixed, that lead to non-detection of

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=93
2012-09-17 12:17:44 +00:00
Ismail Dönmez
23060b3e5b Accepting request 132589 from Base:System
- License is (GPL-3.0+ and Apache-2.0), [bnc#778591]
- The template subpackage was never published, remove obsoletes (forwarded request 132570 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/132589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=55
2012-09-14 10:36:38 +00:00
49f98c6fc5 Accepting request 132570 from home:AndreasStieger:rsyslog:v6-stable
- License is (GPL-3.0+ and Apache-2.0), [bnc#778591]
- The template subpackage was never published, remove obsoletes

OBS-URL: https://build.opensuse.org/request/show/132570
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=91
2012-09-05 06:33:28 +00:00
Andreas Jaeger
be70551bfc Accepting request 132232 from home:AndreasStieger:rsyslog:v6-stable
- update to 6.4.0 [BETA] 2012-08-20
  This is the first version of the 6.4.0 stable branch.
  http://www.rsyslog.com/changelog/
- add rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
  to fix compiler warning
- rsyslog-6.2.2-link-libestr.patch no longer required
- template functionality was removed upstream

- add support for mmnormalize (via liblognorm) and template modules

OBS-URL: https://build.opensuse.org/request/show/132232
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=90
2012-09-04 07:32:45 +00:00
38702a68ef Accepting request 131799 from home:AndreasStieger:rsyslog:v6-revert
revert changes from Base:System rsyslog r88 (request 130709), back to r87, to fix build until liblognorm is available in openSUSE:Factory/snapshot

OBS-URL: https://build.opensuse.org/request/show/131799
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=89
2012-08-27 19:34:47 +00:00
3cbd1df4d4 Accepting request 130709 from home:edssvirt:branches:Base:System
rsyslog with mmnormalize & template modules

OBS-URL: https://build.opensuse.org/request/show/130709
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=88
2012-08-14 15:52:25 +00:00
Ismail Dönmez
7accc4149a Accepting request 129214 from Base:System
- update to 6.2.2 [V6-stable] 2012-06-13
  http://www.rsyslog.com/changelog-for-6-2-2-v6-stable/
- add rsyslog-6.2.2-link-libestr.patch to correctly link against
  libestr (forwarded request 129146 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/129214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=54
2012-07-30 09:18:36 +00:00
5fbfa0aa28 Accepting request 129146 from home:AndreasStieger:rsyslog:v6-stable
- update to 6.2.2 [V6-stable] 2012-06-13
  http://www.rsyslog.com/changelog-for-6-2-2-v6-stable/
- add rsyslog-6.2.2-link-libestr.patch to correctly link against
  libestr

OBS-URL: https://build.opensuse.org/request/show/129146
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=86
2012-07-29 11:41:58 +00:00
Stephan Kulow
d017c6ac2d Accepting request 126949 from Base:System
updated to 5.8.12

OBS-URL: https://build.opensuse.org/request/show/126949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=53
2012-07-03 12:02:37 +00:00
6abbbe743b Accepting request 126798 from home:AndreasStieger:rsyslog:v5-stable
updated to 5.8.12  [V5-stable]

OBS-URL: https://build.opensuse.org/request/show/126798
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=84
2012-07-03 06:39:04 +00:00
Stephan Kulow
3e6f3b62dc Accepting request 116636 from Base:System
update to 5.8.11

OBS-URL: https://build.opensuse.org/request/show/116636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=51
2012-05-07 20:51:08 +00:00
cee33260a4 - Updated to 5.8.11 [V5-stable] 2012-05-03:
- bugfix: ommysql did not properly init/exit the mysql runtime
    library this could lead to segfaults. Triggering condition:
    multiple action instances using ommysql. Thanks to Tomas
    Heinrich for reporting this problem and providing an initial
    patch (which my solution is based on, I need to add more code
    to clean the mess up).
  - bugfix: rsyslog did not terminate when delayable inputs were
    blocked due to unvailable sources. Fixes:
    http://bugzilla.adiscon.com/show_bug.cgi?id=299
    Thanks to Marcin M for bringing up this problem and Andre
    Lorbach for helping to reproduce and fix it.
  - bugfix: active input in “light delay state” could block
    rsyslog termination, at least for prolonged period of time
  - bugfix: imptcp input name could not be set. Config directive
    was accepted, but had no effect
    bugfix: assigned ruleset was lost when using disk queues
    This looked quite hard to diagnose for disk-assisted queues,
    as the pure memory part worked well, but ruleset info was lost
    for messages stored inside the disk queue.
  - bugfix: hostname was not requeried on HUP
    Thanks to Per Jessen for reporting this bug and Marius
    Tomaschewski for his help in testing the fix.
  - bugfix: inside queue.c, some thread cancel states were not
    correctly reset. While this is a bug, we assume it did have
    no practical effect because the reset as it was done was set
    to the state the code actually had at this point. But better
    fix this…
- Removed obsolete requery hostname patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=82
2012-05-07 10:34:57 +00:00
Stephan Kulow
cf273ea6e5 Accepting request 113334 from Base:System
update to 5.8.10 + requery hostname on HUP (bnc#755857)

OBS-URL: https://build.opensuse.org/request/show/113334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=50
2012-04-17 05:49:20 +00:00
1fe9a6caa4 Accepting request 113327 from home:mtomaschewski:branches:Base:System
update + requery hostname on HUP -> works for me

OBS-URL: https://build.opensuse.org/request/show/113327
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=80
2012-04-12 09:52:22 +00:00
Stephan Kulow
d7e5f1ae3f Accepting request 106105 from Base:System
Detect /run/systemd/journal/syslog (bnc#747871),
Update to 5.8.7 [V5-stable]
Get rid of /etc/rsyslog.early.conf (bnc#728565).

OBS-URL: https://build.opensuse.org/request/show/106105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=49
2012-02-21 11:24:50 +00:00
a6ba59f53e Obsoletes listen.conf installed by systemd (bnc#747871).
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=78
2012-02-20 15:51:10 +00:00
ea7540677c - Detect if we have to use the new /run/systemd/journal/syslog
socket instead of the /dev/log under newer systemd versions.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=77
2012-02-20 15:34:54 +00:00
8d095aab10 - updated to 5.8.7 [V5-stable]:
- bugfix: instabilities when using RFC5424 header fields
    Thanks to Kaiwang Chen for the patch
  - bugfix: imuxsock did truncate part of received message if it did
    not contain a proper date. The truncation occured because we
    removed that part of the messages that was expected to be the date.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295
  - bugfix: potential abort after reading invalid X.509 certificate
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=290
    Thanks to Tomas Heinrich for the patch
  - bugfix: stats counter were not properly initialized on creation
  - FQDN hostname for multihomed host was not always set to the correct
    name if multiple aliases existed. Thanks to Tomas Heinreich for the
    patch.
- updated to 5.8.6 [V5-stable]:
  - bugfix: missing whitespace after property-based filter was not
    detected
  - bugfix: $OMFileFlushInterval period was doubled - now using correct
    value
  - bugfix: ActionQueue could malfunction due to index error
    Thanks to Vlad Grigorescu for the patch
  - bugfix: $ActionExecOnlyOnce interval did not work properly
    Thanks to Tomas Heinrich for the patch
  - bugfix: race condition when extracting program name, APPNAME,
    structured data and PROCID (RFC5424 fields) could lead to invalid
    characters e.g. in dynamic file names or during forwarding (general
    malfunction ofthese fields in templates, mostly under heavy load)
  - bugfix: imuxsock did no longer ignore message-provided timestamp,
    if so configured (the *default*). Lead to no longer sub-second
    timestamps.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=76
2012-02-20 14:14:46 +00:00
0c25abf381 - Changed /etc/rsyslog.early.conf to just include rsyslog.conf,
fixed spec to use sd-daemon.[ch] from docs on 11.4 only.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=75
2012-02-20 14:04:02 +00:00
8f067b1d22 - Cleaned up the config files a bit, updated comments in config
file, marked the /etc/rsyslog.early.conf obsolete.
  Note: rsyslog will be started early/before network using its normal
  /etc/rsyslog.conf config file (adopted scripts in syslog-service
  package). When any kind of remote logging is in use, then on-disk
  queues should be enabled. To start it after the network, please set
  the SYSLOG_REQUIRES_NETWORK=yes variable in /etc/sysconfig/syslog
  (bnc#728565).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=74
2012-02-20 13:31:58 +00:00
Stephan Kulow
73563a2b78 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=48
2011-12-06 18:00:48 +00:00
Sascha Peilicke
c48442fe24 Autobuild autoformatter for 81345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=46
2011-09-13 10:31:31 +00:00
Sascha Peilicke
1a78a11180 Accepting request 81345 from Base:System
- update to 5.8.5 [V5-stable]
  - bugfix/security: off-by-two bug in legacy syslog parser,
    CVE-2011-3200 bnc#714658
  - bugfix: mark message processing did not work correctly
  - bugfix: potential hang condition during tag emulation
  - bugfix: too-early string termination during tag emulation
  - bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup
    (msg.c)
  - bugfix: fixed incorrect state handling for Discard Action
    (transactions) Note: This caused all messages in a batch to be
    set to COMMITTED, even if they were discarded.

OBS-URL: https://build.opensuse.org/request/show/81345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=45
2011-09-13 10:31:26 +00:00
a93bdfd569 - update to 5.8.5 [V5-stable]
- bugfix/security: off-by-two bug in legacy syslog parser,
    CVE-2011-3200 bnc#714658
  - bugfix: mark message processing did not work correctly
  - bugfix: potential hang condition during tag emulation
  - bugfix: too-early string termination during tag emulation
  - bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup
    (msg.c)
  - bugfix: fixed incorrect state handling for Discard Action
    (transactions) Note: This caused all messages in a batch to be
    set to COMMITTED, even if they were discarded.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=71
2011-09-07 13:05:12 +00:00
a56f542599 Autobuild autoformatter for 79649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=44
2011-08-24 15:17:12 +00:00
OBS User buildservice-autocommit
26604d0ea8 Updating link to change in openSUSE:Factory/rsyslog revision 44.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=263350e54df3fe28fd2f3f788e370207
2011-08-24 15:17:12 +00:00