Received: by mail.netbsd.org (Postfix, from userid 605) id 2335084D30; Thu, 30 Nov 2017 22:19:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9564B84E8B for ; Thu, 30 Nov 2017 22:19:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zozDuvBMxAbp for ; Thu, 30 Nov 2017 22:19:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CCBF284C2E for ; Thu, 30 Nov 2017 22:19:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 507BFFB40; Thu, 30 Nov 2017 22:19:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512080376154040" MIME-Version: 1.0 Date: Thu, 30 Nov 2017 22:19:36 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/sysutils/rsyslog To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20171130221936.507BFFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1512080376154040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Nov 30 22:19:36 UTC 2017 Modified Files: pkgsrc/sysutils/rsyslog: Makefile.common distinfo Removed Files: pkgsrc/sysutils/rsyslog/patches: patch-plugins_imgssapi_imgssapi.c Log Message: Update sysutils/rsyslog* to 8.31.0 - remove systemd embedded code, use libsystemd instead - mmanon: add support for IPv6 adresses with embedded IPv4 address - ommongodb: big refactoring, more or less a feature-enhanced rewrite - rainerscript: add parse_time() function - omelasticsearch: add pipeline support - lmsig_ksi_ls12: support asynchronous mode of libksi - omprog: added error handling and transaction support for external plugins - imzmq3/omzmq3: marked as deprecated, modules will be remove in v8.41 - imzmq3/omzmq3: fixed build issues with gcc-7 - core: emit error message on abnormal input thread termination - core: refactored locking for json variable access - core: refactored creation of UDP sockets - core/dnscache: refactor locking - rainerscript: use crypto-grade random number generator for random() function - imkafka: improve error reporting and cleanup refactoring - imkafka bugfix: segfault if "broker" parameter is not specified - omkafka: improve error reporting - omkafka: slight speedup do to refactoring of LIST class - TCP syslog: support SNI when connecting as a client - msg variable bugfix: potential segfault on variable access - ratelimiting bugfix: data race in Linux-like ratelimiter - core/template bugfix: potential NULL pointer access at config load - core/json var subsystem bugfix: segfault in MsgSetPropsViaJSON - core/wrkr threads bugfix: race condition - core/wtp: potential hang during shutdown - omfwd bugfix: generate error message on connection failure - imtcp bugfix: "streamdriver.mode" parameter could not be set to 0 - imjournal bugfix: module was defunctional - imjournal: refactor error handling, fix error messages -mmdblookup bugfix: fix potential segfault due to threading issues - omkafka bugfixes - kafka bugfix: problem on invalid kafka configuration values - [io]mgssapi: fix build problems (regression from 8.30.0) - [io]czmq: fix build problems on some platforms (namely gcc 7, clang 5) - tcpsrv bugfix: potential hang during shutdown - queue bugfix: potential hang during shutdown - queue bugfix: NULL pointer dereference during config processing - imczmq bugfix: segfault - imfile: some small performance enhancements - omfile: hande file open error via SUSPEND mode - omfile bugfix: race during directory creation can lead to loop - imudp: improve error reporting - omrelp bugfix: incorrect error handling - [io]mrelp bugfix: segfault on startup if configured cert not readable - mmanon fix: make build under gcc 7 - mmpstrucdata bugfix: formatting error of ']' char - mmexternalb bugfix: memory leak - core/stats bugfix: memory leak if sender stats or tracking are enabled - core bugfix: potential segfault during startup - core bugfix: potential race in variable handling - core bugfix: potential segfault when shutting down rsyslog - core/action bugfix: potential misadressing when processing hard errors - template object bugfix: NULL pointer access on invalid parameters - omjournal bugfix: NULL pointer access on invalid parameters - omelasticsearch bugfix: configured credentials not used during health check - omelasticsearch bugfix: abort on unavailable ES server - omelasticsearch: fix memory leak and potential misadressing - omelasticsearch bugfix: output from libcurl to stdout - iczmq bugfix: potential memory leak - imptcp bugfix: potential misadressing - imptcp: potential buffer overflow - core/nsd_gtls: fix potential unitialized data access - stats bugfix: potential program hang - omfwd bugfix: memory leak if network namespaces are used - core: potential misadressing when accessing JSON properties - gcry crypto provider bugfixes: potential misadressing and memory leak - core/file stream object bugfix: memory leak - imdiag bugfix: double mutex unlock when working with stats - fixed several minor and cosmetic issues found by Coverty scan - build: make compile warning-free under gcc 7 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/rsyslog/Makefile.common cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/rsyslog/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/sysutils/rsyslog/patches/patch-plugins_imgssapi_imgssapi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512080376154040 Content-Disposition: inline Content-Length: 2534 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rsyslog/Makefile.common diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.32 pkgsrc/sysutils/rsyslog/Makefile.common:1.33 --- pkgsrc/sysutils/rsyslog/Makefile.common:1.32 Wed Oct 18 11:01:05 2017 +++ pkgsrc/sysutils/rsyslog/Makefile.common Thu Nov 30 22:19:36 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2017/10/18 11:01:05 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.33 2017/11/30 22:19:36 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.30.0 +DISTNAME= rsyslog-8.31.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Index: pkgsrc/sysutils/rsyslog/distinfo diff -u pkgsrc/sysutils/rsyslog/distinfo:1.30 pkgsrc/sysutils/rsyslog/distinfo:1.31 --- pkgsrc/sysutils/rsyslog/distinfo:1.30 Wed Oct 18 11:01:05 2017 +++ pkgsrc/sysutils/rsyslog/distinfo Thu Nov 30 22:19:36 2017 @@ -1,14 +1,13 @@ -$NetBSD: distinfo,v 1.30 2017/10/18 11:01:05 fhajny Exp $ +$NetBSD: distinfo,v 1.31 2017/11/30 22:19:36 fhajny Exp $ -SHA1 (rsyslog-8.30.0.tar.gz) = 59248ac00f5dd27a32bcb979cfa2bc6970f3e8aa -RMD160 (rsyslog-8.30.0.tar.gz) = 5c394a8d5bfbb7d56287c57c0a51bff9972b0b0d -SHA512 (rsyslog-8.30.0.tar.gz) = 90e172d08ba7548252fc9744f71259dadf5a40afef405516e7b1601620913ca4b2ffc4859b16f369b9c1974ea10f4e41bc2d987e3d6bf9aabeb979f7de6aefe0 -Size (rsyslog-8.30.0.tar.gz) = 2468224 bytes +SHA1 (rsyslog-8.31.0.tar.gz) = c2bab629fd7ec5b852a42b9ffacc4f1e4dd90f8c +RMD160 (rsyslog-8.31.0.tar.gz) = 1865f462afbac0b4bc28f116e86f0c64d87ce766 +SHA512 (rsyslog-8.31.0.tar.gz) = aab888dda8df3ad7ff404767a58539cdc0bb92d0e537b703cf5833555688dd6d8223889b8d70bf8c594339a51831b57df7a65b397d8b40cded608dfb007befe7 +Size (rsyslog-8.31.0.tar.gz) = 2498675 bytes SHA1 (patch-configure) = df356c47b6c19c96b923978a5b194724fc0f10ba SHA1 (patch-grammar_lexer.l) = 6de5aac9253ebcfae124f8dc3c7178446248f2b4 SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433 SHA1 (patch-plugins_imfile_imfile.c) = 65b56f6799e2b206e1a8c3d055a4e9dc22da88be -SHA1 (patch-plugins_imgssapi_imgssapi.c) = 24128b085f3eaab99d92e679c3e58d3918f94a91 SHA1 (patch-plugins_impstats_impstats.c) = a4eb7b8b9870271204d856c3a9e05fd24cee702b SHA1 (patch-plugins_imptcp_imptcp.c) = 47f7184acf0279df4117924108f961529b22a21e SHA1 (patch-plugins_imuxsock_imuxsock.c) = a3c682d5a2132cd4796893f286193259087223da --_----------=_1512080376154040--