Commit Graph

137 Commits

Author SHA256 Message Date
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
c023d8032d Accepting request 79342 from home:darix:branches:Base:System
- Update to 5.8.4 [V5-stable]
  - bugfix: potential misadressing in property replacer
  - bugfix: memcpy overflow can occur in allowed sender checkig if
    a name is resolved to IPv4-mapped-on-IPv6 address Found by
    Ismail Dönmez at suse
  - bugfix: potential misadressing in property replacer
  - bugfix: MSGID corruption in RFC5424 parser under some
    circumstances closes:
    http://bugzilla.adiscon.com/show_bug.cgi?id=275
- remove rsyslog-5.8.0-memcpy.patch:
  applied upstream
- fix build for older distros:
  only buildrequire systemd-devel for newer than 11.4, use systemd
  for the others

OBS-URL: https://build.opensuse.org/request/show/79342
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=67
2011-08-19 14:20:41 +00:00
Cristian Rodríguez
ee2d96ecd1 Accepting request 79282 from home:elvigia:branches:Base:System
- Fix build with new gnutls

OBS-URL: https://build.opensuse.org/request/show/79282
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=66
2011-08-19 04:59:31 +00:00
OBS User buildservice-autocommit
3b141fadca Updating link to change in openSUSE:Factory/rsyslog revision 40.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=9a1aca0bee6a5aa7a378466738c81979
2011-08-02 08:32:28 +00:00
Andreas Jaeger
607f9a748d Accepting request 77638 from home:a_jaeger:branches:openSUSE:Factory
Require systemd-devel to follow package split.

OBS-URL: https://build.opensuse.org/request/show/77638
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=64
2011-08-02 07:35:48 +00:00
Andreas Jaeger
ca766b275d Accepting request 76171 from home:darix:branches:Base:System
- drop modules imtemplate and omtemplate, the 2 modules are base
  templates for people who want to develop their own modules.

- enabled a few more modules which dont pull extra dependencies:
  impstats, pmcisconames, pmaixforwardedfrom, pmsnare, pmrfc3164sd,
  omruleset, mmsnmptrapd

- guard the file list entry for rsyslog.service with
  if {with systemd}. Please keep the package working on older
  distros.

- upstream asked to change the syntax in the default config files
  to the new syntax:
  old: *.* * # (write to all)
  new: *.* :omusrmsg:*
  old: *.* $channel
  new: *.* :omfile:$channel
  from what i can see we are only affected with:
  old: *.emerg *
  new: *.emerg :omusrmsg:*

- Updated to 5.8.3  [V5-stable]

OBS-URL: https://build.opensuse.org/request/show/76171
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=62
2011-07-14 07:54:05 +00:00
OBS User buildservice-autocommit
2020c28290 Updating link to change in openSUSE:Factory/rsyslog revision 37.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=f95089bb528d3aa3c56ef2e55e56ce61
2011-06-28 08:38:15 +00:00
f03a81d91c Updated to 5.8.2 fixing important bugs (bnc#701282)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=60
2011-06-27 07:29:22 +00:00
OBS User buildservice-autocommit
a8bfc333af Updating link to change in openSUSE:Factory/rsyslog revision 35.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=e649fd720a6709f64936efe164ee3f43
2011-06-01 08:29:48 +00:00
Cristian Rodríguez
c87dba89f9 Accepting request 72262 from home:a_jaeger:branches:openSUSE:Factory
Add systemd service file back (bnc#696963).

OBS-URL: https://build.opensuse.org/request/show/72262
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=58
2011-05-31 22:12:56 +00:00
OBS User buildservice-autocommit
49309b1fa5 Updating link to change in openSUSE:Factory/rsyslog revision 33.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=a25518c0c7b2ee90dd828dc3616ea807
2011-05-27 11:40:46 +00:00
e6148ea177 - Removed touch of obsolete /var/log/boot.log from spec post.
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=56
2011-05-27 07:55:14 +00:00
OBS User buildservice-autocommit
00745a4628 Updating link to change in openSUSE:Factory/rsyslog revision 31.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=36a3c4d39232e9edaf56baba08c3680c
2011-05-20 13:18:25 +00:00
a9386218eb Accepting request 70721 from home:darix:branches:Base:System
- update to 5.8.1

OBS-URL: https://build.opensuse.org/request/show/70721
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=54
2011-05-19 16:08:03 +00:00
OBS User buildservice-autocommit
d9a273d7aa Updating link to change in openSUSE:Factory/rsyslog revision 29.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=20f6bfb1c8c8f8ba7209f880512bd68f
2011-05-05 08:05:47 +00:00
OBS User buildservice-autocommit
88d066bbd6 Accepting request 69430 from Base:System
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/69430
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=53
2011-05-05 08:05:37 +00:00
4bab856a1b Accepting request 68832 from home:namtrac:branches:Base:System
Fix possible memcpy overflow, found by gcc 4.6

OBS-URL: https://build.opensuse.org/request/show/68832
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=51
2011-04-29 12:54:06 +00:00
15ed19ad3b Accepting request 68824 from home:darix:branches:Base:System
- move most of the additional requirements and subpackages into
  conditionals so we can switch them on and off by more easily.

OBS-URL: https://build.opensuse.org/request/show/68824
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=50
2011-04-29 12:05:20 +00:00
a3cec4ffef - Fixed (reverted?) to use variables in rsyslog.conf.in
- Added comments with bugzilla / fate references

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=49
2011-04-27 09:31:00 +00:00
6067e5e03e - Dropped obsolete rsyslog-systemd-integration.bnc656104.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=48
2011-04-26 12:31:58 +00:00
fa9db82161 Accepting request 68368 from home:darix:branches:Base:System
ok

OBS-URL: https://build.opensuse.org/request/show/68368
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=47
2011-04-26 12:29:10 +00:00
Cristian Rodríguez
ed9f503103 Accepting request 68222 from home:darix:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/68222
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=46
2011-04-25 23:46:25 +00:00
OBS User buildservice-autocommit
7206518499 Updating link to change in openSUSE:Factory/rsyslog revision 25.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=41800352c0468b13006a8499604a3852
2011-04-21 11:43:34 +00:00
b7e23bedcb - bugfix: race condition in deferred name resolution (id=238)
from v5.8.0 candidate.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=44
2011-04-08 13:27:45 +00:00
0b41c4d0e8 - Updated to 5.6.5 (v5-stable) with following bugfixes:
* bugfix: failover did not work correctly if repeated msg
  reduction was on
  * bugfix: omlibdbi did not use password from rsyslog.conf
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
  * bugfix(kind of): tell users that config graph can currently
  not be generated
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
  * bugfix: discard action did not work under some circumstances
  fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
  * bugfix: potential abort condition when $RepeatedMsgReduction
  were set to on as well as potentially in a number of other places
  where MsgDup() was used. This only happened when the imudp input
  module was used and it depended on name resolution not yet had
  taken place.
  * bugfix: fixed a memory leak and potential abort condition
  this could happen if multiple rulesets were used and some output
  batches contained messages belonging to more than one ruleset.
  fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226
  fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
  * bugfix: memory leak when $RepeatedMsgReduction on was used
  bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
- Merged systemd socket activation support

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=40
2011-03-24 12:29:01 +00:00
236ac16755 - disabled systemd patch for openSUSE <= 11.3
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=38
2011-02-02 16:48:18 +00:00
ec9f8a1060 updated with_dbi build conditions
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=37
2011-02-02 16:37:32 +00:00
994b3291fa - update to 5.6.3 (v5-stable) with following bugfixes (digest):
* action processor released mememory too early, resulting in
  potential issue in retry cases (very unlikely).
  * batch processing flagged invalid message as "bad" under some
  circumstances
  * unitialized variable could cause issues under extreme
  conditions plus some minor nits.
  * batches which had actions in error were not properly retried
  in all cases
  * imfile did duplicate messages under some circumstances
- enabled plain tcp input, unix socket output, last message
  parser and the libdbi module as separate package.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=36
2011-02-02 16:11:38 +00:00
OBS User buildservice-autocommit
9731a90bce Updating link to change in openSUSE:Factory/rsyslog revision 19.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=1a0a92075880d5ae62176044d7b4ab35
2010-12-05 22:00:28 +00:00
bbb8e3484a - update to 5.6.2 (v5-stable) with following bugfixes:
* compile failed on systems without epoll_create1()
    Thanks to David Hill for providing a fix.
  * atomic increment for msg object may not work correct on
    all platforms. Thanks to Chris Metcalf for the patch
  * replacements for atomic operations for non-int sized types
    had problems. At least one instance of that problem could
    potentially lead to abort (inside omfile).
- Increased mark frequency in rsyslog.conf to 1 hour
- Enabled duplicate message reduction in rsyslog.conf to catch
  at least buggy programs running amok and writting same message
  zillion times until the disk gets out of space (bnc#656197).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=30
2010-12-03 17:02:09 +00:00
2b04459014 - update to 5.6.1
This release addresses a TLS bug, that has been bothering a lot
  of users lately. It stops rsyslog from looping, thus disabling
  functionality and bearing the risk of unresponsiveness of the
  whole system. Other issues have been fixed for imptcp, failing
  testbench, segfault on empty templates and failed compile.
  For more detailed information, please review the ChangeLog and
    http://bugzilla.adiscon.com/show_bug.cgi?id=194,
    http://bugzilla.adiscon.com/show_bug.cgi?id=204,
    http://bugzilla.adiscon.com/show_bug.cgi?id=206.
- applied systemd integration base patch (without the service and
  socket unit files, because we'll use same for all syslog damons)
  extracted from git master (bnc#656104).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=29
2010-11-29 11:47:56 +00:00
OBS User buildservice-autocommit
c7a12191e6 Updating link to change in openSUSE:Factory/rsyslog revision 17.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=d35d9596f9b19a30502b1364cd87b915
2010-11-22 11:59:53 +00:00
Pavol Rusnak
25d1e095a0 Accepting request 53577 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/53577
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=27
2010-11-21 11:42:38 +00:00
OBS User buildservice-autocommit
d03cd99843 Updating link to change in openSUSE:Factory/rsyslog revision 15.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=6f3f4ba1c9cba96414f2d0212cdcfe76
2010-11-18 16:01:55 +00:00
0fec087606 Accepting request 53050 from home:computersalat:devel:Base
thanks!

OBS-URL: https://build.opensuse.org/request/show/53050
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=24
2010-11-16 08:28:42 +00:00
Stephan Kulow
c783bec822 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=23 2010-09-16 10:27:13 +00:00
OBS User autobuild
bf2d9ac4d3 Accepting request 39733 from Base:System
checked in (request 39733)

OBS-URL: https://build.opensuse.org/request/show/39733
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=22
2010-05-13 23:04:21 +00:00
4ec018862e - Added possibility to force relp build on 11.2, e.g. by
<topadd>%define build_with_relp 1</topadd> in _link file.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=20
2010-04-27 13:39:15 +00:00
4df2694c0b - Disabled relp support for < 11.3 (librelp is new)
- Fixed to create /var/run/rsyslog in post-install (rpmlint)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=19
2010-04-27 12:17:16 +00:00
e8f078b163 - Applied fix to avoid a tight send-retry loop in case there is
nobody receiving the messages sent to the xconsole pipe
  (bnc#597293, http://bugzilla.adiscon.com/show_bug.cgi?id=186).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=18
2010-04-27 11:33:53 +00:00
ed21191631 Accepting request 37927 from home:darix:rsyslog
Copy from home:darix:rsyslog/rsyslog via accept of submit request 37927 revision 9.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/37927
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=17
2010-04-14 12:48:52 +00:00
03cc73caac Accepting request 37924 from home:darix:rsyslog
Copy from home:darix:rsyslog/rsyslog via accept of submit request 37924 revision 8.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/37924
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=16
2010-04-14 12:24:13 +00:00
6ca828ee62 Accepting request 37923 from home:darix:rsyslog
Copy from home:darix:rsyslog/rsyslog via accept of submit request 37923 revision 7.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/37923
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=15
2010-04-14 12:22:09 +00:00
OBS User buildservice-autocommit
81a4bdc359 Updating link to change in openSUSE:Factory/rsyslog revision 10.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=e865bffa80a33336996133f433562137
2010-04-13 19:41:07 +00:00
OBS User autobuild
44292b5edc Accepting request 37843 from Base:System
checked in (request 37843)

OBS-URL: https://build.opensuse.org/request/show/37843
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=14
2010-04-13 19:41:06 +00:00
ab35af248e Fixed version in spec file
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=13
2010-04-13 09:05:34 +00:00
d2b196e494 - Updated to rsyslog version 5.4.0 (v5-stable). This version begins
a new stable series based on the 5.3.x series, which has been
  proven rather well in practice. The new 5.4.0 contains fixes for
  all known problems. See ChangeLog file for a detailed history.
  The main new feature is speed: several optimizations were done,
  including support for epoll in tcp listeners.
- Added new lmzlibw.so and omruleset.so to the file list.
- Recompressed original tar.gz source archive using bzip2.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=12
2010-04-13 09:04:00 +00:00
249e5ea4cf - Updated to rsyslog version 4.6.2 [v4-stable], providing several
enancements and bug fixes. Digest from the ChangeLog file:
  * new feature: $OMFileAsyncWriting directive added
  * bugfix(temporary): message-induced off-by-one error (potential
    segfault). As a temporary fix, we have introduced a proper
    recalculation of the size. However, a final patch is expected
    in the future. See bug tracker for further details and when
    the final patch will be available: bug id 184
  * bugfix: potential segfault in dynafile cache
  * bugfix: race condition during directory creation
  * bugfix: potential re-use of free()ed file stream in omfile
  * added new property replacer option "date-rfc3164-buggyday"
    primarily to ease migration from syslog-ng
  * bugfix: invalid buffer write in (file) stream class
  * bugfix: potential hang condition during filestream close
  * bugfix: improper synchronization when "$OMFileFlushOnTXEnd on"
  * bugfix: potential data loss during file stream shutdown
  * bugfix: potential problem (loop, abort) on file write error
  * bugfix: $omfileFlushOnTXEnd was turned on when set to off
  * bugfix(minor): handling of extremely large strings in dbgprintf

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=11
2010-04-13 08:05:21 +00:00
OBS User buildservice-autocommit
4175a0a9d7 Updating link to change in openSUSE:Factory/rsyslog revision 7.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=06a4ccb8e0cd7f0ec60be2ab80ba2fbe
2009-09-10 11:09:01 +00:00
OBS User autobuild
5845356260 checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=9
2009-09-10 11:08:59 +00:00
aca8f1252d - Added read-only RSYSLOGD_NATIVE_VERSION sysconfig/syslog variable,
that is set to the native mode version number for the -c parameter
  while every installation and used in the /etc/init.d/syslog script,
  except the user overrides this default in RSYSLOGD_COMPAT_VERSION.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=8
2009-09-09 20:17:52 +00:00
OBS User buildservice-autocommit
304ce4b9bf Updating link to change in openSUSE:Factory/rsyslog revision 6.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=494fc2ae3f132934e45db5266e1fb05e
2009-09-02 19:13:48 +00:00
OBS User autobuild
fe6999ba88 checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=7
2009-09-02 19:13:47 +00:00
5056b75bc1 - Updated to rsyslog version 4.4.1 (v4-stable), a bug-fixing release,
providing some important fixes for issues that have only been
  detected after the beta phase. Some of them are serious (like a
  segfault when UDP messageforwarding is activated), so users of
  4.4.0 are urged to upgrade to this release. Changelog for 4.4.1:
  * features requiring Java are automatically disabled if Java
    is not present (thanks to Michael Biebl for his help!)
  * bugfix: invalid double-quoted PRI, among others in outgoing
    messages. This causes grief with all receivers.
    Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147
  * bugfix: Java testing tools were required, even if testbench
    was disabled. This resulted in build errors if no Java was
    present on the build system, even though none of the selected
    option actually required Java. (I forgot to backport a similar
    fix to newer releases).
  * bugfix (backport): omfwd segfault. Note that the orginal (higher
    version) patch states this happens only when debugging mode is
    turned on. That statement is wrong: if debug mode is turned off,
    the message is not being emitted, but the division by zero in
    the actual parameters still happens.
- Removed jave2-devel-packages from build requires again

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=6
2009-09-02 18:30:18 +00:00
OBS User autobuild
654969a397 Accepting request 19417 from Base:System
Copy from Base:System/rsyslog based on submit request 19417 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/19417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=5
2009-09-02 17:03:11 +00:00
OBS User unknown
2a677b917a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=4 2009-04-20 22:05:42 +00:00
OBS User unknown
a9ec9f4a46 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=3 2008-12-16 16:44:40 +00:00
OBS User unknown
4307d1ae68 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=2 2008-09-13 10:09:11 +00:00
OBS User unknown
846b5054c6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=1 2008-09-13 02:52:06 +00:00