Commit Graph

255 Commits

Author SHA256 Message Date
ad16d411d1 reduction was on.
affected directive: $ActionExecOnlyWhenPreviousIsSuspended on

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=41
2011-03-24 13:34:14 +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
Ruediger Oertel
6898c67f45 Autobuild autoformatter for 59829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=21
2011-02-03 00:48:59 +00:00
Ruediger Oertel
344129b694 Accepting request 59829 from Base:System
Accepted submit request 59829 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/59829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=20
2011-02-03 00:48:49 +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
d0435add8a Use git diff instead of format-patch...
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=35
2011-01-20 14:13:37 +00:00
84fe257603 - Improved systemd socket activation support to allow multiple
unix sockets and activation in forking mode (bnc#656197).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=34
2011-01-20 14:11:45 +00:00
Lars Vogdt
a7c42c0e13 Autobuild autoformatter for 54699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=19
2010-12-05 22:00:28 +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
Lars Vogdt
773b8b4850 Accepting request 54699 from Base:System
Accepted submit request 54699 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/54699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=18
2010-12-05 22:00:09 +00:00
5f31c5f604 use git diff instead of format-patch, so patch --fuzz=0 works
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=32
2010-12-03 19:50:15 +00:00
12668bc1ae - Merged rsyslog-systemd-integration.bnc656104.diff (fuzz=0).
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=31
2010-12-03 17:12:42 +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
Ruediger Oertel
db2dd09b9c Autobuild autoformatter for 53600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=17
2010-11-22 11:59:53 +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
Ruediger Oertel
b24b483884 Accepting request 53600 from Base:System
Accepted submit request 53600 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/53600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=16
2010-11-22 11:59:49 +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 autobuild
38ddd6c152 Autobuild autoformatter for 53087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=15
2010-11-18 16:01:55 +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
Ruediger Oertel
2a48e1cfb3 Accepting request 53087 from Base:System
Accepted submit request 53087 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/53087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=14
2010-11-18 16:01:48 +00:00
99d7c9a670 changed to use shorter changelog lines in the changelog
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=25
2010-11-16 08:31:03 +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
8737c542a0 Accepting request 39733 from Base:System
Copy from Base:System/rsyslog based on submit request 39733 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/39733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=11
2010-05-13 23:04:22 +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
20c6efeb30 - Added $klogConsoleLogLevel 1 to the config, to use same default
[KERNEL_LOGLEVEL in /etc/sysconfig/syslog] as klogd (bnc#593699).
- Improved filter to discard iptables msgs higher err on console,
  changed to set default file template instead per file, removed
  duplicate filters (bnc#593699).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=21
2010-04-28 17:27:01 +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 autobuild
28a32503cd Accepting request 37843 from Base:System
Copy from Base:System/rsyslog based on submit request 37843 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/37843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=10
2010-04-13 19:41:07 +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 autobuild
0286e3fb5d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=9 2010-03-18 15:26:48 +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
93c683de4e Accepting request 20269 from Base:System
Copy from Base:System/rsyslog based on submit request 20269 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/20269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=7
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 autobuild
747eeaa7a3 Accepting request 19548 from Base:System
Copy from Base:System/rsyslog based on submit request 19548 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/19548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=6
2009-09-02 19:13:48 +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