Hello community, here is the log from the commit of package ulogd for openSUSE:Factory checked in at 2018-07-14 20:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ulogd (Old) and /work/SRC/openSUSE:Factory/.ulogd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ulogd" Sat Jul 14 20:24:03 2018 rev:13 rq:621108 version:2.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ulogd/ulogd.changes 2017-03-12 20:05:37.983892001 +0100 +++ /work/SRC/openSUSE:Factory/.ulogd.new/ulogd.changes 2018-07-14 20:24:08.316019257 +0200 @@ -1,0 +2,12 @@ +Tue May 1 12:48:48 UTC 2018 - jeng...@inai.de + +- Update to new upstream release 2.0.7 + * ulogd: Use /dev/null as dummy logfile when logging to syslog + * json: output messages in JSONv1 format + * json: append timezone information to ISO-8601 date + * ulogd: fix crash when ipv4 packet is truncated + * ulogd: fix crash when plugin version are incorrect + * ulogd: use a RT scheduler by default + * ulogd: load all plugins by default + +------------------------------------------------------------------- Old: ---- ulogd-2.0.5.tar.bz2 ulogd-2.0.5.tar.bz2.sig New: ---- ulogd-2.0.7.tar.bz2 ulogd-2.0.7.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulogd.spec ++++++ --- /var/tmp/diff_new_pack.chXkEV/_old 2018-07-14 20:24:09.348021910 +0200 +++ /var/tmp/diff_new_pack.chXkEV/_new 2018-07-14 20:24:09.364021951 +0200 @@ -1,7 +1,7 @@ # # spec file for package ulogd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,10 +17,10 @@ Name: ulogd -Version: 2.0.5 +Version: 2.0.7 Release: 0 Summary: Userspace logging for Netfilter -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Security Url: http://netfilter.org/projects/ulogd/ ++++++ ulogd-2.0.5.tar.bz2 -> ulogd-2.0.7.tar.bz2 ++++++ ++++ 41477 lines of diff (skipped) ++++++ ulogd-conf.diff ++++++ --- /var/tmp/diff_new_pack.chXkEV/_old 2018-07-14 20:24:09.760022969 +0200 +++ /var/tmp/diff_new_pack.chXkEV/_new 2018-07-14 20:24:09.760022969 +0200 @@ -2,10 +2,10 @@ ulogd.conf.in | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) -Index: ulogd-2.0.4/ulogd.conf.in +Index: ulogd-2.0.7/ulogd.conf.in =================================================================== ---- ulogd-2.0.4.orig/ulogd.conf.in -+++ ulogd-2.0.4/ulogd.conf.in +--- ulogd-2.0.7.orig/ulogd.conf.in ++++ ulogd-2.0.7/ulogd.conf.in @@ -6,9 +6,10 @@ # GLOBAL OPTIONS ###################################################################### @@ -18,7 +18,7 @@ # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5) # loglevel=1 -@@ -57,9 +58,6 @@ plugin="@pkglibdir@/ulogd_output_GRAPHIT +@@ -58,9 +59,6 @@ logfile="/var/log/ulogd.log" # this is a stack for packet-based logging via LOGEMU #stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU @@ -26,9 +26,9 @@ -#stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU - # 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 + #stack=log2:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU -@@ -174,34 +172,29 @@ numeric_label=1 # you can label the log +@@ -175,34 +173,29 @@ numeric_label=1 # you can label the log #netlink_socket_buffer_maxsize=1085440 #bind=1 @@ -68,7 +68,7 @@ #timestamp=0 # device name to be used in JSON message #device="My awesome Netfilter firewall" -@@ -212,7 +205,7 @@ sync=1 +@@ -216,7 +209,7 @@ sync=1 [pcap1] #default file is /var/log/ulogd.pcap @@ -77,22 +77,20 @@ sync=1 [mysql1] -@@ -297,12 +290,12 @@ procedure="INSERT_PACKET_FULL" +@@ -301,18 +294,18 @@ procedure="INSERT_PACKET_FULL" [sqlite3_ct] table="ulog_ct" -db="/var/log/ulogd.sqlite3db" +db="/var/log/ulogd/ulogd.sqlite3db" - buffer=200 [sqlite3_pkt] table="ulog_pkt" -db="/var/log/ulogd.sqlite3db" +db="/var/log/ulogd/ulogd.sqlite3db" - buffer=200 [sys2] -@@ -310,7 +303,7 @@ facility=LOG_LOCAL2 + facility=LOG_LOCAL2 [nacct1] sync = 1