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:           Wed Aug 16 16:29:52 UTC 2017

Modified Files:
        pkgsrc/sysutils/rsyslog: Makefile.common distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/rsyslog/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/rsyslog/distinfo

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

Modified files:

Index: pkgsrc/sysutils/rsyslog/Makefile.common
diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.30 pkgsrc/sysutils/rsyslog/Makefile.common:1.31
--- pkgsrc/sysutils/rsyslog/Makefile.common:1.30        Fri Aug  4 19:32:25 2017
+++ pkgsrc/sysutils/rsyslog/Makefile.common     Wed Aug 16 16:29:52 2017
@@ -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/
 

Index: pkgsrc/sysutils/rsyslog/distinfo
diff -u pkgsrc/sysutils/rsyslog/distinfo:1.28 pkgsrc/sysutils/rsyslog/distinfo:1.29
--- pkgsrc/sysutils/rsyslog/distinfo:1.28       Tue Jul  4 13:31:16 2017
+++ pkgsrc/sysutils/rsyslog/distinfo    Wed Aug 16 16:29:52 2017
@@ -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