Accepting request 351698 from Base:System

Goes along with libksi SR#351684

OBS-URL: https://build.opensuse.org/request/show/351698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2016-01-05 20:54:43 +00:00 committed by Git OBS Bridge
commit b040cfaad9
6 changed files with 55 additions and 11 deletions

@ -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

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

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

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

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Jan 2 20:03:23 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
* add support for building with libfastjson
-------------------------------------------------------------------
Sat Nov 7 20:57:19 UTC 2015 - astieger@suse.com

@ -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,12 +56,17 @@ 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
%bcond_with hiredis
%bcond_with zeromq
%bcond_with libfastjson
%define rsyslogdocdir %{_docdir}/%{name}
%if %{defined _rundir}
%define rsyslog_rundir %{_rundir}/rsyslog
@ -142,8 +147,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
@ -182,15 +187,22 @@ BuildRequires: liblognorm-devel >= 1.1.2
#
# mmjsonparse needs liblognorm,
# but json check is unconditional
%if %{with libfastjson}
BuildRequires: pkgconfig(libfastjson)
%else
%if %{with pkgconfig}
BuildRequires: pkgconfig(json-c) >= 0.9
%else
BuildRequires: libjson-c-devel
%endif
%endif
%if %{with pkgconfig}
BuildRequires: pkgconfig(libee) >= 0.4.0
BuildRequires: pkgconfig(libestr) >= 0.1.9
BuildRequires: pkgconfig(uuid) >= 2.21.0
%else
BuildRequires: libee-devel >= 0.4.0
BuildRequires: libestr-devel
BuildRequires: libjson-c-devel
BuildRequires: libuuid-devel
%endif
%if %{with systemd}
@ -633,6 +645,7 @@ autoreconf -fiv
--enable-mmpstrucdata \
--enable-mmrfc5424addhmac \
--enable-pmciscoios \
--enable-pmpanngfw \
%if %{with guardtime}
--enable-guardtime \
--enable-gt-ksi \
@ -958,6 +971,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