svn commit: r370200 - head/net-mgmt/argus3
Kurt Jaeger
pi at FreeBSD.org
Mon Oct 6 18:17:26 UTC 2014
Author: pi
Date: Mon Oct 6 18:17:25 2014
New Revision: 370200
URL: https://svnweb.freebsd.org/changeset/ports/370200
QAT: https://qat.redports.org/buildarchive/r370200/
Log:
net-mgmt/argus3: 3.0.6.1 -> 3.0.8
Changes since approx. 2012-06-09:
Tue Jul 8 14:51:13 EDT 2014
Mods for packaging for ubuntu, redhat, etc....
Added debian and pkg directories, mods to spec file.
Tue Jun 17 10:42:07 EDT 2014
Update and Fixes for remote argus data filter support
Mon Jun 9 20:18:12 EDT 2014
Changes for netflow packet parsing to fix netflow in clients.
Mon May 12 15:46:24 EDT 2014
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.
Wed Dec 11 16:50:25 EST 2013
Fix for source id type assignement from commandline
Change for compiler timeout values
Mon Nov 25 12:11:47 EST 2013
Fixes for ARP direction processing
Back out of duplicate packet tracking logic
Thu Oct 17 15:45:31 EDT 2013
Mods for duplicate packet reporting
Thu Aug 22 08:39:26 EDT 2013
Modify configure.ac for pcap_dump_flush for older libpcaps
Mon Jul 22 16:09:35 EDT 2013
Modify timeouts within "nonselectable" packet processing loop.
Tue Jul 9 22:24:01 EDT 2013
Use VID for the VLAN identifer for the key.
Tue Jun 18 23:39:12 EDT 2013
Fix syslog while daemonized
Tue Jun 11 16:42:18 EDT 2013
Remove nanosleep() to improve performance.
Thu Apr 4 16:38:50 EDT 2013
Major addtions for SDN tracking. New Flow model specifications in argus.conf.
Wed Mar 6 16:33:47 EST 2013
Fixes for solaris port, to avoid scheduling problems with record timeouts
Fri Oct 19 13:14:13 EDT 2012
Fix documentation in ./include/argus_def.h to get Cause and Vers in right order.
Mon Oct 8 17:17:39 EDT 2012
Fix for argus TCP state machine issue with very out of order
SYN, SYN_ACK, RST volleys.
Thu Jun 21 15:33:22 EDT 2012
Fix for country code aggregation problem, where dst co would be zero'd out.
Mon Jun 11 16:07:53 EDT 2012
Fix for ArgusOutput deadlock, when congested.
Mon Jun 09 08:21:16 EDT 2012
Netflow V9 support transitioned and mostly integrated.
Need more packet data.
PR: 193566
Submitted by: Paul Schmehl <pauls at utdallas.edu> (maintainer)
Modified:
head/net-mgmt/argus3/Makefile
head/net-mgmt/argus3/distinfo
head/net-mgmt/argus3/pkg-plist
Modified: head/net-mgmt/argus3/Makefile
==============================================================================
--- head/net-mgmt/argus3/Makefile Mon Oct 6 18:13:15 2014 (r370199)
+++ head/net-mgmt/argus3/Makefile Mon Oct 6 18:17:25 2014 (r370200)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= argus
-PORTVERSION= 3.0.6.1
-PORTREVISION= 1
+PORTVERSION= 3.0.8
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
Modified: head/net-mgmt/argus3/distinfo
==============================================================================
--- head/net-mgmt/argus3/distinfo Mon Oct 6 18:13:15 2014 (r370199)
+++ head/net-mgmt/argus3/distinfo Mon Oct 6 18:17:25 2014 (r370200)
@@ -1,2 +1,2 @@
-SHA256 (argus-3.0.6.1.tar.gz) = ed991d8e12394a4f3d49adf007f82bafe615de4fd836f88c86d97fe7469cad12
-SIZE (argus-3.0.6.1.tar.gz) = 847095
+SHA256 (argus-3.0.8.tar.gz) = 335d889d288763487ad3545c09b944d7d6aa2538630d1fd72eea3704a57bf6e3
+SIZE (argus-3.0.8.tar.gz) = 1193140
Modified: head/net-mgmt/argus3/pkg-plist
==============================================================================
--- head/net-mgmt/argus3/pkg-plist Mon Oct 6 18:13:15 2014 (r370199)
+++ head/net-mgmt/argus3/pkg-plist Mon Oct 6 18:17:25 2014 (r370200)
@@ -13,9 +13,9 @@ man/man8/argus.8.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Startup/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/System/crontab
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/System/magic
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Archive
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Config
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Deployment
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Startup
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/System
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/Archive
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/Config
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/Deployment
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/Startup
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/System
+%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%
More information about the svn-ports-head
mailing list