summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog
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
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')
-rw-r--r--sysutils/rsyslog/Makefile3
-rw-r--r--sysutils/rsyslog/Makefile.common4
-rw-r--r--sysutils/rsyslog/PLIST3
-rw-r--r--sysutils/rsyslog/distinfo10
4 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile
index bbdea24b969..fdd46f23d07 100644
--- a/sysutils/rsyslog/Makefile
+++ b/sysutils/rsyslog/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2018/04/29 21:32:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/16 15:00:19 fhajny Exp $
#
BUILDLINK_DEPMETHOD.libestr= full
BUILDLINK_DEPMETHOD.liblogging= full
BUILDLINK_DEPMETHOD.libuuid= full
-PKGREVISION= 1
.include "../../sysutils/rsyslog/Makefile.common"
COMMENT= The enhanced syslogd for Unix
diff --git a/sysutils/rsyslog/Makefile.common b/sysutils/rsyslog/Makefile.common
index ed486026b40..0c3f5db5ab9 100644
--- a/sysutils/rsyslog/Makefile.common
+++ b/sysutils/rsyslog/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2018/04/06 10:03:53 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.38 2018/05/16 15:00:19 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.34.0
+DISTNAME= rsyslog-8.35.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
diff --git a/sysutils/rsyslog/PLIST b/sysutils/rsyslog/PLIST
index d53f14deae4..13fe39b8af2 100644
--- a/sysutils/rsyslog/PLIST
+++ b/sysutils/rsyslog/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/06 10:03:53 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/16 15:00:19 fhajny Exp $
+lib/rsyslog/fmhash.la
lib/rsyslog/fmhttp.la
lib/rsyslog/imdiag.la
lib/rsyslog/imfile.la
diff --git a/sysutils/rsyslog/distinfo b/sysutils/rsyslog/distinfo
index e03b8b84489..d923b065356 100644
--- a/sysutils/rsyslog/distinfo
+++ b/sysutils/rsyslog/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2018/04/06 10:03:53 fhajny Exp $
+$NetBSD: distinfo,v 1.35 2018/05/16 15:00:19 fhajny Exp $
-SHA1 (rsyslog-8.34.0.tar.gz) = ce032dd9f69afedc4f2c5fde774e371eb3d18ffc
-RMD160 (rsyslog-8.34.0.tar.gz) = 594223830e6dc5f453f2eee2861863bc59cffb60
-SHA512 (rsyslog-8.34.0.tar.gz) = 69eaececa2f8b98799deac8e6cb2cf635a5117da7a21cbb0b880b7df1d83c6ccf16133dab099a6e5fb865f34c2dad164a1bf1952d16ca116af3b1dd35d15065e
-Size (rsyslog-8.34.0.tar.gz) = 2545544 bytes
+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 (patch-configure) = a48227ea73449528e6a9692cb850052bd44949ce
SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433
SHA1 (patch-tools_iminternal.c) = 76e140343456b120cd9f0743e6f10e78f9baaa5d