aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/argus3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/argus3, net-mgmt/argus3-clients: fix build with recent currentTobias C. Berner2020-08-271-0/+3
| | | | Notes: svn path=/head/; revision=546658
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* net-mgmt/argus3: Fix rc.d scriptMuhammad Moinur Rahman2016-08-081-0/+1
| | | | | | | | PR: 203597 Submitted by: peter.thoenen@yahoo.com Notes: svn path=/head/; revision=419894
* net-mgmt/argus3: Update version 3.0.8.1=>3.0.8.2Muhammad Moinur Rahman2016-06-091-1/+1
| | | | | | | | | | - Fix rc.d script [1] PR: 203597 [1] Submitted by: peter.thoenen@yahoo.com [1] Notes: svn path=/head/; revision=416645
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Drop 8.x supportDmitry Marakasov2015-09-221-11/+1
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=397584
* net-mgmt/argus3: Update version 3.0.8=>3.0.8.1Muhammad Moinur Rahman2015-05-211-3/+8
| | | | | | | | | - Convert to OPTIONSNG - Base libpcap library version for 8/STABLE is not compatible hence conditional add from ports Notes: svn path=/head/; revision=386952
* - Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2015-03-121-1/+1
| | | | Notes: svn path=/head/; revision=381119
* Update MAINTAINERSteven Kreuzer2015-01-121-1/+1
| | | | | | | | PR: ports/196551 Approved by: pauls@utdallas.edu (maintainer) Notes: svn path=/head/; revision=376885
* net-mgmt/argus3: 3.0.6.1 -> 3.0.8Kurt Jaeger2014-10-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@utdallas.edu> (maintainer) Notes: svn path=/head/; revision=370200
* net-mgmt/argus3: support stage and remove optionWilliam Grzybowski2014-06-181-32/+19
| | | | | | | | PR: 191018 (based on) Submitted by: maintainer Notes: svn path=/head/; revision=358318
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327302
* Fix `make package' with MANPAGES=no.Raphael Kubo da Costa2013-05-111-0/+2
| | | | | | | | | PR: ports/177676 Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Notes: svn path=/head/; revision=317920
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - update to 3.0.6.1Ruslan Makhmatkhanov2013-01-051-17/+15
| | | | | | | | | | | | | | | | | - convert to optionsng - remove unneded patches while here: - trim Makefile header - add license (GPLv3) - add missing perl dependency PR: 173040 Submitted by: Paul Schmehl <pauls@utdallas.edu> Approved by: Alexander Demin <support@spectrum.ru> (maintainer) Notes: svn path=/head/; revision=309949
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-1/+2
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* - Fix typo in MAINTAINER email addressRyan Steinmetz2012-12-041-1/+1
| | | | | | | | Reported by: portscout Feature safe: yes Notes: svn path=/head/; revision=308269
* Pass maintainer to Paul Schmehl. Thank you Alexander for your work on these.Wesley Shields2012-11-301-1/+1
| | | | | | | | | | PR: ports/173756 Submitted by: Alexander Demin <support@spectrum.ru> (old maintainer) Approved by: new maintainer Feature safe: yes Notes: svn path=/head/; revision=307988
* - Convert to optionsNGMartin Wilke2012-06-091-2/+3
| | | | | | | | PR: 168895 Submitted by: maintainer Notes: svn path=/head/; revision=298863
* - Fix a CONFLICTS knobSylvio Cesar Teixeira2012-06-081-1/+1
| | | | | | | | PR: ports/168749 Submitted by: Alexander Demin <support@spectrum.ru> (maintainer) Notes: svn path=/head/; revision=298782
* Update to 3.0.4Julien Laffaye2011-06-111-1/+1
| | | | | | | | | PR: ports/157660 Submitted by: Alexander Demin <support@spectrum.ru> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275391
* - Update net-mgmt/argus3 to 3.0.2Dima Panov2010-03-301-14/+12
| | | | | | | | | | | - Register CONFLICTS with net-mgmt/argus - Pass maintainership to submitter PR: 142969 Submitted by: Alexander Demin <support@spectrum.ru> Notes: svn path=/head/; revision=251818
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224354
* - Fix SASL2 support (argus[37157]: looking for plugins in '/usr/lib/sasl2',Pav Lucistnik2008-08-011-1/+5
| | | | | | | | | | | | failed to open directory, error: No such file or directory) - Look for sasl in LOCALBASE, not in PREFIX PR: ports/123880 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Approved by: maintainer timeout (se; 2 months) Notes: svn path=/head/; revision=217911
* Create new port for version 3 of the argus network audit server.Stefan Eßer2008-04-201-0/+69
Version 2.0.6 will be kept as net-mgmt/argus as long as there is sufficient interest. Notes: svn path=/head/; revision=211665