pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/rsyslog



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Dec 12 12:47:46 UTC 2014

Modified Files:
        pkgsrc/sysutils/rsyslog: Makefile.common PLIST distinfo
        pkgsrc/sysutils/rsyslog/patches: patch-grammar_lexer.l
            patch-platform_redhat_rsyslog.conf patch-plugins_imfile_imfile.c
            patch-plugins_imuxsock_imuxsock.c
            patch-plugins_mmexternal_mmexternal.c patch-tools_rsyslogd.c
            patch-tools_syslogd.c
Added Files:
        pkgsrc/sysutils/rsyslog/patches: patch-tools_rsyslogd.8

Log Message:
Update rsyslog to 8.6.0.

Version 8.6.0 [v8-stable] 2014-12-02
 - configuration-setting rsyslogd command line options deprecated
 - new and enhanced plugins for 0mq. These are currently experimantal.
 - empty rulesets have been permitted. They no longer raise a syntax error.
 - add parameter -N3 to enable config check of partial config file
 - rsyslogd -e option has finally been removed
 - testbench improvements
 - testbench is now by default disabled
 - add new RainerScript functions warp() and replace()
 - mmnormalize can now also work on a variable
 - new property date options for day ordinal and week number
 - remove --enable-zlib configure option, we always require it
 - slight source-tree restructuring: contributed modules are now in their
   own ./contrib directory
 - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used
 - bugfix: not all files closed on auto-backgrounding startup
 - bugfix: typo in queue configuration parameter made parameter unusable
 - bugfix: unitialized buffer off-by-one error in hostname generation
 - bugfix imuxsock: possible segfault when SysSock.Use="off"
 - bugfix: RainerScript: invalid ruleset names were accepted during ruleset
   defintion, but could of course not be used when e.g. calling a ruleset.
 - bugfix: some module entry points were not called for all modules callbacks
   like endCnfLoad() were primarily being called for input modules. This has
   been corrected. Note that this bugfix has some regression potential.
 - bugfix omlibdbi: connection was taken down in wrong thread
 - imttcp was removed because it was an incompleted experimental module
 - pmrfc3164sd because it was a custom module nobody used
 - omoracle was removed because it was orphaned and did not build/work
   for quite some years and nobody was interested in fixing it

Version 8.5.0 [v8-stable] 2014-10-24
 - imfile greatly refactored and support for wildcards added
 - PRI-handling code refactored for more clarity and robustness
 - ommail: add support for RainerScript config system [action() object]
 - refactored the auto-backgrounding method
 - make gntls tcp syslog driver emit more error messages
 - bugfix: imfile did not complain if configured file did not exist
 - bugfix: build failure on systems which don't have json_tokener_errors
 - imgssapi: log remote peer address in some error messages


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/rsyslog/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/rsyslog/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/rsyslog/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/sysutils/rsyslog/patches/patch-grammar_lexer.l
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/rsyslog/patches/patch-platform_redhat_rsyslog.conf \
    pkgsrc/sysutils/rsyslog/patches/patch-plugins_imfile_imfile.c \
    pkgsrc/sysutils/rsyslog/patches/patch-plugins_imuxsock_imuxsock.c \
    pkgsrc/sysutils/rsyslog/patches/patch-plugins_mmexternal_mmexternal.c \
    pkgsrc/sysutils/rsyslog/patches/patch-tools_rsyslogd.c \
    pkgsrc/sysutils/rsyslog/patches/patch-tools_syslogd.c
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/rsyslog/patches/patch-tools_rsyslogd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index