pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog sysutils/rsyslog: Update to 8.33.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feb56d505d1d
branches:  trunk
changeset: 375850:feb56d505d1d
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Feb 23 11:18:08 2018 +0000

description:
sysutils/rsyslog: Update to 8.33.0.

Version 8.33.0 [v8-stable] 2018-02-20
- auto-detect if running inside a container (as pid 1)
- config: add include() script object
- template: add option to generate json "container"
- core/template: add format jsonf to constant template entries
- config: add ability to disable config parameter ("config.enable")
- script: permit to use environment variables during configuration
- new global config parameter "shutdown.enable.ctl-c"
- config optimizer: detect totally empty "if" statements and optimize
  them out
- template: constant entry can now also be formatted as json field
- omstdout: support for new-style configuration parameters added
- core: set TZ on startup if not already set
- imjournal bugfix: file handle leak during journal rotation
- lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected
- script bugfix: replace() function worked incorrectly in some cases
- build system bugfix: --disable-libcurl did not work
- fixed build issues on Alpine Linux
- core bugfix: misadressing in external command parser
- core bugfix: small memory leak in external command parser
- core bugfix: string not properly terminated when RFC5424 MSGID is used
- bugfix: strndup() compatibility layer func copies too much

diffstat:

 sysutils/rsyslog/Makefile.common         |   4 ++--
 sysutils/rsyslog/distinfo                |  12 ++++++------
 sysutils/rsyslog/patches/patch-configure |  17 ++++-------------
 3 files changed, 12 insertions(+), 21 deletions(-)

diffs (78 lines):

diff -r a0c6c5ca0a6b -r feb56d505d1d sysutils/rsyslog/Makefile.common
--- a/sysutils/rsyslog/Makefile.common  Fri Feb 23 07:04:51 2018 +0000
+++ b/sysutils/rsyslog/Makefile.common  Fri Feb 23 11:18:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2018/01/15 11:01:16 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.36 2018/02/23 11:18:08 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.32.0
+DISTNAME=              rsyslog-8.33.0
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.rsyslog.com/files/download/rsyslog/
 
diff -r a0c6c5ca0a6b -r feb56d505d1d sysutils/rsyslog/distinfo
--- a/sysutils/rsyslog/distinfo Fri Feb 23 07:04:51 2018 +0000
+++ b/sysutils/rsyslog/distinfo Fri Feb 23 11:18:08 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.32 2018/01/15 11:01:16 fhajny Exp $
+$NetBSD: distinfo,v 1.33 2018/02/23 11:18:08 fhajny Exp $
 
-SHA1 (rsyslog-8.32.0.tar.gz) = 7b6aa9ba85eda7ff9ba72d27d30e84397cec44f0
-RMD160 (rsyslog-8.32.0.tar.gz) = 1d6ba0dee62188ce359d307a430fbcb2e5750849
-SHA512 (rsyslog-8.32.0.tar.gz) = eea85d77bf3624fbad6f0838fa2a4af7c14d853c8f120f14cf697cdfda7f7e0692dab684d2ddd07fe44a0bcd50cf91baf69af1bb63dc9d60e19146f1150155ac
-Size (rsyslog-8.32.0.tar.gz) = 2478990 bytes
-SHA1 (patch-configure) = df356c47b6c19c96b923978a5b194724fc0f10ba
+SHA1 (rsyslog-8.33.0.tar.gz) = b16d62329499e39a243277369c761d0ea488b95f
+RMD160 (rsyslog-8.33.0.tar.gz) = d6dea0db9a265b8799ac6b84359b1be60fa69c7a
+SHA512 (rsyslog-8.33.0.tar.gz) = b0fd0c5976325bee9b29534c6f6dfad2f70d22e2fc4a7d5f28563116b7360290c7e31aa77ee5ecdf25e726b45d03899b00e4d653d0954284b88e8be918e0f333
+Size (rsyslog-8.33.0.tar.gz) = 2487783 bytes
+SHA1 (patch-configure) = a48227ea73449528e6a9692cb850052bd44949ce
 SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433
 SHA1 (patch-tools_iminternal.c) = 76e140343456b120cd9f0743e6f10e78f9baaa5d
 SHA1 (patch-tools_rsyslogd.8) = a3c79f551111b7bf5933ca5e0930b1f52875f341
diff -r a0c6c5ca0a6b -r feb56d505d1d sysutils/rsyslog/patches/patch-configure
--- a/sysutils/rsyslog/patches/patch-configure  Fri Feb 23 07:04:51 2018 +0000
+++ b/sysutils/rsyslog/patches/patch-configure  Fri Feb 23 11:18:08 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.2 2017/05/18 13:27:44 fhajny Exp $
+$NetBSD: patch-configure,v 1.3 2018/02/23 11:18:08 fhajny Exp $
 
 Portability.
 
---- configure.orig     2017-05-15 09:42:02.000000000 +0000
+--- configure.orig     2018-01-25 07:37:29.000000000 +0000
 +++ configure
-@@ -15337,7 +15337,7 @@ $as_echo "#define OS_AIX 1" >>confdefs.h
+@@ -15366,7 +15366,7 @@ $as_echo "#define OS_AIX 1" >>confdefs.h
  
    ;;
  esac
@@ -13,21 +13,12 @@
    OS_APPLE_TRUE=
    OS_APPLE_FALSE='#'
  else
-@@ -15345,7 +15345,7 @@ else
+@@ -15374,7 +15374,7 @@ else
    OS_APPLE_FALSE=
  fi
  
 - if test x$os_type == xlinux; then
 + if test x$os_type = xlinux; then
-   xOS_LINUX_TRUE=
-   xOS_LINUX_FALSE='#'
- else
-@@ -15353,7 +15353,7 @@ else
-   xOS_LINUX_FALSE=
- fi
- 
-- if test x$os_type == xlinux; then
-+ if test x$os_type = xlinux; then
    OS_LINUX_TRUE=
    OS_LINUX_FALSE='#'
  else



Home | Main Index | Thread Index | Old Index