commit argus-client for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package argus-client for openSUSE:Factory 
checked in at 2019-06-12 13:15:17

Comparing /work/SRC/openSUSE:Factory/argus-client (Old)
 and  /work/SRC/openSUSE:Factory/.argus-client.new.4811 (New)


Package is "argus-client"

Wed Jun 12 13:15:17 2019 rev:23 rq:708938 version:3.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes
2018-03-20 21:59:55.242631102 +0100
+++ /work/SRC/openSUSE:Factory/.argus-client.new.4811/argus-client.changes  
2019-06-12 13:15:17.976753736 +0200
@@ -1,0 +2,6 @@
+Sat Jun  8 04:46:29 UTC 2019 - Bernhard Wiedemann 
+
+- Add argus-client-fix-build.patch to properly fail build on errors
+  and avoid these (boo#1102408)
+
+---

New:

  argus-client-fix-build.patch



Other differences:
--
++ argus-client.spec ++
--- /var/tmp/diff_new_pack.aE9NRq/_old  2019-06-12 13:15:18.552753132 +0200
+++ /var/tmp/diff_new_pack.aE9NRq/_new  2019-06-12 13:15:18.556753127 +0200
@@ -27,6 +27,7 @@
 Source: http://qosient.com/argus/src/%{name2}-%{version}.tar.gz
 Patch1: %{name2}-3.0.6-overflow.patch
 Patch2: %{name2}-3.0.8-fclose.patch
+Patch3: argus-client-fix-build.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libpcap-devel
@@ -43,6 +44,7 @@
 %setup -q -n %{name2}-%{version}
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++ argus-client-fix-build.patch ++
From: Bernhard M. Wiedemann 
To: ar...@qosient.com
Date: 2018-03-27

make argus-clients compilation properly fail on errors
instead of randomly and silently leaving out unrelated binaries
(unless building with make -k)

And fix compilation of radium and others on openSUSE Leap 15.0

Index: argus-clients-3.0.8.2/Makefile.in
===
--- argus-clients-3.0.8.2.orig/Makefile.in
+++ argus-clients-3.0.8.2/Makefile.in
@@ -63,7 +63,7 @@ all: force
@for i in  $(DIRS) ; do \
if [ -d $$i ] ; then \
echo "making in $$i"; \
-   (cd $$i > /dev/null; $(MAKE));\
+   (cd $$i > /dev/null; $(MAKE)) || exit 50;\
fi; \
done
 
@@ -84,7 +84,7 @@ install:  force
@for i in  $(INSTDIRS) ; do \
if [ -d $$i ] ; then \
echo "making in $$i"; \
-   (cd $$i > /dev/null; $(MAKE) install); \
+   (cd $$i > /dev/null; $(MAKE) install) || exit 51; \
fi; \
done
$(INSTALL) -m 0644 $(srcdir)/support/Config/rarc 
$(DESTDIR)$(prefix)/argus/rarc
@@ -273,7 +273,7 @@ force:  /tmp
 depend: $(GENSRC) force
@for i in $(DIRS) ; do \
if [ -d $$i ] ; then \
-   (cd $$i > /dev/null; $(MAKE) depend ); \
+   (cd $$i > /dev/null; $(MAKE) depend ) || exit 52; \
fi; \
done
 
Index: argus-clients-3.0.8.2/configure
===
--- argus-clients-3.0.8.2.orig/configure
+++ argus-clients-3.0.8.2/configure
@@ -9041,7 +9041,7 @@ if test ! -z "$V_WRAPDEP"; then
  fi
  case "$target_os" in
  linux*)
-V_WRAPDEP="$V_WRAPDEP -lnsl";;
+V_WRAPDEP="$V_WRAPDEP";;
  esac
   fi
fi
Index: argus-clients-3.0.8.2/configure.ac
===
--- argus-clients-3.0.8.2.orig/configure.ac
+++ argus-clients-3.0.8.2/configure.ac
@@ -173,7 +173,7 @@ if test ! -z "$V_WRAPDEP"; then
  fi
  case "$target_os" in
  linux*)
-V_WRAPDEP="$V_WRAPDEP -lnsl";;
+V_WRAPDEP="$V_WRAPDEP";;
  esac
   fi
fi



commit argus-client for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package argus-client for openSUSE:Factory 
checked in at 2018-03-20 21:59:23

Comparing /work/SRC/openSUSE:Factory/argus-client (Old)
 and  /work/SRC/openSUSE:Factory/.argus-client.new (New)


Package is "argus-client"

Tue Mar 20 21:59:23 2018 rev:22 rq:588147 version:3.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes
2016-09-30 15:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes   
2018-03-20 21:59:55.242631102 +0100
@@ -1,0 +2,6 @@
+Sat Mar 17 14:14:35 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner and remove not-needed code
+- Fix build on Tumbleweed by stating more dependencies
+
+---
@@ -21 +27 @@
-  GPL-2.0 anyway (upstream aware of this). See also bncÃ#739260
+  GPL-2.0 anyway (upstream aware of this). See also bnc#739260



Other differences:
--
++ argus-client.spec ++
--- /var/tmp/diff_new_pack.5T7FAm/_old  2018-03-20 21:59:56.234595387 +0100
+++ /var/tmp/diff_new_pack.5T7FAm/_new  2018-03-20 21:59:56.238595243 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argus-client
 #
-# Copyright (c) 2016 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
@@ -21,7 +21,7 @@
 Version:3.0.8.2
 Release:0
 Summary:Client for Network Monitoring Tool
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Diagnostic
 Url:http://www.qosient.com/argus/
 Source: http://qosient.com/argus/src/%{name2}-%{version}.tar.gz
@@ -29,14 +29,12 @@
 Patch2: %{name2}-3.0.8-fclose.patch
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  libpcap
+BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  readline-devel
 BuildRequires:  tcpd-devel
-BuildRequires:  tcsh
+BuildRequires:  pkgconfig(libtirpc)
 Requires:   argus
-Provides:   argus:%{_sbindir}/argus
-# PATCH-FIX-UPSTREAM fix mem leak (bnc#537485)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Client for Argus network monitoring tool.
@@ -47,8 +45,7 @@
 %patch2
 
 %build
-#autoreconf -fi
-export CFLAGS="%{optflags} -Wall"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure
 make %{?_smp_mflags}
 
@@ -67,8 +64,8 @@
 rm -rf %{buildroot}%{_mandir}/man*/._*
 
 %files
-%defattr(-,root,root)
-%doc COPYING MANIFEST support
+%license COPYING
+%doc MANIFEST support
 %{_mandir}/man*/*
 %config %{_sysconfdir}/ra.conf
 %{_bindir}/ra*




commit argus-client for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package argus-client for openSUSE:Factory 
checked in at 2016-09-30 15:33:38

Comparing /work/SRC/openSUSE:Factory/argus-client (Old)
 and  /work/SRC/openSUSE:Factory/.argus-client.new (New)


Package is "argus-client"

Changes:

--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes
2014-12-21 12:04:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes   
2016-09-30 15:33:42.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 09:17:22 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 3.0.8.2
+  * Please read the ChangeLog
+
+---

Old:

  argus-clients-3.0.8.tar.gz

New:

  argus-clients-3.0.8.2.tar.gz



Other differences:
--
++ argus-client.spec ++
--- /var/tmp/diff_new_pack.5cUJT9/_old  2016-09-30 15:33:45.0 +0200
+++ /var/tmp/diff_new_pack.5cUJT9/_new  2016-09-30 15:33:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus-client
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -16,61 +16,61 @@
 #
 
 
-Name:   argus-client
-BuildRequires:  bison
-BuildRequires:  flex
-BuildRequires:  libpcap
-BuildRequires:  ncurses-devel
-BuildRequires:  tcpd-devel
-BuildRequires:  tcsh
 %define name2 argus-clients
+Name:   argus-client
+Version:3.0.8.2
+Release:0
 Summary:Client for Network Monitoring Tool
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
-Version:3.0.8
-Release:0
 Url:http://www.qosient.com/argus/
-
 Source: http://qosient.com/argus/src/%{name2}-%{version}.tar.gz
 Patch1: %{name2}-3.0.6-overflow.patch
 Patch2: %{name2}-3.0.8-fclose.patch
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libpcap
+BuildRequires:  ncurses-devel
+BuildRequires:  tcpd-devel
+BuildRequires:  tcsh
+Requires:   argus
+Provides:   argus:%{_sbindir}/argus
 # PATCH-FIX-UPSTREAM fix mem leak (bnc#537485)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   argus
-Provides:   argus:/usr/sbin/argus
 
 %description
 Client for Argus network monitoring tool.
 
 %prep
-%setup -n %{name2}-%{version}
+%setup -q -n %{name2}-%{version}
 %patch1
 %patch2
 
 %build
 #autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS -Wall"
+export CFLAGS="%{optflags} -Wall"
 %configure
 make %{?_smp_mflags}
 
 %install
-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/
+install -d -m 755 %{buildroot}/{etc,usr/{bin,share/man}}
+install -m 700 bin/arg* %{buildroot}%{_bindir}/
+rm -f %{buildroot}%{_bindir}/argus_linux
+install -m 755 bin/ra* %{buildroot}%{_bindir}/
 ( cd man
-  cp -a man* $RPM_BUILD_ROOT%{_mandir} 
-  chmod a-x $RPM_BUILD_ROOT%{_mandir}/*/* )
-rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tcpdump.1*
-install -m 600 support/Config/rarc $RPM_BUILD_ROOT/etc/ra.conf
+  cp -a man* %{buildroot}%{_mandir}
+  chmod a-x %{buildroot}%{_mandir}/*/* )
+rm -f %{buildroot}%{_mandir}/man1/tcpdump.1*
+install -m 600 support/Config/rarc %{buildroot}%{_sysconfdir}/ra.conf
 find support -type f -exec chmod 0644 {} \;
-rm -f $RPM_BUILD_ROOT/usr/bin/argus*
+rm -f %{buildroot}%{_bindir}/argus*
+rm -rf %{buildroot}%{_mandir}/man*/._*
 
 %files
 %defattr(-,root,root)
 %doc COPYING MANIFEST support
 %{_mandir}/man*/*
-%config /etc/ra.conf
-/usr/bin/ra*
+%config %{_sysconfdir}/ra.conf
+%{_bindir}/ra*
 
 %changelog

++ argus-clients-3.0.8.tar.gz -> argus-clients-3.0.8.2.tar.gz ++
 41036 lines of diff (skipped)




commit argus-client for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package argus-client for openSUSE:Factory 
checked in at 2014-12-21 12:04:40

Comparing /work/SRC/openSUSE:Factory/argus-client (Old)
 and  /work/SRC/openSUSE:Factory/.argus-client.new (New)


Package is argus-client

Changes:

--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes
2012-05-29 11:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes   
2014-12-21 12:04:22.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 16 22:17:38 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 3.0.8
+  + Please read the ChangeLog
+- Adapt patches to upstream changes
+  argus-clients-3.0.6-fclose.patch  argus-clients-3.0.8-fclose.patch 
+  
+---

Old:

  argus-clients-3.0.6-fclose.patch
  argus-clients-3.0.6.tar.gz

New:

  argus-clients-3.0.8-fclose.patch
  argus-clients-3.0.8.tar.gz



Other differences:
--
++ argus-client.spec ++
--- /var/tmp/diff_new_pack.MJDLGT/_old  2014-12-21 12:04:23.0 +0100
+++ /var/tmp/diff_new_pack.MJDLGT/_new  2014-12-21 12:04:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argus-client
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -27,14 +27,13 @@
 Summary:Client for Network Monitoring Tool
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
-Version:3.0.6
+Version:3.0.8
 Release:0
-%define Oldversion 3.0.0
 Url:http://www.qosient.com/argus/
 
 Source: http://qosient.com/argus/src/%{name2}-%{version}.tar.gz
-Patch1: %{name2}-%{version}-overflow.patch
-Patch2: %{name2}-%{version}-fclose.patch
+Patch1: %{name2}-3.0.6-overflow.patch
+Patch2: %{name2}-3.0.8-fclose.patch
 # PATCH-FIX-UPSTREAM fix mem leak (bnc#537485)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   argus

++ argus-clients-3.0.6-fclose.patch - argus-clients-3.0.8-fclose.patch 
++
--- /work/SRC/openSUSE:Factory/argus-client/argus-clients-3.0.6-fclose.patch
2012-05-29 11:46:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.argus-client.new/argus-clients-3.0.8-fclose.patch   
2014-12-21 12:04:22.0 +0100
@@ -1,16 +1,3 @@
-Index: clients/ranonymize.c
-===
 clients/ranonymize.c.orig
-+++ clients/ranonymize.c
-@@ -1867,7 +1867,7 @@ RaNonParseResourceFile (char *file)
-}
- }
-  }
--
-+ flose(fd);
-   } else {
- #ifdef ARGUSDEBUG
-  ArgusDebug (2, %s: %s\n, file, strerror(errno));
 Index: common/argus_client.c
 ===
 --- common/argus_client.c.orig

++ argus-clients-3.0.6.tar.gz - argus-clients-3.0.8.tar.gz ++
 187361 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit argus-client for openSUSE:Factory

2012-05-29 Thread h_root
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 jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes
2011-10-02 09:48:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes   
2012-05-29 11:46:06.0 +0200
@@ -1,0 +2,25 @@
+Fri May 25 13:01:58 UTC 2012 - cfarr...@suse.com
+
+- 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 - idon...@suse.com
+
+- Fix build 
+
+---
+Wed Apr 25 10:14:17 UTC 2012 - vdziewie...@suse.com
+
+- 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 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.1vvkBx/_new  2012-05-29 11:46:08.0 +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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.argus-client.new/argus-clients-3.0.6-fclose.patch   
2012-05-29 11:46:06.0 +0200
@@ -1,6 +1,8 @@
 clients/ranonymize.c   2008-03-17 17:42:31.0 +0100
-+++ clients/ranonymize.c   2009-08-13 22:07:04.0 +0200
-@@ -1710,7 +1710,7 @@
+Index: