Accepting request 489948 from home:mnhauke:security
- update to version 1.6.2 + BGP, BMP daemons: introduced support for BGP Large Communities IETF draft (draft-ietf-idr-large-community). Large Communities are stored in a variable-length field. Thanks to Job Snijders ( @job ) for his support. + BGP daemon: implemented draft-ietf-idr-shutdown. The draft defines a mechanism to transmit a short freeform UTF-8 message as part of a Cease NOTIFICATION message to inform the peer why the BGP session is being shutdown or reset. Thanks to Job Snijders ( @job ) for his support. + tee plugin, pre_tag_map: introduced support for inspetion of specific flow primitives and selective replication over them. The primitives supported are: input and output interfaces, source and destination MAC addresses, VLAN ID. The feature is now limited to sFlow v5 only. Thanks to Nick Hilliard and Barry O'Donovan for their support. + Added src_host_pocode and dst_host_pocode primitives, pocode being a compact and (de-)aggregatable (easy to identify districts, cities, metro areas, etc.) geographical representation, based on the Maxmind v2 City Database. Thanks to Jerred Horsman for his support. + Kafka support: introduced support for user-defined (librdkafka) config file via the new *_kafka_config_file config directives. Full pathname to a file containing directives to configure librdkafka is expected. All knobs whose values are string, integer, boolean are supported. + AMQP, Kafka plugins: introduced new directives kafka_avro_schema_topic, amqp_avro_schema_routing_key to transmit Apache Avro schemas at regular time intervals. The routing key/topic can overlap with the one used to send actual data. + AMQP, Kafka plugins: introduced support for start/stop markers when encoding is set to Avro (ie. 'kafka_output: avro'); also Avro schema OBS-URL: https://build.opensuse.org/request/show/489948 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/pmacct?expand=0&rev=82
This commit is contained in:
committed by
Git OBS Bridge
parent
4b4d815fc7
commit
1dfaacdd5f
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: pmacct
|
||||
Version: 1.6.0
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Accounting and aggregation toolsuite for IPv4 and IPv6
|
||||
License: GPL-2.0
|
||||
@@ -43,8 +43,6 @@ Source10: nfacctd.conf
|
||||
Source11: pmacctd.conf
|
||||
Source12: sfacctd.conf
|
||||
Source20: pmacct.1
|
||||
# PATCH-FIX-UPSTREAM pmacct-fix-implicit-pointer-decl.diff
|
||||
Patch1: pmacct-fix-implicit-pointer-decl.diff
|
||||
# needed for psql header detection on SLES11SP4 and openSUSE 13.1
|
||||
Patch2: pmacct-pgsql-fix-header-detection-without-autoreconf.diff
|
||||
BuildRequires: libmysqlclient-devel
|
||||
@@ -82,7 +80,6 @@ export data to tools like RRDtool, GNUPlot, Net-SNMP, MRTG, and Cacti.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
# fix permissions
|
||||
@@ -200,6 +197,8 @@ install -m 644 %{SOURCE20} "%{buildroot}%{_mandir}/man1/"
|
||||
%{_sbindir}/uacctd
|
||||
%endif
|
||||
%{_sbindir}/pmtelemetryd
|
||||
%{_sbindir}/pmbgpd
|
||||
%{_sbindir}/pmbmpd
|
||||
#
|
||||
%{_sbindir}/rcnfacctd
|
||||
%{_sbindir}/rcpmacctd
|
||||
|
Reference in New Issue
Block a user