pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog Update sysutils/rsyslog to 8.29.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dad8e3ee4205
branches:  trunk
changeset: 366608:dad8e3ee4205
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Aug 16 16:29:52 2017 +0000

description:
Update sysutils/rsyslog to 8.29.0.

- imptcp: add experimental parameter "multiline"
- imptcp: framing-related error messages now also indicate remote peer
- imtcp: framing-related error messages now also indicate remote peer
- imptcp: add session statistics conunter
- imtcp: add ability to specify GnuTLS priority string
- impstats: add new ressoure counter "openfiles"
- pmnormalize: new parser module
- core/queue: provide informational messages on thread startup and
  shutdown
- omfwd/udp: improve error reporting, depricate maxerrormessages
  parameter
- core: add parameters debug.file and debug.whitelist
- core/net.c: improve UDP socket creation error messages
- omfwd/udp: add "udp.sendbuf" parameter
- core: make rsyslog internal message rate-limiter configurable
- omelasticsearch bugfixes and changed ES5 API support:
  * avoid 404 during health check
  * avoid ES5 warnings while sending json
  * bugfix for memomry leak while writing error file
- imfile bugfix: wildcard detection issue on path wildcards
- omfwd bugfix: always give reason for suspension
- omfwd bugfix: configured compression level was not properly used
- imptcp bugfix: potential socket leak on session shutdown
- omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking
  mode
- imklog: fix permitnonkernelfacility not working
- impstats bugfix: impstats does not handle HUP
- core bugfix: segfault after configuration errors
- core/queue bugfixes:
  * Fix behaviour of PersistStateInterval
  * potential problem during deserialization
- core bugfix: messsage garbled after message modification
- lmsig_ksi: removed pre-KSI_LS12 components
- testbench bugfix: hang in tests if omstdout is not present

diffstat:

 sysutils/rsyslog/Makefile.common |   4 ++--
 sysutils/rsyslog/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 0608e1ce7b2b -r dad8e3ee4205 sysutils/rsyslog/Makefile.common
--- a/sysutils/rsyslog/Makefile.common  Wed Aug 16 15:19:05 2017 +0000
+++ b/sysutils/rsyslog/Makefile.common  Wed Aug 16 16:29:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2017/08/04 19:32:25 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.31 2017/08/16 16:29:52 fhajny Exp $
 # used by sysutils/rsyslog/Makefile
 # used by sysutils/rsyslog-dbi/Makefile
 # used by sysutils/rsyslog-elasticsearch/Makefile
@@ -13,7 +13,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-DISTNAME=              rsyslog-8.28.0
+DISTNAME=              rsyslog-8.29.0
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.rsyslog.com/files/download/rsyslog/
 
diff -r 0608e1ce7b2b -r dad8e3ee4205 sysutils/rsyslog/distinfo
--- a/sysutils/rsyslog/distinfo Wed Aug 16 15:19:05 2017 +0000
+++ b/sysutils/rsyslog/distinfo Wed Aug 16 16:29:52 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2017/07/04 13:31:16 fhajny Exp $
+$NetBSD: distinfo,v 1.29 2017/08/16 16:29:52 fhajny Exp $
 
-SHA1 (rsyslog-8.28.0.tar.gz) = 5c406cd2b13bd8d4460fe43057c0a4072f1e26b5
-RMD160 (rsyslog-8.28.0.tar.gz) = f45787630fd5634cd8ffe69ed33939e441c4c33d
-SHA512 (rsyslog-8.28.0.tar.gz) = e27ba0ff22e945393536abc5bc6e234d8849db291a5056429b59b47abe15fb060fc5c26efedcfe347b386d438b3f8a029ae4577a1d803666701431677f628cb1
-Size (rsyslog-8.28.0.tar.gz) = 2471122 bytes
+SHA1 (rsyslog-8.29.0.tar.gz) = 39253a402b14fda0044fc25d15b694c46edee142
+RMD160 (rsyslog-8.29.0.tar.gz) = 2fe39fa05306a37ac49f789a63eeaebd013464cb
+SHA512 (rsyslog-8.29.0.tar.gz) = 6e0a69f2ac36fcfd0714b2b7053bd263ca8875d2aba7ad6452223eb8677edfa1cf4978989661614dd65dd1822f0123599d565679c8faa3960f136c8d9472e952
+Size (rsyslog-8.29.0.tar.gz) = 2447907 bytes
 SHA1 (patch-configure) = df356c47b6c19c96b923978a5b194724fc0f10ba
 SHA1 (patch-grammar_lexer.l) = 6de5aac9253ebcfae124f8dc3c7178446248f2b4
 SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433



Home | Main Index | Thread Index | Old Index