summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog-gnutls
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-05-16 15:00:19 +0000
committerfhajny <fhajny@pkgsrc.org>2018-05-16 15:00:19 +0000
commit90b090ceedd865b88c01d77b4129535fe3d285d1 (patch)
treeb0c7c5fe38213921a752cfe76852d2a6beb52e92 /sysutils/rsyslog-gnutls
parentd5c137ab4e4163bc184e452fe0e4a7046740081a (diff)
downloadpkgsrc-90b090ceedd865b88c01d77b4129535fe3d285d1.tar.gz
sysutils/rsyslog*: Update to 8.35.0.
- imptcp: add ability to configure socket backlog - omfile: do not permit filename that only consists of whitespace - fmhash: new hash function module - some better error messages - imklog: add ratelimiting capability - omkafka: added impstats counters for librdkafka returned statistics - imudp * use rsyslog message rate-limiter instead of home-grown one * add stats counter "disallowed" - imrelp: add parameter "oversizeMode" - core: consistent handling of oversize input messages - omfwd: add support for bind-to-address for UDP - template systemd service file proposes higher permitted file handle limit - imuxsock: replace select() call by poll() - nsdsel_ptcp: replace select() by poll() - omprog: refactor tests, fix child closing issues - core: config optimizer did not handle call_indirect - debug support: add capability to print testbench-specific timeout reports - mmgrok: fix potential segfault - imrelp bugfix: maxDataSize could be set lower than maxMessageSize - build system bugfix: build broken if liblogging-stdlog installed in custom path - core bugfix: segfault on queue shutdown - imfile bugfix: statefiles contain invalid JSON - omfile bugfix: segfault if empty filename was given - fix build issues when atomic operations are not present - lmsig_ksils12 bugfix: build and static analyzer issues - impstats bugfix: segfault if bound to non-existing ruleset - mmjsonparse bugfix: invalid container name was not detected - mmkubernetes bugfixes: fix lnrules, add defaults, add test - build system bugfix: --enable-atomic-operations did not work - bugfix: rsyslog aborts on startup when specific config errors are made - build system: remove no longer needed --enable-libcurl configure
Diffstat (limited to 'sysutils/rsyslog-gnutls')
-rw-r--r--sysutils/rsyslog-gnutls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rsyslog-gnutls/Makefile b/sysutils/rsyslog-gnutls/Makefile
index ead8cc98c76..f6b7b95299a 100644
--- a/sysutils/rsyslog-gnutls/Makefile
+++ b/sysutils/rsyslog-gnutls/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2018/04/29 21:32:04 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/05/16 15:00:19 fhajny Exp $
#
RSYSLOG_MOD= gnutls
PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
-PKGREVISION= 2
DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog