From 24ec99a5d0c53886f6198d0563b606a822390596 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 10 Jul 2018 13:49:10 +0000 Subject: sysutils/rsyslog*: Update to 8.36.0. - This version disables liblogging-stdlog by default. We now also emit a warning message ("liblogging-stdlog will go away") so that users know what is going on and my react. - add openssl driver alongside GnuTLS one for TLS (experimental) - GnuTLS TLS driver: support intermediate certificates - omelasticsearch: write op types; bulk rejection retries - lookup tables: reload message now with "info" severity (was "error") - imptcp: add support for regex-based framing - imjournal: add statistics counter - config: permit 4-digit file creation modes - ommongodb: add possibility to ignore some insertion error code - omprog: simplify 'plugin-with-feedback.py' example - core: misadressing when writing disk queue files - core: fix message loss on target unavailibility during shutdown - imrelp bugfix: error message "librelp too old" is always emitted ... - imrelp: segfault on startup when cert without priv key is configured - omrelp bugfix: segfault on first message sent when authmode was wrong - imfile bugfix: double-free on module shutdown - imfile/core bugfix: potential misadressing in string copy routine - imfile bugfix: if freshStartTail is set some initial file lines missing - core: fix undefined behaviour (unsigned computation may lead to value < 0) --- sysutils/rsyslog/Makefile | 3 +-- sysutils/rsyslog/Makefile.common | 6 ++---- sysutils/rsyslog/distinfo | 10 +++++----- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'sysutils/rsyslog') diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile index fdd46f23d07..af1cdf40ae6 100644 --- a/sysutils/rsyslog/Makefile +++ b/sysutils/rsyslog/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/05/16 15:00:19 fhajny Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/10 13:49:10 fhajny Exp $ # BUILDLINK_DEPMETHOD.libestr= full -BUILDLINK_DEPMETHOD.liblogging= full BUILDLINK_DEPMETHOD.libuuid= full .include "../../sysutils/rsyslog/Makefile.common" diff --git a/sysutils/rsyslog/Makefile.common b/sysutils/rsyslog/Makefile.common index 0c3f5db5ab9..51739877b9e 100644 --- a/sysutils/rsyslog/Makefile.common +++ b/sysutils/rsyslog/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2018/05/16 15:00:19 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.39 2018/07/10 13:49:10 fhajny Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-elasticsearch/Makefile @@ -14,7 +14,7 @@ .include "../../mk/bsd.prefs.mk" -DISTNAME= rsyslog-8.35.0 +DISTNAME= rsyslog-8.36.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -44,14 +44,12 @@ CONFIGURE_ARGS+= --disable-libgcrypt --disable-testbench \ --enable-generate-man-pages BUILDLINK_DEPMETHOD.libestr+= build -BUILDLINK_DEPMETHOD.liblogging+= build BUILDLINK_DEPMETHOD.libuuid+= build .include "../../devel/libestr/buildlink3.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/pyversion.mk" -.include "../../sysutils/liblogging/buildlink3.mk" BUILDLINK_API_DEPENDS.libfastjson+= libfastjson>=0.99.7 .include "../../textproc/libfastjson/buildlink3.mk" .include "../../www/curl/buildlink3.mk" diff --git a/sysutils/rsyslog/distinfo b/sysutils/rsyslog/distinfo index d923b065356..17ab4b9fe31 100644 --- a/sysutils/rsyslog/distinfo +++ b/sysutils/rsyslog/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2018/05/16 15:00:19 fhajny Exp $ +$NetBSD: distinfo,v 1.36 2018/07/10 13:49:10 fhajny Exp $ -SHA1 (rsyslog-8.35.0.tar.gz) = 1b74496dd76211e40af77bdcca80fdc35b00622c -RMD160 (rsyslog-8.35.0.tar.gz) = aa0d7cef17e367c62c2a99785d19670bedb5060c -SHA512 (rsyslog-8.35.0.tar.gz) = 3b8845fc057147c2dd740b3bb432e7fb101ad60be5c6bc86a2c2796bcd3f3526c617d45b9e8301388d51047a125ca18ba4ac54f8be2a13eabbbe8fb9361beecc -Size (rsyslog-8.35.0.tar.gz) = 2590108 bytes +SHA1 (rsyslog-8.36.0.tar.gz) = b559657c799e618dabd0d3be2cd9f423a58eb1a4 +RMD160 (rsyslog-8.36.0.tar.gz) = 4ddfac72eb225eca87bf84a6097de98a900b6ba6 +SHA512 (rsyslog-8.36.0.tar.gz) = b0c8689374b5b0fb5ad9675ad8983ce67bd04d34ad07d39cf8f91498fd2fd21a173f1077e5fa1b66a89a9d93ab011fc6345ac1a3be9961f4794fc9e152c32a50 +Size (rsyslog-8.36.0.tar.gz) = 2639477 bytes SHA1 (patch-configure) = a48227ea73449528e6a9692cb850052bd44949ce SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433 SHA1 (patch-tools_iminternal.c) = 76e140343456b120cd9f0743e6f10e78f9baaa5d -- cgit v1.2.3