commit argus for openSUSE:Factory

2020-06-18 Thread root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2020-06-18 10:28:17

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


Package is "argus"

Thu Jun 18 10:28:17 2020 rev:27 rq:815544 version:3.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2019-03-22 
15:08:43.757423831 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new.3606/argus.changes2020-06-18 
10:28:35.860909096 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 10:01:06 UTC 2020 - Paolo Stivanin 
+
+- Add -fcommon in order to fix building with GCC10 
+
+---



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.EFY3lD/_old  2020-06-18 10:28:37.940915373 +0200
+++ /var/tmp/diff_new_pack.EFY3lD/_new  2020-06-18 10:28:37.940915373 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Network Monitoring Tool
 License:GPL-2.0-only AND LGPL-2.1-only AND BSD-3-Clause AND MIT
 Group:  Productivity/Networking/Diagnostic
-Url:http://www.qosient.com/argus/
+URL:http://www.qosient.com/argus/
 Source: http://qosient.com/argus/src/%{name}-%{version}.tar.gz
 Source3:README.SUSE
 Source4:argus_linux.8.gz
@@ -62,7 +62,7 @@
 
 %build
 #autoreconf -fiv
-export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing -fcommon"
 %configure --with-pic
 make %{?_smp_mflags}
 
@@ -103,7 +103,8 @@
 
 %files server
 %defattr(-,root,root)
-%doc doc COPYING MANIFEST README.* support
+%doc doc MANIFEST README.* support
+%license COPYING
 %{_mandir}/man*/*
 %config %{_sysconfdir}/argus.conf
 %{_unitdir}/argus.service





commit argus for openSUSE:Factory

2019-03-22 Thread root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2019-03-22 15:08:32

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


Package is "argus"

Fri Mar 22 15:08:32 2019 rev:26 rq:687290 version:3.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2017-11-07 
10:04:22.516420559 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new.25356/argus.changes   2019-03-22 
15:08:43.757423831 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 10:43:52 UTC 2019 - Jan Engelhardt 
+
+- Reduce scriptlets' hard dependency on systemd.
+- Replace some UUOC by find -exec.
+- Make %install POSIX sh compatible.
+
+---



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.OsWoeI/_old  2019-03-22 15:08:44.297423363 +0100
+++ /var/tmp/diff_new_pack.OsWoeI/_new  2019-03-22 15:08:44.301423360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:3.0.8.2
 Release:0
 Summary:Network Monitoring Tool
-License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
+License:GPL-2.0-only AND LGPL-2.1-only AND BSD-3-Clause AND MIT
 Group:  Productivity/Networking/Diagnostic
 Url:http://www.qosient.com/argus/
 Source: http://qosient.com/argus/src/%{name}-%{version}.tar.gz
@@ -44,7 +44,7 @@
 Group:  Productivity/Networking/Diagnostic
 Requires:   argus
 Provides:   argus:%{_sbindir}/argus
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 Argus is a network monitoring tool.
@@ -67,7 +67,7 @@
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 
$RPM_BUILD_ROOT{/etc,%{_prefix}/{sbin,bin,share/man},%{_docdir}}
+mkdir -p %{buildroot}/etc %{buildroot}/%{_sbindir} %{buildroot}/%{_bindir} 
%{buildroot}/%{_mandir} %{buildroot}/%{_docdir}
 install -m 700 bin/argus %{buildroot}%{_sbindir}/argus
 install -m 700 bin/arg* %{buildroot}%{_bindir}/
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
@@ -78,10 +78,10 @@
   cp -a man* %{buildroot}%{_mandir}
   chmod a-x %{buildroot}%{_mandir}/*/* )
 rm -f %{buildroot}%{_mandir}/man1/tcpdump.1*
-rm -rf `find -type f -name ._*`
+find -type f -name ._* -exec rm -Rf {} +
 install -m 600 support/Config/argus.conf %{buildroot}%{_sysconfdir}/argus.conf
 install -m 755 support/Archive/argusarchive %{buildroot}%{_bindir}/
-find support -type f -exec chmod 0644 {} \;
+find support -type f -exec chmod 0644 {} +
 #chmod a+x support/{Archive/argusarchive,Startup/argus,System/magic}
 chmod a+x support/{Archive/argusarchive,Startup/argus}
 





commit argus for openSUSE:Factory

2017-11-07 Thread root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2017-11-07 10:03:38

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


Package is "argus"

Tue Nov  7 10:03:38 2017 rev:25 rq:539290 version:3.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2016-09-30 
15:33:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2017-11-07 
10:04:22.516420559 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 11:06:37 UTC 2017 - dims...@opensuse.org
+
+- BuildRequire libnsl-devel: since confiugure implicitly adds
+  -lnsl, it is our duty to make sure deps are present.
+
+---



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.Mzk26V/_old  2017-11-07 10:04:23.564382537 +0100
+++ /var/tmp/diff_new_pack.Mzk26V/_new  2017-11-07 10:04:23.572382247 +0100
@@ -30,6 +30,9 @@
 Patch1: %{name}-3.0.6.1-libpcap.patch
 BuildRequires:  bison
 BuildRequires:  flex
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libnsl-devel
+%endif
 BuildRequires:  libpcap-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcpd-devel





commit argus for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

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

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


Package is "argus"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2015-09-08 
17:44:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2016-09-30 
15:33:25.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 28 09:09:08 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 3.0.8.2
+  * Upstream doesn't publish a short changelog; please read the
+ChangeLog file
+
+---

Old:

  argus-3.0.8.1.tar.gz

New:

  argus-3.0.8.2.tar.gz



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.BXN9o7/_old  2016-09-30 15:33:27.0 +0200
+++ /var/tmp/diff_new_pack.BXN9o7/_new  2016-09-30 15:33:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2015 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
@@ -17,67 +17,67 @@
 
 
 Name:   argus
-BuildRequires:  bison
-BuildRequires:  flex
-BuildRequires:  libpcap-devel
-BuildRequires:  tcpd-devel
-BuildRequires:  tcsh
+Version:3.0.8.2
+Release:0
 Summary:Network Monitoring Tool
 License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
 Group:  Productivity/Networking/Diagnostic
-Version:3.0.8.1
-Release:0
 Url:http://www.qosient.com/argus/
 Source: http://qosient.com/argus/src/%{name}-%{version}.tar.gz
 Source3:README.SUSE
 Source4:argus_linux.8.gz
 Source5:argus.service
 Patch1: %{name}-3.0.6.1-libpcap.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libpcap-devel
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  tcpd-devel
+BuildRequires:  tcsh
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package server
 Summary:Daemon for Network Monitoring Tool
 Group:  Productivity/Networking/Diagnostic
 Requires:   argus
+Provides:   argus:%{_sbindir}/argus
 %{?systemd_requires}
-Provides:   argus:/usr/sbin/argus
 
 %description
 Argus is a network monitoring tool.
 
-Documentation can be found in /usr/share/doc/packages/argus.
+Documentation can be found in %{_docdir}/argus.
 
 %description server
 Daemon for Argus network monitoring tool.
 
 %prep
-%setup -n argus-%{version}
+%setup -q -n argus-%{version}
 %patch1 -p1
-cp %{S:3} .
-cp %{S:4} man/man8/
+cp %{SOURCE3} .
+cp %{SOURCE4} man/man8/
 
 %build
 #autoreconf -fiv
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure --with-pic
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT{/etc,/usr/{sbin,bin,share/man},%{_docdir}}
-install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
-install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
+install -d -m 755 
$RPM_BUILD_ROOT{/etc,%{_prefix}/{sbin,bin,share/man},%{_docdir}}
+install -m 700 bin/argus %{buildroot}%{_sbindir}/argus
+install -m 700 bin/arg* %{buildroot}%{_bindir}/
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
 # alread in sbin
-rm -f $RPM_BUILD_ROOT/usr/bin/argus
-rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
+rm -f %{buildroot}%{_bindir}/argus
+rm -f %{buildroot}%{_bindir}/argus_linux
 ( 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*
+  cp -a man* %{buildroot}%{_mandir}
+  chmod a-x %{buildroot}%{_mandir}/*/* )
+rm -f %{buildroot}%{_mandir}/man1/tcpdump.1*
 rm -rf `find -type f -name ._*`
-install -m 600 support/Config/argus.conf $RPM_BUILD_ROOT/etc/argus.conf
-install -m 755 support/Archive/argusarchive $RPM_BUILD_ROOT/usr/bin/
+install -m 600 support/Config/argus.conf %{buildroot}%{_sysconfdir}/argus.conf
+install -m 755 support/Archive/argusarchive %{buildroot}%{_bindir}/
 find support -type f -exec chmod 0644 {} \;
 #chmod a+x support/{Archive/argusarchive,Startup/argus,System/magic}
 chmod a+x support/{Archive/argusarchive,Startup/argus}
@@ -101,8 +101,8 @@
 %files server
 %defattr(-,root,root)
 %doc doc COPYING MANIFEST README.* support
-%doc %{_mandir}/man*/*
-%config /etc/argus.conf
+%{_mandir}/man*/*
+%config %{_sysconfdir}/argus.conf
 %{_unitdir}/argus.service
 %{_sbindir}/*
 

++ argus-3.0.8.1.tar.gz -> argus-3.0.8.

commit argus for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2015-09-08 17:39:51

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


Package is "argus"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2014-09-22 
09:12:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2015-09-08 
17:44:40.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 27 12:17:28 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.0.8.1
+  * Upstream doesn't publish a short changelog; please read the
+ChangeLog file
+- Use download Url as source
+- Require systemd-rpm-macros instead of systemd: increase dependencies
+
+---

Old:

  argus-3.0.8.tar.gz

New:

  argus-3.0.8.1.tar.gz



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.XeBAqH/_old  2015-09-08 17:44:43.0 +0200
+++ /var/tmp/diff_new_pack.XeBAqH/_new  2015-09-08 17:44:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,16 +25,16 @@
 Summary:Network Monitoring Tool
 License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
 Group:  Productivity/Networking/Diagnostic
-Version:3.0.8 
+Version:3.0.8.1
 Release:0
 Url:http://www.qosient.com/argus/
-Source: %{name}-%{version}.tar.gz
+Source: http://qosient.com/argus/src/%{name}-%{version}.tar.gz
 Source3:README.SUSE
 Source4:argus_linux.8.gz
 Source5:argus.service
 Patch1: %{name}-3.0.6.1-libpcap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 
 %package server
 Summary:Daemon for Network Monitoring Tool

++ argus-3.0.8.tar.gz -> argus-3.0.8.1.tar.gz ++
 12239 lines of diff (skipped)





commit argus for openSUSE:Factory

2014-09-22 Thread h_root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2014-09-22 09:12:33

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


Package is "argus"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2013-02-21 
14:07:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2014-09-22 
09:12:34.0 +0200
@@ -1,0 +2,41 @@
+Thu Sep 18 19:56:48 UTC 2014 - sfal...@opensuse.org
+
+- Changed SuSE to SUSE in README.SUSE (sr#250033) 
+
+---
+Thu Sep 18 01:09:58 UTC 2014 - sfal...@opensuse.org
+
+- Update to 3.0.8 version:
+  + Changes from 3.0.6.1:
+Update and Fixes for remote argus data filter support
+Changes for netflow packet parsing to fix netflow in clients.
+Fixes for wild metric counts in new flow data.
+Update filter logic to be consistent with client filters.
+Modifications for timeout issues when in non-select polling.
+Fix for source id type assignement from commandline
+Change for compiler timeout values
+Fixes for ARP direction processing
+Back out of duplicate packet tracking logic
+Mods for duplicate packet reporting
+Modify configure.ac for pcap_dump_flush for older libpcaps
+Modify timeouts within "nonselectable" packet processing loop.
+Use VID for the VLAN identifer for the key.
+Fix syslog while daemonized
+Remove nanosleep() to improve performance.
+Major addtions for SDN tracking.  New Flow model specifications in 
argus.conf.
+Fixes for solaris port, to avoid scheduling problems with record timeouts 
+  + Added:
+argus-3.0.8.tar.gz
+README.SUSE
+  + Dropped:
+argus-3.0.6.1.tar.bz2
+README.SuSE
+  + Fixes in Specfile
+Changed permissions to 0644 for argus.service to clear rpmlint warning 
+Removed System/Magic from chmod command, to clear rpmlint warning
+Removed %attr stanza from %doc lines, unneeded, and they were set 
incorrectly
+  in the first place, and causing rpmlint to fail, due to unreadable files
+Removed %config from argus.service in %files, not neccessary, and causes 
rpmlint
+  warning
+
+---

Old:

  README.SuSE
  argus-3.0.6.1.tar.bz2

New:

  README.SUSE
  argus-3.0.8.tar.gz



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.IN3tK8/_old  2014-09-22 09:12:36.0 +0200
+++ /var/tmp/diff_new_pack.IN3tK8/_new  2014-09-22 09:12:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2011 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
@@ -16,27 +16,29 @@
 #
 
 
-
 Name:   argus
-BuildRequires:  bison flex libpcap-devel tcpd-devel tcsh
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libpcap-devel
+BuildRequires:  tcpd-devel
+BuildRequires:  tcsh
+Summary:Network Monitoring Tool
 License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
 Group:  Productivity/Networking/Diagnostic
-Summary:Network Monitoring Tool
-Version:3.0.6.1
-Release:3
+Version:3.0.8 
+Release:0
 Url:http://www.qosient.com/argus/
-Source: %{name}-%{version}.tar.bz2
-Source3:README.SuSE
+Source: %{name}-%{version}.tar.gz
+Source3:README.SUSE
 Source4:argus_linux.8.gz
 Source5:argus.service
-Patch1: %{name}-%{version}-libpcap.patch
+Patch1: %{name}-3.0.6.1-libpcap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  systemd
 
 %package server
-License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
-Group:  Productivity/Networking/Diagnostic
 Summary:Daemon for Network Monitoring Tool
+Group:  Productivity/Networking/Diagnostic
 Requires:   argus
 %{?systemd_requires}
 Provides:   argus:/usr/sbin/argus
@@ -65,7 +67,7 @@
 install -d -m 755 $RPM_BUILD_ROOT{/etc,/usr/{sbin,bin,share/man},%{_docdir}}
 install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
 install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
-install -D -m 0755 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
+install -D -m 0644 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
 # alread in sbin
 rm -f $RPM_BUILD_ROOT/usr/bin/argus
 rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
@@ -77,8 +79,8 @@
 install -m 600 support/Config/argus.conf $RPM_BUILD

commit argus for openSUSE:Factory

2013-02-21 Thread h_root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2013-02-21 14:07:00

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


Package is "argus", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2012-11-06 
16:04:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2013-02-21 
14:07:02.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 11:18:54 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
+  Based on audit of 3.0.6.1
+
+---



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.8eQFA7/_old  2013-02-21 14:07:06.0 +0100
+++ /var/tmp/diff_new_pack.8eQFA7/_new  2013-02-21 14:07:06.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   argus
 BuildRequires:  bison flex libpcap-devel tcpd-devel tcsh
-License:BSD-3-Clause ; LGPL-2.1+ ; MIT
+License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
 Group:  Productivity/Networking/Diagnostic
 Summary:Network Monitoring Tool
 Version:3.0.6.1
@@ -34,7 +34,7 @@
 BuildRequires:  systemd
 
 %package server
-License:BSD-3-Clause ; LGPL-2.1+ ; NON-OSI-COMPLIANT(Restricted 
Shareware) ; MIT
+License:GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
 Group:  Productivity/Networking/Diagnostic
 Summary:Daemon for Network Monitoring Tool
 Requires:   argus


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



commit argus for openSUSE:Factory

2012-11-06 Thread h_root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2012-11-06 16:04:51

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


Package is "argus", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2011-11-28 
12:52:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2012-11-06 
16:04:53.0 +0100
@@ -1,0 +2,24 @@
+Sun Oct 28 15:54:54 UTC 2012 - p.drou...@gmail.com
+
+- Remove argus-3.0.0-flex.diff from Coolo : argus_get_leng string
+  is no longer used since 3.0.6 release
+
+---
+Sun Oct 28 14:00:36 UTC 2012 - p.drou...@gmail.com
+
+- - Update to 3.0.6.1 version :
+ Bugs fixed :
+* Correct memory leak and deadlock issues for argus and radium; 
+* Argus and radium get some protection from port scanners; 
+* The client release also fixes a number of bugs with geolocation data,
+  especially country code aggregation and printing. We also fixed 
+  meta-data label merging, multicast identification, and some minor
+  issues with variable namespace collisions.
+- Remove sysvinit support and improve systemd support
+
+---
+Fri Oct 26 05:34:04 UTC 2012 - co...@suse.com
+
+- remove prototypes for flex, they conflict with the real ones
+
+---

Old:

  argus-3.0.0-libpcap.diff
  argus-3.0.0.tar.bz2
  rc.argus
  sysconfig.argus

New:

  argus-3.0.6.1-libpcap.patch
  argus-3.0.6.1.tar.bz2
  argus.service



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.MF3XQc/_old  2012-11-06 16:04:54.0 +0100
+++ /var/tmp/diff_new_pack.MF3XQc/_new  2012-11-06 16:04:54.0 +0100
@@ -19,27 +19,26 @@
 
 Name:   argus
 BuildRequires:  bison flex libpcap-devel tcpd-devel tcsh
-License:BSD3c ; LGPLv2.1+ ; MIT
+License:BSD-3-Clause ; LGPL-2.1+ ; MIT
 Group:  Productivity/Networking/Diagnostic
 Summary:Network Monitoring Tool
-Version:3.0.0
+Version:3.0.6.1
 Release:3
 Url:http://www.qosient.com/argus/
 Source: %{name}-%{version}.tar.bz2
-Source1:rc.argus
-Source2:sysconfig.argus
 Source3:README.SuSE
 Source4:argus_linux.8.gz
-#Patch:  %{name}-%{version}-fixes-1.patch
-Patch1: %{name}-%{version}-libpcap.diff
+Source5:argus.service
+Patch1: %{name}-%{version}-libpcap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  systemd
 
 %package server
-License:BSD3c ; LGPLv2.1+ ; NON-OSI-COMPLIANT(Restricted Shareware) ; 
MIT
-PreReq: %insserv_prereq %fillup_prereq
+License:BSD-3-Clause ; LGPL-2.1+ ; NON-OSI-COMPLIANT(Restricted 
Shareware) ; MIT
 Group:  Productivity/Networking/Diagnostic
 Summary:Daemon for Network Monitoring Tool
 Requires:   argus
+%{?systemd_requires}
 Provides:   argus:/usr/sbin/argus
 
 %description
@@ -52,8 +51,7 @@
 
 %prep
 %setup -n argus-%{version}
-# %patch -p1
-%patch1
+%patch1 -p1
 cp %{S:3} .
 cp %{S:4} man/man8/
 
@@ -64,9 +62,10 @@
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 
$RPM_BUILD_ROOT{/etc/init.d,/sbin,/usr/{sbin,bin,share/man},%{_docdir}}
+install -d -m 755 $RPM_BUILD_ROOT{/etc,/usr/{sbin,bin,share/man},%{_docdir}}
 install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
 install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
+install -D -m 0755 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
 # alread in sbin
 rm -f $RPM_BUILD_ROOT/usr/bin/argus
 rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
@@ -74,38 +73,35 @@
   cp -a man* $RPM_BUILD_ROOT%{_mandir} 
   chmod a-x $RPM_BUILD_ROOT%{_mandir}/*/* )
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tcpdump.1*
+rm -rf `find -type f -name ._*`
 install -m 600 support/Config/argus.conf $RPM_BUILD_ROOT/etc/argus.conf
 install -m 755 support/Archive/argusarchive $RPM_BUILD_ROOT/usr/bin/
-install -d -m 755 $RPM_BUILD_ROOT/etc/init.d
-install -m 755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/argus
-ln -sf ../etc/init.d/argus $RPM_BUILD_ROOT/sbin/rcargus
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 644 %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.argus
 find support -type f -exec chmod 0644 {} \;
 chmod a+x support/{Archive/argusarchive,Startup/argus,System/magic}
 
+
+%pre server
+%service_add_pre argus.service
+
 %post server
-%{fillup_and_insserv argus}
+%service_add_post argus.service
 
 %preun server
-%stop_on_removal argus
+%service_del_preun argus.service
 

commit argus for openSUSE:Factory

2011-11-28 Thread h_root
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2011-11-28 12:52:52

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


Package is "argus", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/argus/argus.changes  2011-10-02 
09:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2011-11-28 
12:52:57.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 10:05:22 UTC 2011 - co...@suse.com
+
+- do not package argus twice
+
+---



Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.jKVcmG/_old  2011-11-28 12:52:58.0 +0100
+++ /var/tmp/diff_new_pack.jKVcmG/_new  2011-11-28 12:52:58.0 +0100
@@ -67,6 +67,8 @@
 install -d -m 755 
$RPM_BUILD_ROOT{/etc/init.d,/sbin,/usr/{sbin,bin,share/man},%{_docdir}}
 install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
 install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
+# alread in sbin
+rm -f $RPM_BUILD_ROOT/usr/bin/argus
 rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
 ( cd man
   cp -a man* $RPM_BUILD_ROOT%{_mandir} 


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



commit argus for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package argus for openSUSE:Factory
checked in at Sun Oct 2 09:48:14 CEST 2011.




--- openSUSE:Factory/argus/argus.changes2011-09-23 01:51:57.0 
+0200
+++ /mounts/work_src_done/STABLE/argus/argus.changes2011-09-17 
14:12:24.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 12:12:21 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ argus.spec ++
--- /var/tmp/diff_new_pack.t9iTps/_old  2011-10-02 09:48:10.0 +0200
+++ /var/tmp/diff_new_pack.t9iTps/_new  2011-10-02 09:48:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package argus (Version 3.0.0)
+# spec file for package argus
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   argus
 BuildRequires:  bison flex libpcap-devel tcpd-devel tcsh
 License:BSD3c ; LGPLv2.1+ ; MIT
 Group:  Productivity/Networking/Diagnostic
-AutoReqProv:on
 Summary:Network Monitoring Tool
 Version:3.0.0
 Release:3
@@ -43,28 +41,15 @@
 Summary:Daemon for Network Monitoring Tool
 Requires:   argus
 Provides:   argus:/usr/sbin/argus
-AutoReqProv:on
 
 %description
 Argus is a network monitoring tool.
 
 Documentation can be found in /usr/share/doc/packages/argus.
 
-
-
-Authors:
-
-Carter Bullard 
-
 %description server
 Daemon for Argus network monitoring tool.
 
-
-
-Authors:
-
-Carter Bullard 
-
 %prep
 %setup -n argus-%{version}
 # %patch -p1
@@ -76,10 +61,9 @@
 #autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure --with-pic
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf  %{buildroot}
 install -d -m 755 
$RPM_BUILD_ROOT{/etc/init.d,/sbin,/usr/{sbin,bin,share/man},%{_docdir}}
 install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
 install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
@@ -98,9 +82,6 @@
 find support -type f -exec chmod 0644 {} \;
 chmod a+x support/{Archive/argusarchive,Startup/argus,System/magic}
 
-%clean
-rm -rf  %{buildroot}
-
 %post server
 %{fillup_and_insserv argus}
 


continue with "q"...



Remember to have fun...

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