Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/rsyslog6,
The enhanced syslogd for Unix
Branch: CURRENT,
Version: 6.2.0,
Package name: rsyslog-6.2.0,
Maintainer: bartosz.kuzmaRsyslog is an enhanced multi-threaded syslogd supporting, among
others, MySQL, PgSQL, syslog/tcp, RFC 3195, permitted sender lists,
filtering on any message part, and fine grain output format control.
It is quite compatible to stock sysklogd and can be used as a
drop-in replacement. Its advanced features make it suitable for
enterprise-class, encryption protected syslog relay chains while
at the same time being very easy to setup for the novice user. An
optional web interface - phpLogCon - can be used to visualize all
data online.
Required to run:[
textproc/libxml2] [
wip/libee] [
sysutils/liblognorm] [
devel/libestr]
Package options: klog
Master sites:
SHA1: caa20926efe0ff7291fc85c3242fb41c85f2949a
RMD160: c0cd552cb4b1caf2d7dc43c40808469c66d901e1
Filesize: 2354.684 KB
Version history: (Expand)
- (2016-07-04) Package deleted from pkgsrc
- (2016-01-23) Package has been reborn
- (2016-01-21) Package deleted from pkgsrc
- (2015-10-14) Package has been reborn
- (2015-06-03) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
CVS history: (Expand)
2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-03-05 14:19:09 by Filip Hajny | Files touched by this commit (6) |
Log message:
Add support for Solaris by making imklog and imsolaris two exclusive
options (just like wip/rsyslog5).
|
2012-02-28 23:57:32 by Bartosz Kuzma | Files touched by this commit (1) |
Log message:
Fix DragonFlyBSD build.
|
2012-02-28 23:56:13 by Bartosz Kuzma | Files touched by this commit (1) |
Log message:
Fix DragonFlyBSD build.
|
2012-02-28 22:52:30 by Bartosz Kuzma | Files touched by this commit (1) |
Log message:
Update MASTER_SITE.
|
2012-02-12 21:03:44 by Bartosz Kuzma | Files touched by this commit (4) |
Log message:
Update to 6.2.0
---------------------------------------------------------------------------
Version 6.2.0 [v6-stable], 2012-01-09
- bugfix (kind of): removed numerical part from pri-text
see v6 compatibility document for reasons
- 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 of these
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.
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=281
- bugfix: omfile returns fatal error code for things that go really wrong
previously, RS_RET_RESUME was returned, which lead to a loop inside the
rule engine as omfile could not really recover.
- bugfix: rsyslogd -v always said 64 atomics were not present
thanks to mono_matsuko for the patch
- 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
- $Begin, $End, $StrictScoping directives have been removed as v6.4 will
provide the same functionality in a far better way. So we do not want
to clutter the code.
---------------------------------------------------------------------------
Version 6.1.12 [BETA], 2011-09-01
- bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200
- bugfix: mark message processing did not work correctly
- 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: 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.
---------------------------------------------------------------------------
Version 6.1.11 [BETA] (rgerhards), 2011-07-11
- systemd support: set stdout/stderr to null - thx to Lennart for the patch
- added support for the ":omusrmsg:" syntax in configuring user messages
- added support for the ":omfile:" syntax in configuring user messages
---------------------------------------------------------------------------
Version 6.1.10 [BETA] (rgerhards), 2011-06-22
- bugfix: problems in failover action handling
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
- bugfix: mutex was invalidly left unlocked during action processing
At least one case where this can occur is during thread shutdown, which
may be initiated by lower activity. In most cases, this is quite
unlikely to happen. However, if it does, data structures may be
corrupted which could lead to fatal failure and segfault. I detected
this via a testbench test, not a user report. But I assume that some
users may have had unreproducable aborts that were cause by this bug.
---------------------------------------------------------------------------
Version 6.1.9 [BETA] (rgerhards), 2011-06-14
- bugfix: problems in failover action handling
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
- bugfix: mutex was invalidly left unlocked during action processing
At least one case where this can occur is during thread shutdown, which
may be initiated by lower activity. In most cases, this is quite
unlikely to happen. However, if it does, data structures may be
corrupted which could lead to fatal failure and segfault. I detected
this via a testbench test, not a user report. But I assume that some
users may have had unreproducable aborts that were cause by this bug.
- bugfix/improvement:$WorkDirectory now gracefully handles trailing slashes
---------------------------------------------------------------------------
Version 6.1.9 [BETA] (rgerhards), 2011-06-14
- bugfix: memory leak in imtcp & subsystems under some circumstances
This leak is tied to error conditions which lead to incorrect cleanup
of some data structures. [backport from v6.3]
- bugfix: $ActionFileDefaultTemplate did not work
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=262
---------------------------------------------------------------------------
Version 6.1.8 [BETA] (rgerhards), 2011-05-20
- official new beta version (note that in a sense 6.1.7 was already beta,
so we may release the first stable v6 earlier than usual)
- new module mmsnmptrapd, a sample message modification module
- import of minor bug fixes from v4 & v5
---------------------------------------------------------------------------
Version 6.1.7 [DEVEL] (rgerhards), 2011-04-15
- added log classification capabilities (via mmnormalize & tags)
- speeded up tcp forwarding by reducing number of API calls
this especially speeds up TLS processing
- somewhat improved documentation index
- bugfix: enhanced imudp config processing code disabled due to wrong
merge (affected UDP realtime capabilities)
- bugfix (kind of): memory leak with tcp reception epoll handler
This was an extremely unlikely leak and, if it happend, quite small.
Still it is better to handle this border case.
- bugfix: IPv6-address could not be specified in omrelp
this was due to improper parsing of ":"
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
|
2011-04-18 15:45:24 by Bartosz Kuzma | Files touched by this commit (2) |
Log message:
Update to 6.1.7.
Changes:
* added log classification capabilities (via mmnormalize & tags)
* speeded up tcp forwarding by reducing number of API calls
this especially speeds up TLS processing
* somewhat improved documentation index
* bugfix: enhanced imudp config processing code disabled due to wrong
merge (affected UDP realtime capabilities)
* bugfix (kind of): memory leak with tcp reception epoll handler
This was an extremely unlikely leak and, if it happend, quite small.
Still it is better to handle this border case.
* bugfix: IPv6-address could not be specified in omrelp
this was due to improper parsing of ":"
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
|
2011-04-14 11:44:45 by Bartosz Kuźma | Files touched by this commit (8) | |
Log message:
Import rsyslog-6.1.6 as wip/rsyslog6.
Rsyslog is an enhanced multi-threaded syslogd supporting, among
others, MySQL, PgSQL, syslog/tcp, RFC 3195, permitted sender lists,
filtering on any message part, and fine grain output format control.
It is quite compatible to stock sysklogd and can be used as a
drop-in replacement. Its advanced features make it suitable for
enterprise-class, encryption protected syslog relay chains while
at the same time being very easy to setup for the novice user. An
optional web interface - phpLogCon - can be used to visualize all
data online.
|