summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog-elasticsearch
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-10-20 10:05:11 +0000
committerfhajny <fhajny>2016-10-20 10:05:11 +0000
commitce10dbebd17d9eba6ae8d8acf8a86b3b92c78dad (patch)
tree34eb17d5582d40a00aa8a8578d3106de658ee472 /sysutils/rsyslog-elasticsearch
parentd22c4d87ab678af1560f8080f8083a13fd1c67f1 (diff)
downloadpkgsrc-ce10dbebd17d9eba6ae8d8acf8a86b3b92c78dad.tar.gz
Update sysutils/rsyslog to 8.22.0.
Version 8.22.0 [v8-stable] 2016-10-04 - ompgsql: add template support Thanks to Radu Gheorghe for implementing this. - generate somewhat better error message on config file syntax error a common case (object at invalid location) has received it's own error message; for the rest we still rely on the generic flex/bison handler - bugfix:omhiredis reconnects after failure previously it could loose messages under such conditions. Thanks to Bob Gregory for the patch. - general cleanup and code improvement mostly guided by compiler warnings induced by newer opensuse builbot environment ------------------------------------------------------------------------------ Version 8.21.0 [v8-stable] 2016-08-23 - CHANGE OF BEHAVIOUR: by default, internal messages are no longer logged via the internal bridge to rsyslog but via the syslog() API call [either directly or via liblogging). For the typical single-rsyslogd-instance installation this is mostly unnoticable (except for some additional latency). If multiple instances are run, only the "main" (the one processing system log messages) will see all messages. To return to the old behaviour, do either of those two: 1) add in rsyslog.conf: global(processInternalMessages="on") 2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1 This will set a new default - the value can still be overwritten via rsyslog.conf (method 1). Note that the environment variable must be set in your **startup script**. For more information, please visit http://www.rsyslog.com/rsyslog-error-reporting-improved/ - slightly improved TLS syslog error messages - queue subsystem: improved robustness The .qi file is now persisted whenever an existing queue file is fully written and a new file is begun. This helps with rsyslog aborts, including the common case where the OS issues kill -9 because of insufficiently configured termination timout (this is an OS config error, but a frequent one). Also, a situation where an orphaned empty file could be left in the queue work directory has been fixed. We expect that this change causes fewer permanent queue failures. - bugfix: build failed on some platforms due to missing include files
Diffstat (limited to 'sysutils/rsyslog-elasticsearch')
-rw-r--r--sysutils/rsyslog-elasticsearch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/rsyslog-elasticsearch/Makefile b/sysutils/rsyslog-elasticsearch/Makefile
index 2c253da7f15..c8a63762684 100644
--- a/sysutils/rsyslog-elasticsearch/Makefile
+++ b/sysutils/rsyslog-elasticsearch/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2016/10/07 18:26:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/20 10:05:11 fhajny Exp $
#
RSYSLOG_MOD= elasticsearch
PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
-PKGREVISION= 1
DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog
.include "../../sysutils/rsyslog/Makefile.common"
CONFIGURE_ARGS+= --enable-elasticsearch
-BUILD_DIRS= plugins/omelasticsearch
+
+BUILD_DIRS= plugins/omelasticsearch
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"