Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/rsyslog,
The enhanced syslogd for Unix
Branch: CURRENT,
Version: 3.22.1,
Package name: rsyslog-3.22.1,
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 build:[
devel/pkg-config]
Package options: largefile
Master sites:
SHA1: d5c8828db3edef35e48a1eec418e800fafc6d6a3
RMD160: 979dc146d40a5373ec7d210c424e925b5e091c15
Filesize: 1326.756 KB
Version history: (Expand)
- (2012-02-13) Package deleted from pkgsrc
- (2010-12-01) Package has been reborn
- (2010-07-30) Package has been reborn
- (2010-07-26) Package deleted from pkgsrc
- (2009-09-30) Updated to version: rsyslog-3.22.1
- (2009-04-09) Updated to version: rsyslog-3.21.11
CVS history: (Expand)
2012-02-12 20:18:52 by Bartosz Kuzma | Files touched by this commit (10) | |
Log message:
Remove rsyslog 3.x.
|
2011-09-03 05:19:17 by tez | Files touched by this commit (1) |
Log message:
note SA45848
|
2011-04-08 00:23:58 by tez | Files touched by this commit (1) |
Log message:
Note http://secunia.com/advisories/44053/
|
2009-09-29 00:32:45 by Bartosz Kuźma | Files touched by this commit (13) | |
Log message:
Add LICENSE.
Remove @dirrm.
Reorganize PLIST.
Changes since 3.20.11:
Version 3.22.1 [v3-stable] (rgerhards), 2009-07-02
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
set of files (e.g. *.conf, where none such files existed)
thanks to Michael Biebl for reporting this bug
- bugfix: when run in foreground (but not in debug mode), a
debug message ("DoDie called") was emitted at shutdown. Removed.
thanks to Michael Biebl for reporting this bug
- bugfix: some garbagge was emitted to stderr on shutdown. This
garbage consisted of file names, which were written during
startup (key point: not a pointer error)
thanks to Michael Biebl for reporting this bug
- bugfix: startup and shutdown message were emitted to stdout
thanks to Michael Biebl for reporting this bug
- bugfix: error messages were not emitted to stderr in forked mode
(stderr and stdo are now kept open across forks)
- bugfix: internal messages were emitted to whatever file had fd2 when
rsyslogd ran in forked mode (as usual!)
Thanks to varmojfekoj for the patch
- small enhancement: config validation run now exits with code 1 if an
error is detected. This change is considered important but small enough
to apply it directly to the stable version. [But it is a border case,
the change requires more code than I had hoped. Thus I have NOT tried
to actually catch all cases, this is left for the current devel
releases, if necessary]
- bugfix: light and full delay watermarks had invalid values, badly
affecting performance for delayable inputs
- bugfix: potential segfault issue when multiple $UDPServerRun directives
are specified. Thanks to Michael Biebl for helping to debug this one.
- relaxed GnuTLS version requirement to 1.4.0 after confirmation from the
field that this version is sufficient
- bugfix: parser did not properly handle empty structured data
- bugfix: invalid mutex release in msg.c (detected under thread debugger,
seems not to have any impact on actual deployments)
Version 3.22.0 [v3-stable] (rgerhards), 2009-04-21
This is the first stable release that includes the full functionality
of the 3.21.x version tree.
- bugfix: $InputTCPMaxSessions config directive was accepted, but not
honored. This resulted in a fixed upper limit of 200 connections.
- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
It has now been changed to 0700. For some background, please see
http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
- bugfix: ompgsql did not detect problems in sql command execution
this could cause loss of messages. The handling was correct if the
connection broke, but not if there was a problem with statement
execution. The most probable case for such a case would be invalid
sql inside the template, and this is now much easier to diagnose.
|
2009-04-09 11:30:43 by Bartosz Kuźma | Files touched by this commit (3) |
Log message:
Update to 3.21.11.
- build system improvements contributed by Michael Biebl - thx!
- all patches from 3.20.5 (v3-stable) have been incorporated:
- bugfix: potential abort with DA queue after high watermark is reached
there exists a race condition that can lead to a segfault.
Thanks go to vbernetr, who performed the analysis and provided patch,
which I only tweaked a very little bit.
- fixed bugs in RainerScript:
- when converting a number and a string to a common type,
both were actually converted to the other variable's type.
- the value of rsCStrConvertToNumber() was miscalculated.
Thanks to varmojfekoj for the patch
- fixed a bug in configure.ac which resulted in problems
with environment detection - thanks to Michael Biebl for the patch
- fixed a potential segfault problem in gssapi code
thanks to varmojfekoj for the patch
- doc enhance: provide standard template for MySQL
module and instructions on how to modify schema
|
2009-02-18 12:14:52 by Bartosz Kuźma | Files touched by this commit (2) |
Log message:
Upgrade to 3.21.10 [BETA]
Changes since 3.21.9:
* bugfix: inconsistent use of mutex/atomic operations could cause segfault
details are too many, for full analysis see blog post at:
http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
* the string "Do Die" was accidently emited upon exit in non-debug mode
This has now been corrected. Thanks to varmojfekoj for the patch.
* some legacy options were not correctly processed.
Thanks to varmojfekoj for the patch.
* doc bugfix: v3-compatiblity document had typo in config directive
thanks to Andrej for reporting this
|
2008-12-05 14:22:24 by OBATA Akio | Files touched by this commit (1) |
Log message:
Note SA32857.
|
2008-09-06 22:53:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use buildlink3.mk instead of (broken) DEPENDS.
|