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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.argus.new/argus.changes 2014-09-22 
09:12:34.000000000 +0200
@@ -1,0 +2,41 @@
+Thu Sep 18 19:56:48 UTC 2014 - [email protected]
+
+- Changed SuSE to SUSE in README.SUSE (sr#250033) 
+
+-------------------------------------------------------------------
+Thu Sep 18 01:09:58 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.IN3tK8/_new  2014-09-22 09:12:36.000000000 +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_ROOT/etc/argus.conf    
 install -m 755 support/Archive/argusarchive $RPM_BUILD_ROOT/usr/bin/
 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,System/magic}
+chmod a+x support/{Archive/argusarchive,Startup/argus}
 
 %pre server
 %service_add_pre argus.service
@@ -98,10 +100,10 @@
 
 %files server
 %defattr(-,root,root)
-%attr(0644,root,root) %doc doc COPYING MANIFEST README.* support
-%attr(0644,root,root) %doc %{_mandir}/man*/*
+%doc doc COPYING MANIFEST README.* support
+%doc %{_mandir}/man*/*
 %config /etc/argus.conf
-%config %{_unitdir}/argus.service
+%{_unitdir}/argus.service
 %{_sbindir}/*
 
 %changelog

++++++ README.SUSE ++++++
README.SUSE

choeger, 4.5.98

Argus is a network-monitoring-tool.
Take a look at /usr/doc/packages/README* for details.

Please change the variables in /etc/sysconfig/argus if you need.

A daily restart-script may look like this:

----------------------------------[snip]---------------------------------
#!/bin/sh

rcargus stop
mv /var/log/argus.log /var/log/argus.`date +"%y%m%d"`.log
gzip -9 /var/log/argus.`date +"%y%m%d"`.log
rcargus start
----------------------------------[snip]---------------------------------

you may copy it to /root/bin/argus_restart and add the following to your
/etc/crontab:

----------------------------------[snip]---------------------------------
50 17 * * * root /root/bin/argus_restart
----------------------------------[snip]---------------------------------

if you want to restart argus at 17:50 (5:50pm).

Use the tools 'ra' and 'services' to take a look in your captured
argus-data.


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to