Hello community, here is the log from the commit of package ulogd for openSUSE:Factory checked in at 2013-03-08 13:42:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ulogd (Old) and /work/SRC/openSUSE:Factory/.ulogd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ulogd", Maintainer is "m...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/ulogd/ulogd.changes 2012-12-07 14:52:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ulogd.new/ulogd.changes 2013-03-08 13:42:15.000000000 +0100 @@ -1,0 +2,9 @@ +Mon Mar 4 14:51:49 UTC 2013 - jeng...@inai.de + +- Update to new upstream release 2.0.2 +* Add GRAPHITE output module +* Add src, dst and protocol filters to nfct plugin +* Fix parsing of ipv6 flowlabel and tc fields +* Add additional ip6 header fields to database scripts + +------------------------------------------------------------------- Old: ---- ulogd-2.0.1.g11.tar.xz New: ---- ulogd-2.0.2.tar.bz2 ulogd-2.0.2.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulogd.spec ++++++ --- /var/tmp/diff_new_pack.5pNBwc/_old 2013-03-08 13:42:16.000000000 +0100 +++ /var/tmp/diff_new_pack.5pNBwc/_new 2013-03-08 13:42:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ulogd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,18 @@ Name: ulogd -Version: 2.0.1.g11 +Version: 2.0.2 Release: 0 Summary: Userspace logging for Netfilter License: GPL-2.0 Group: Productivity/Networking/Security Url: http://netfilter.org/projects/ulogd/ +#Freecode-URL: http://freecode.com/projects/ulogd/ #Git-Clone: git://git.netfilter.org/ulogd2 #DL-URL: http://netfilter.org/projects/ulogd/files/ -Source: %name-%version.tar.xz -#Source2: http://netfilter.org/projects/ulogd/files/%name-%version.tar.bz2.sig +Source: http://netfilter.org/projects/ulogd/files/%name-%version.tar.bz2 +Source2: http://netfilter.org/projects/ulogd/files/%name-%version.tar.bz2.sig Source3: etc-init.d-ulogd Source4: ulogd.service Patch4: ulogd-conf.diff @@ -35,22 +36,22 @@ #BuildRequires: autoconf >= 2.50 #BuildRequires: automake >= 1.11 BuildRequires: libpcap-devel -BuildRequires: libtool +#BuildRequires: libtool BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.21 BuildRequires: postgresql-devel %if 0%{?suse_version} >= 1140 || 0%{?fedora_version} -BuildRequires: pkgconfig(libmnl) >= 1.0.0 +BuildRequires: pkgconfig(libmnl) >= 1.0.3 BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.1 -BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.0 +BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.2 BuildRequires: pkgconfig(libnetfilter_log) >= 1.0.0 -BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0 +BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1 %else -BuildRequires: libmnl-devel >= 1.0.0 +BuildRequires: libmnl-devel >= 1.0.3 BuildRequires: libnetfilter_acct-devel >= 1.0.1 -BuildRequires: libnetfilter_conntrack-devel >= 1.0.0 +BuildRequires: libnetfilter_conntrack-devel >= 1.0.2 BuildRequires: libnetfilter_log-devel >= 1.0.0 -BuildRequires: libnfnetlink-devel >= 1.0.0 +BuildRequires: libnfnetlink-devel >= 1.0.1 %endif %if 0%{?suse_version} BuildRequires: libmysqlclient-devel @@ -140,8 +141,8 @@ %service_add_pre ulogd.service %endif -%if 0%{?_unitdir:1} %post +%if 0%{?_unitdir:1} %service_add_post ulogd.service %endif @@ -169,6 +170,7 @@ %_sbindir/rc%name %dir %_libdir/%name %_libdir/%name/ulogd_[fir]*.so* +%_libdir/%name/ulogd_output_GRAPHITE.so* %_libdir/%name/ulogd_output_GPRINT.so* %_libdir/%name/ulogd_output_LOGEMU.so* %_libdir/%name/ulogd_output_NACCT.so* ++++++ ulogd-2.0.1.g11.tar.xz -> ulogd-2.0.2.tar.bz2 ++++++ ++++ 21804 lines of diff (skipped) ++++++ ulogd-conf.diff ++++++ --- /var/tmp/diff_new_pack.5pNBwc/_old 2013-03-08 13:42:16.000000000 +0100 +++ /var/tmp/diff_new_pack.5pNBwc/_new 2013-03-08 13:42:16.000000000 +0100 @@ -1,18 +1,12 @@ --- - ulogd.conf.in | 29 ++++++++++------------------- - 1 file changed, 10 insertions(+), 19 deletions(-) + ulogd.conf.in | 27 ++++++++++----------------- + 1 file changed, 10 insertions(+), 17 deletions(-) -Index: ulogd2/ulogd.conf.in +Index: ulogd-2.0.2/ulogd.conf.in =================================================================== ---- ulogd2.orig/ulogd.conf.in -+++ ulogd2/ulogd.conf.in -@@ -1,15 +1,14 @@ - # Example configuration for ulogd --# $Id$ --# Adapted to Debian by Achilleas Kotsis <achi...@debian.gr> - - [global] - ###################################################################### +--- ulogd-2.0.2.orig/ulogd.conf.in ++++ ulogd-2.0.2/ulogd.conf.in +@@ -6,9 +6,10 @@ # GLOBAL OPTIONS ###################################################################### @@ -22,9 +16,9 @@ -logfile="/var/log/ulogd.log" +logfile="/var/log/ulogd/ulogd.log" - # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) - loglevel=1 -@@ -56,9 +55,6 @@ plugin="@pkglibdir@/ulogd_inpflow_NFACCT + # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5) + # loglevel=1 +@@ -56,9 +57,6 @@ plugin="@pkglibdir@/ulogd_output_GRAPHIT # this is a stack for packet-based logging via LOGEMU #stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU @@ -34,7 +28,7 @@ # this is a stack for packet-based logging via LOGEMU with filtering on MARK #stack=log2:NFLOG,mark1:MARK,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU -@@ -159,34 +155,29 @@ numeric_label=1 # you can label the log +@@ -170,34 +168,29 @@ numeric_label=1 # you can label the log #netlink_socket_buffer_maxsize=1085440 #bind=1 @@ -74,7 +68,7 @@ sync=1 [mysql1] -@@ -240,12 +231,12 @@ procedure="INSERT_PACKET_FULL" +@@ -263,12 +256,12 @@ procedure="INSERT_PACKET_FULL" [sqlite3_ct] table="ulog_ct" @@ -89,7 +83,7 @@ buffer=200 [sys2] -@@ -253,7 +244,7 @@ facility=LOG_LOCAL2 +@@ -276,7 +269,7 @@ facility=LOG_LOCAL2 [nacct1] sync = 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org