Hello community, here is the log from the commit of package argus-client for openSUSE:Factory checked in at 2012-05-29 11:45:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/argus-client (Old) and /work/SRC/openSUSE:Factory/.argus-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "argus-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes 2011-10-02 09:48:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes 2012-05-29 11:46:06.000000000 +0200 @@ -1,0 +2,25 @@ +Fri May 25 13:01:58 UTC 2012 - [email protected] + +- license update: GPL-2.0+ + COPYING is actually GPL-3.0 but majority of source files are GPL-2.0+ and + presence of include/argus/CflowdFlowPdu.h (GPL-2.0) means binary is + GPL-2.0 anyway (upstream aware of this). See also bncÃ#739260 + +------------------------------------------------------------------- +Mon May 21 10:38:02 UTC 2012 - [email protected] + +- Fix build + +------------------------------------------------------------------- +Wed Apr 25 10:14:17 UTC 2012 - [email protected] + +- update to 3.0.6 - bnc#739260 - Multiple licensing problems with + argus-client 3.0.0 +- remove obsolete argus-clients-3.0.0-leak-fix.patch. + +------------------------------------------------------------------- +Tue Dec 20 11:26:41 UTC 2011 - [email protected] + +- remove call to suse_update_config (very old work around) + +------------------------------------------------------------------- Old: ---- argus-clients-3.0.0-fclose.patch argus-clients-3.0.0-leak-fix.patch argus-clients-3.0.0-overflow.patch argus-clients-3.0.0.tar.bz2 New: ---- argus-clients-3.0.6-fclose.patch argus-clients-3.0.6-overflow.patch argus-clients-3.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ argus-client.spec ++++++ --- /var/tmp/diff_new_pack.1vvkBx/_old 2012-05-29 11:46:08.000000000 +0200 +++ /var/tmp/diff_new_pack.1vvkBx/_new 2012-05-29 11:46:08.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package argus-client # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,21 +16,26 @@ # - Name: argus-client -BuildRequires: bison flex libpcap ncurses-devel tcpd-devel tcsh +BuildRequires: bison +BuildRequires: flex +BuildRequires: libpcap +BuildRequires: ncurses-devel +BuildRequires: tcpd-devel +BuildRequires: tcsh %define name2 argus-clients -License: BSD3c(or similar) ; LGPLv2.1+ ; NON-OSI-COMPLIANT(Restricted Shareware) ; MIT License (or similar) -Group: Productivity/Networking/Diagnostic Summary: Client for Network Monitoring Tool -Version: 3.0.0 -Release: 7 +License: GPL-2.0+ +Group: Productivity/Networking/Diagnostic +Version: 3.0.6 +Release: 0 +%define Oldversion 3.0.0 Url: http://www.qosient.com/argus/ -Source: %{name2}-%{version}.tar.bz2 + +Source: http://qosient.com/argus/src/%{name2}-%{version}.tar.gz Patch1: %{name2}-%{version}-overflow.patch Patch2: %{name2}-%{version}-fclose.patch # PATCH-FIX-UPSTREAM fix mem leak (bnc#537485) -Patch3: %{name2}-%{version}-leak-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: argus Provides: argus:/usr/sbin/argus @@ -42,17 +47,15 @@ %setup -n %{name2}-%{version} %patch1 %patch2 -%patch3 %build -%{suse_update_config -f bin config } #autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -Wall" %configure make %{?_smp_mflags} %install -install -d -m 755 $RPM_BUILD_ROOT/{etc,usr/{bin,share/man},%{_docdir}} +install -d -m 755 $RPM_BUILD_ROOT/{etc,usr/{bin,share/man}} install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/ rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux install -m 755 bin/ra* $RPM_BUILD_ROOT/usr/bin/ @@ -66,8 +69,8 @@ %files %defattr(-,root,root) -%doc doc COPYING MANIFEST support -%attr(0644,root,root) %doc %{_mandir}/man*/* +%doc COPYING MANIFEST support +%{_mandir}/man*/* %config /etc/ra.conf /usr/bin/ra* ++++++ argus-clients-3.0.0-fclose.patch -> argus-clients-3.0.6-fclose.patch ++++++ --- /work/SRC/openSUSE:Factory/argus-client/argus-clients-3.0.0-fclose.patch 2011-09-23 01:51:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-clients-3.0.6-fclose.patch 2012-05-29 11:46:06.000000000 +0200 @@ -1,6 +1,8 @@ ---- clients/ranonymize.c 2008-03-17 17:42:31.000000000 +0100 -+++ clients/ranonymize.c 2009-08-13 22:07:04.000000000 +0200 -@@ -1710,7 +1710,7 @@ +Index: clients/ranonymize.c +=================================================================== +--- clients/ranonymize.c.orig ++++ clients/ranonymize.c +@@ -1867,7 +1867,7 @@ RaNonParseResourceFile (char *file) } } } @@ -9,9 +11,11 @@ } else { #ifdef ARGUSDEBUG ArgusDebug (2, "%s: %s\n", file, strerror(errno)); ---- common/argus_client.c 2008-03-24 13:28:06.000000000 +0100 -+++ common/argus_client.c 2009-08-27 10:01:37.000000000 +0200 -@@ -8560,6 +8560,9 @@ +Index: common/argus_client.c +=================================================================== +--- common/argus_client.c.orig ++++ common/argus_client.c +@@ -11690,6 +11690,9 @@ ArgusParseAggregator (struct ArgusParser } else retn = agg; ++++++ argus-clients-3.0.0-overflow.patch -> argus-clients-3.0.6-overflow.patch ++++++ --- /work/SRC/openSUSE:Factory/argus-client/argus-clients-3.0.0-overflow.patch 2011-09-23 01:51:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-clients-3.0.6-overflow.patch 2012-05-29 11:46:06.000000000 +0200 @@ -1,6 +1,8 @@ ---- common/argus_util.c +Index: common/argus_util.c +=================================================================== +--- common/argus_util.c.orig +++ common/argus_util.c -@@ -15424,8 +15424,8 @@ +@@ -20457,8 +20457,8 @@ ArgusLog (int priority, char *fmt, ...) *tptr++ = buf[i]; } @@ -9,5 +11,5 @@ + memset(buf, 0, sizeof(buf)); + strncpy(buf, tbuf, sizeof(buf)); } - - syslog (priority, buf); + + syslog (priority, "%s", buf); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
