Accepting request 351685 from home:AndreasStieger:branches:Base:System

rsyslog 8.15.0

OBS-URL: https://build.opensuse.org/request/show/351685
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=235
This commit is contained in:
Andreas Stieger 2016-01-02 18:53:44 +00:00 committed by Git OBS Bridge
parent f2d31d3330
commit 53650da853
6 changed files with 44 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:443b5b1d2b84f5cd429d06d230af7fb2352336fa6449cb6484dbd4418a7ae7c2
size 2078483

3
rsyslog-8.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ed6615a8503964290471e98ed363f3975b964a34c2d4610fb815a432aadaf59
size 2103768

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:978e6e60d16403c0637b037d4e5b75d3ad05a99a65bd16e2a794297bfb09edd3
size 4158810

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3462402165a3ff34ceff23db20382a14bd3727131994f140a004f4872a01c12a
size 4163225

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Jan 2 16:21:41 UTC 2016 - astieger@suse.com
- rsyslog 8.15.0:
* KSI (incompatible changes):
+ KSI utilities: Added option to set publication url via
--publications-server. Required for signature verification.
+ UserID and UserKey can be set by parameter
+ Fixed wrong TLV container for KSI signatures from 0905 to 0906.
+ somewhat improved error messages
+ Update for and use libksi 3.4.0.x
* New contributed modules:
+ pmpanngfw: for translating Palo Alto Networks logs
* pmciscoios: support for asterisk before timestamp added
* solr external output plugin much enhanced
* omrabbitmq: improvements
* add support for libfastjson (as a replacement for json-c)
* pmciscoios: support for some format variations
* improvments for 0mq modules:
+ omczmq - suspend / Retry handling
+ omczmq - improved efficiency
+ omczmq - added ability to set a timeout for sends
+ omczmq - set topics can be in separate frame (default) or
part of message frame (configurable)
+ imczmq - ZMQ_ROUTER support
* Note the upstream supported modules not enabled in SUSE package:
+ grok (mmgrok)
+ omkafka
-------------------------------------------------------------------
Sat Nov 7 20:57:19 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rsyslog
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons
Version: 8.14.0
Version: 8.15.0
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@ -56,6 +56,9 @@ Release: 0
%bcond_without mmnormalize
%bcond_without elasticsearch
%bcond_without omhttpfs
# contributed modules not built for various reasons
# --enable-mmgrok - grok not in factory
# --enable-omkafka - librdkafka not in factory
# TODO: ... doesnt have a proper configure check but wants hdfs.h
%bcond_with hdfs
%bcond_with mongodb
@ -142,8 +145,8 @@ BuildRequires: libgcrypt-devel
%endif
%if %{with guardtime}
BuildRequires: libgt-devel >= 0.3.1
BuildRequires: pkgconfig(libksi) >= 3.2.2.0
BuildConflicts: libksi >= 3.3.0.0
BuildRequires: pkgconfig(libksi) >= 3.4.0.2
BuildConflicts: libksi >= 3.5.0.0
%endif
%if %{with dbi}
BuildRequires: libdbi-devel
@ -633,6 +636,7 @@ autoreconf -fiv
--enable-mmpstrucdata \
--enable-mmrfc5424addhmac \
--enable-pmciscoios \
--enable-pmpanngfw \
%if %{with guardtime}
--enable-guardtime \
--enable-gt-ksi \
@ -958,6 +962,7 @@ fi
%{rsyslog_module_dir_nodeps}/pmcisconames.so
%{rsyslog_module_dir_nodeps}/pmciscoios.so
%{rsyslog_module_dir_nodeps}/pmsnare.so
%{rsyslog_module_dir_nodeps}/pmpanngfw.so
%if %{with rfc3195}
%{rsyslog_module_dir_nodeps}/im3195.so
%endif