Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ACFFB7A319 for ; Mon, 5 Dec 2016 10:36:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 52FDE855D5; Mon, 5 Dec 2016 10:36:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7188855D2 for ; Mon, 5 Dec 2016 10:36:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i5AvsFk0IMVY for ; Mon, 5 Dec 2016 10:36:47 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14D3D85572 for ; Mon, 5 Dec 2016 10:36:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3FCEFBA6; Mon, 5 Dec 2016 10:36:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148093420636190" MIME-Version: 1.0 Date: Mon, 5 Dec 2016 10:36:46 +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: <20161205103646.E3FCEFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148093420636190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Dec 5 10:36:46 UTC 2016 Modified Files: pkgsrc/sysutils/rsyslog: Makefile.common distinfo Added Files: pkgsrc/sysutils/rsyslog/patches: patch-configure Log Message: Update sysutils/rsyslog to 8.23.0. Changes in 8.23.0 (abridged): - KSI signatures: removed SHA2-224 hash algorithm This is considered insecure and no longer supported by the underlying KSI library. If still used within a configuration, a descriptive error message is emitted during config processing. - imfile: new timeout feature for multi-line reads - omfile: improve robustness against network file system failures in case of failure, a close and re-open is tried, which often solves the issue (and wasn't handle before this patch). - pmaixforwardedfrom: support for AIX syslogd -s option - omelasticsearch: add ability to specify max http request size - omelasticsearch: high availability addressing of ElasticSearch cluster allow to specify an array of servers, which is tried until a working one is found (and given up only if none works). - omelasticsearch: make compatible with ElasticSearch 2.x and 5.x fixes omelasticsearch logs response from ElasticSearch 5.0 _bulk endpoint as error - omhiredis: add dynakey attribute. - omtcl: new contributed module - RainerScript: provide a capability to set environment variables via 'global(environment="var=val")' config statement. - lookup tables: improved error checking - queue subsystem: add configuration parameter "queue.samplinginterval" - bugfix core: errmsg.LogError now switches to dfltErrLogger just before shutdown - bugfix core: fixed un-freed memory in non-transactional action using string-passing - rsgtutil: option to specify KSI publications file certificate constraints - omprog: bugfixes and enhancements - bugfix imfile: ReopenOnTruncate processing, file open processing - bugfix omlibdbi: libdbi-driver-sqlite3/2 requires to provide a path to database split into two strings: * absolute path, where the database file sits * database filename itself. - bugfix RainerScript: issue in prifilt() function Initialize func-data(and to-be-freed flag) correctly for prifilt function-node - bugfix omrelp: invalid module name imrelp was used in some error messages - bugfix core: abort when persisting object state - bugfix: segfault if hostname is unset on system - bugfix external module perl skeleton: did not work properly - bugfix build system: Fix detection of pthread_setschedparam() on platforms such as FreeBSD - bugfix omelasticsearch: modifies constant memory under some circumstances - "bugfix": theoretical queue file corruption when more than MAX_INT files - bug fix/KSI: LOGSIG11 missing in the beginning of KSI log signature file - bugfix template processor: missing escaping of backslash in json mode - testbench improvements To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/rsyslog/Makefile.common cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/rsyslog/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/rsyslog/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148093420636190 Content-Disposition: inline Content-Length: 2837 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.23 pkgsrc/sysutils/rsyslog/Makefile.common:1.24 --- pkgsrc/sysutils/rsyslog/Makefile.common:1.23 Thu Oct 20 10:05:11 2016 +++ pkgsrc/sysutils/rsyslog/Makefile.common Mon Dec 5 10:36:46 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2016/10/20 10:05:11 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.24 2016/12/05 10:36:46 fhajny Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-elasticsearch/Makefile @@ -12,7 +12,7 @@ .include "../../mk/bsd.prefs.mk" -DISTNAME= rsyslog-8.22.0 +DISTNAME= rsyslog-8.23.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Index: pkgsrc/sysutils/rsyslog/distinfo diff -u pkgsrc/sysutils/rsyslog/distinfo:1.20 pkgsrc/sysutils/rsyslog/distinfo:1.21 --- pkgsrc/sysutils/rsyslog/distinfo:1.20 Thu Oct 20 10:05:11 2016 +++ pkgsrc/sysutils/rsyslog/distinfo Mon Dec 5 10:36:46 2016 @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.20 2016/10/20 10:05:11 fhajny Exp $ +$NetBSD: distinfo,v 1.21 2016/12/05 10:36:46 fhajny Exp $ -SHA1 (rsyslog-8.22.0.tar.gz) = 4805628cfed4c6fa6941e7b988886ecd3d911966 -RMD160 (rsyslog-8.22.0.tar.gz) = 44c28fdaecade5a6f5b893657f9f6aa4b3726e2c -SHA512 (rsyslog-8.22.0.tar.gz) = 105c7a81bd96c6b68b9e9f4d1ae06e63bf531afe4dfd91efb73b2a96e8264270579ccacc6a1bf77ad284913fb7f4bac55f83c5b38f7fa7675f6c4a6fa9b2f3ca -Size (rsyslog-8.22.0.tar.gz) = 2259652 bytes +SHA1 (rsyslog-8.23.0.tar.gz) = a9c4c60957460e525e27e9212117596d1172f326 +RMD160 (rsyslog-8.23.0.tar.gz) = f75c771c565f9564be6e39f0a9a80fbe42a3ffe2 +SHA512 (rsyslog-8.23.0.tar.gz) = 4e4832287f02d4b0435b3711241d58cad9f393ce14318bbccce7b89dceeed01205960e7df4b2629831429e550c0865407374eb6a5548ecb47a3aea90c7d7df2d +Size (rsyslog-8.23.0.tar.gz) = 2338318 bytes +SHA1 (patch-configure) = aaba67d65b249b6aebfe8c5b3a1c9cd07e06c794 SHA1 (patch-grammar_lexer.l) = d52518e8b962820a030e01fcf5d00c1e3f1377ec SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433 SHA1 (patch-plugins_imfile_imfile.c) = 65b56f6799e2b206e1a8c3d055a4e9dc22da88be Added files: Index: pkgsrc/sysutils/rsyslog/patches/patch-configure diff -u /dev/null pkgsrc/sysutils/rsyslog/patches/patch-configure:1.1 --- /dev/null Mon Dec 5 10:36:46 2016 +++ pkgsrc/sysutils/rsyslog/patches/patch-configure Mon Dec 5 10:36:46 2016 @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/12/05 10:36:46 fhajny Exp $ + +Portability. + +--- configure.orig 2016-11-13 15:48:32.000000000 +0000 ++++ configure +@@ -15255,7 +15255,7 @@ if test -d "$srcdir"/.git && ! test -f + in_git_src=yes + fi + +- if test x$os_type == xlinux; then ++ if test x$os_type = xlinux; then + OS_LINUX_TRUE= + OS_LINUX_FALSE='#' + else --_----------=_148093420636190--