summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog-dbi
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-09-20 13:30:11 +0000
committerfhajny <fhajny@pkgsrc.org>2018-09-20 13:30:11 +0000
commita640f00ff4c04378c3e3c367fbe37038699cd9b5 (patch)
treee55d4ca69366a79c2112e4497b03193e1e446aac /sysutils/rsyslog-dbi
parent4c8727e417b261d7c9473f76eef8539937b55a30 (diff)
downloadpkgsrc-a640f00ff4c04378c3e3c367fbe37038699cd9b5.tar.gz
sysutils/rsyslog*: Update to 8.38.0.
Version 8.38.0 [v8-stable] 2018-09-18 - AIX: make basic modules work again - make rsyslog build on AIX again - imfile: support for endmsg.regex - imkafka: add parameter "parseHostName" - im[p]tcp: improve error message on connect failure - imkafka: implement multithreading support for kafka consumers. - omelasticsearch: write all header metadata to $.omes for retries - core: improve error message on module load fail - core/queue: add error message if queue file cannot be accessed - imtcp/imudp: new option preservecase for managing the case of FROMHOST value - omprog: add feedback timeout and keep-alive feature - omprog: fix forceSingleInstance configuration option - imfile: implement file-id, used in state file - imfile: experimental input throtteling feature - core: emit TZ warning on startup not on Linux non-container - omkafka: - better debug information - Fixed minor issue in omkafka producing wrong kafka timestamps when msgTimestamp was NULL. - Setting RD_KAFKA_V_KEY(NULL, 0) in rd_kafka_producev now when KEY is not configured. - Fixed minor issue when rsyslog is compiled with --enable-debug and librdkafka is too old. - omfile bugfix: errant error message when dynafile param needed - omhttp: new contribued module - mmkubertnetes: action fails preparation cycle if kubernetes API destroys resource during bootup sequence - bugfix pmnormalize/core: several memory leaks, invld property handling - bugfix imptcp: fixed pointers for session counting - bugfix omprog: invalid memory access on partial writes to pipe - bugfix omprog: rsyslog's environment was not passed to script - bugfix omprog: severity of some log messages in waitForChild corrected - bugfix imfile: files which were loaded via symlink were not always followed - bugfix imfile: potential misadressing when processing symlinks - bugfix ommongodb: build issue if mongo-c-driver is not compiled with TLS
Diffstat (limited to 'sysutils/rsyslog-dbi')
-rw-r--r--sysutils/rsyslog-dbi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rsyslog-dbi/Makefile b/sysutils/rsyslog-dbi/Makefile
index 1ced8be1483..ff0396ac32a 100644
--- a/sysutils/rsyslog-dbi/Makefile
+++ b/sysutils/rsyslog-dbi/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2018/08/16 18:55:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/20 13:30:11 fhajny Exp $
#
RSYSLOG_MOD= dbi
PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
-PKGREVISION= 1
DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog