NOTICE: This package has been removed from pkgsrc

./wip/rsyslog5, The enhanced syslogd for Unix

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.8.12, Package name: rsyslog-5.8.12, Maintainer: bartosz.kuzma

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.

MESSAGE.NetBSD [+/-]

Required to run:
[textproc/libxml2]


Package options: klog

Master sites:

SHA1: 417fc643512bbb5ef14c08763555b78b03da4eb0
RMD160: e9f3e9e33626fd1c8d8edfaa7b228ac707b49320
Filesize: 2337.577 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-29 10:30:54 by Bartosz Kuzma | Files touched by this commit (11) | Package removed
Log message:
Remove rsyslog5.
   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-06-13 11:44:31 by Bartosz Kuzma | Files touched by this commit (6)
Log message:
Add configurations for NetBSD and DragonFlyBSD.
MESSAGE is NetBSD specific.
   2012-06-13 10:22:50 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Make pkglint happy.
   2012-06-11 10:43:57 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 5.8.12.

Version 5.8.12  [V5-stable] 2012-06-06
* add small delay (50ms) after sending shutdown message
  There seem to be cases where the shutdown message is otherwise not
  processed, not even on an idle system.
  Thanks to Marcin for bringing this problem up.
* support for resolving huge groups
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
  Thanks to Alec Warner for the patch
* bugfix: delayble source could block action queue, even if there was a disk
  queue associated with it. The root cause of this problem was that it makes
  no sense to delay messages once they arrive in the action queue -
  the "input" that is being held in that case is the main queue worker,
  what makes no sense.
  Thanks to Marcin for alerting us on this problem and providing instructions
  to reproduce it.
* bugfix: disk queue was not persisted on shutdown, regression of fix to
  http://bugzilla.adiscon.com/show_bug.cgi?id=299
  The new code also handles the case of shutdown of blocking light and full
  delayable sources somewhat smarter and permits, assuming sufficient timeouts,
  to persist message up to the max queue capacity. Also some nits in debug
  instrumentation have been fixed.
* bugfix/omudpspoof: problems, including abort, happend when run on multiple
  threads. Root cause is that libnet is not thread-safe. omudpspoof now guards
  libnet calls with their own mutex.
* bugfix: if debug message could end up in log file when forking if rsyslog
  was set to auto-background (thus fork, the default) and debug mode to stdout
  was enabled, debug messages ended up in the first log file opened. Currently,
  stdout logging is completely disabled in forking mode (but writing to the
  debug log file is still possible). This is a change in behaviour, which is
  under review. If it causes problems to you, please let us know.
  Thanks to Tomas Heinrich for the patch.
* bugfix/tcpflood: sending small test files did not work correctly
* bugfix: potential hang due to mutex deadlock
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=316
  Thanks to Andreas Piesk for reporting&analyzing this bug as well as
  providing patches and other help in resolving it.
* bugfix: property PROCID empty instead of proper nilvalue if not present
  If it is not present, it must have the nilvalue "-" as of RFC5424
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332
  Thanks to John N for reporting this issue.
   2012-05-04 08:30:03 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 5.8.11.

Version 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...

Version 5.8.10  [V5-stable] 2012-04-05
* bugfix: segfault on startup if $actionqueuefilename was missing for disk queue \ 
config
  Thanks to Tomas Heinrich for the patch.
* bugfix: segfault if disk-queue was started up with old queue file
  Thanks to Tomas Heinrich for the patch.
* bugfix: memory leak in array passing output module mode

Version 5.8.9 [V5-stable] 2012-03-15
* added tool to recover disk queue if .qi file is missing (recover_qi.pl)
  Thanks to Kaiwang Chen for contributing this tool
* bugfix: stopped DA queue was never processed after a restart due to a
  regression from statistics module
* added better doc for statsobj interface
  Thanks to Kaiwang Chen for his suggestions and analysis in regard to the
  stats subsystem.
   2012-03-12 14:32:55 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Version 5.8.8  [V5-stable] 2012-03-05
  - bugfix: omprog made rsyslog abort on startup if not binary to
    execute was configured
  - bugfix: imklog invalidly computed facility and severity
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
  - improves interop with systemd journal
   2012-02-28 22:43:38 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Fix build on DragonFlyBSD.