Commit Graph

108 Commits

Author SHA256 Message Date
ad0f939310 - Fixed SLES-11 build that does not have rst2man/python-docutils;
added pre-built rscryutil.1 and rsgtutil.1 as sources because
  v7.3.14 does not ship them pre-built any more.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=148
2013-05-13 09:46:03 +00:00
ae9c65dc33 - update to 7.3.14 [beta] 2013-05-06:
- bugfix: some man pages were not properly installed either
    rscryutil or rsgtutil man was installed, but not both.
    Thanks to Marius Tomaschewski for the patch.
  - bugfix: potential segfault on startup when builtin module was
    specified in module() statement.
    Thanks to Marius Tomaschewski for reporting the bug.
  - bugfix: segfault due to invalid dynafile cache handling
    Accidently, the old-style cache size parameter was used when the
    dynafile cache was created in a RainerScript action. If the
    old-style size was lower than the one actually set, this lead to
    misadressing when the size was overrun, and that could lead to
    all kinds of “interesting things”, often in segfaults.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=147
2013-05-07 18:50:45 +00:00
28eb7eed6a - Enabled log file signing module lmsig_gt using GuardTime as
separate rsyslog-module-guardtime package.
- Moved previously enabled log file encryption module lmcry_gcry
  and its utility into a separate rsyslog-module-gcrypt package.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=144
2013-04-30 10:52:44 +00:00
5e869d9e99 Fixed to use systemd journal on > 12.3
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=142
2013-04-30 07:55:48 +00:00
f9819e9875 - Removed obsolete --enable-pthreads configure option.
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=141
2013-04-30 07:42:53 +00:00
625bc57f87 - Enabled systemd imjournal,omjournal modules.
- Enabled mmanon, providing anonymization support
- Enabled lmcry_gcry.so, providing log file encryption support
  and the rscryutil utility to manage the encrypted log files.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=140
2013-04-30 07:35:46 +00:00
0d53554807 - update to 7.3.13 [beta] 2013-04-29:
- update to 7.3.12  [devel] 2013-04-25:
- update to 7.3.11  [devel] 2013-04-23
- Added new lmcry_gcry.so plugin providing support for log file
  encryption to the rsyslog-module-gtls package.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=139
2013-04-30 06:47:18 +00:00
12bca0b5e3 Accepting request 172597 from home:AndreasStieger:rsyslog-stable
fix build

OBS-URL: https://build.opensuse.org/request/show/172597
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=137
2013-04-19 22:04:19 +00:00
37c5195d5e OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=135 2013-04-19 10:52:31 +00:00
af393ada32 - update to 7.2.7 [v7-stable] 2013-04-17
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=134
2013-04-19 09:40:00 +00:00
61396614da Accepting request 163983 from home:elvigia:branches:Base:System
- Fix systemd units to do exactly what is documented as 
 required --> http://www.freedesktop.org/wiki/Software/systemd/syslog
 In particular, it must not mess with the ordering of syslog.target
 this is done by removing the custom unit and adapting the upstream
 one with openSUSE additions (rsyslog-unit.patch)

OBS-URL: https://build.opensuse.org/request/show/163983
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=132
2013-04-14 16:56:48 +00:00
a979ac07f5 - Fixed relp build requires change, which broke SLE-11 build.
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=126
2013-01-15 09:36:53 +00:00
a65d6fd2d9 Accepting request 148506 from home:AndreasStieger:rsyslog-stable
update to 7.2.5

OBS-URL: https://build.opensuse.org/request/show/148506
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=125
2013-01-14 22:16:27 +00:00
fa77c9ccdf Accepting request 147807 from home:mtomaschewski:branches:Base:System
- Enable rsyslog.service and create the syslog.service alias link
  in post install -- regardless of a preset config (bnc#790805).
- Check the existence of /etc/init.d/syslog script before calling
  the restart_on_update and stop_on_removal macros to avoid errors
  on update. Since openSUSE 12.3, no syslog init script is shipped
  (bnc#90298,bnc#750478).

OBS-URL: https://build.opensuse.org/request/show/147807
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=122
2013-01-10 10:59:36 +00:00
3d1ee4b9dc - Update to 7.2.4 [v7-stable] with following changes:
- enhance: permit RFC3339 timestamp in local log socket messages
    Thanks to Sebastien Ponce for the patch.
  - imklog: added ParseKernelTimestamp parameter (import from 5.10.2)
    Thanks to Marius Tomaschewski for the patch.
  - fix missing functionality: ruleset(){} could not specify ruleset queue
    The "queue.xxx" parameter set was not supported, and legacy ruleset
    config statements did not work (by intention). The fix introduces the
    "queue.xxx" parameter set. It has some regression potential, but only
    for the new functionality. Note that using that interface it is possible
    to specify duplicate queue file names, which will cause trouble. This
    will be solved in v7.3, because there is a too-large regression
    potential for the v7.2 stable branch.
  - imklog: added KeepKernelTimestamp parameter (import from 5.10.2)
    Thanks to Marius Tomaschewski for the patch.
  - bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds
    ... actually, they are microseconds. So the fractional part of the 
    timestamp was not properly formatted. (import from 5.10.2)
    Thanks to Marius Tomaschewski for the bug report and the patch idea.
  - bugfix: supportoctetcountedframing parameter did not work in imptcp
  - bugfix: modules not (yet) supporting new conf format were not properly
    registered. This lead to a "module not found" error message instead of
    the to-be-expected "module does not support new style" error message.
    That invalid error message could be quite misleading and actually stop
    people from addressing the real problem (aka "go nuts" ;))
  - bugfix: template "type" parameter is mandatory (but was not)
  - bugfix: some message properties could be garbled due to race condition
    This happened only on very high volume systems, if the same message was
    being processed by two different actions. This was a regression caused
    by the new config processor, which did no longer properly enable msg

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=120
2013-01-07 11:12:28 +00:00
d882c5c7c2 Accepting request 142910 from home:mtomaschewski:syslog
forward of rq142533 to Base:System
- fix zeromq support
- fix hiredis support
- enabled elastic search support (build enabled by default):
  -> new buildrequires curl devel
  -> new subpackage rsyslog-module-elasticsearch
- added --enable-unlimited-select
- added --enable-imttcp:
  -> this module is packaged in the main package as it has no
     new dependencies
- added --enable-imdiag
  -> this module is packaged in the diag package
- prepared adding support for hiredis, hdfs, mongodb and zeromq

OBS-URL: https://build.opensuse.org/request/show/142910
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=118
2012-11-26 13:39:14 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
efed946820 - Adopted to require new syslog-service package on 12.x, that
provides the /etc/init.d/syslog LSB init script and systemd
  syslog.service service file. Removed rsyslog.service file
  installation from spec file. (fate#311316).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=69
2011-08-24 11:21:41 +00:00
OBS User buildservice-autocommit
f7b62d0db8 Updating link to change in openSUSE:Factory/rsyslog revision 42.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=5a7b7f4e7c3e93c5cfd05d0a4dfaf192
2011-08-23 13:35:34 +00:00