Port details |
- argus3-clients Client programs for the argus IP network transaction auditing tool
- 3.0.8.3_1 net-mgmt =6 3.0.8.3_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2008-04-20 17:34:00
- Last Update: 2024-01-24 10:20:12
- Commit Hash: 4fc1077
- People watching this port, also watch:: net-snmp, grepcidr, tor, ap24-mod_security, nagios
- Also Listed In: security
- License: GPLv3
- WWW:
- https://www.qosient.com/argus/
- Description:
- Client programs that read, parse and process Argus data, and comprise
the client part of the Audit Record Generation and Utilization System.
Argus is a generic IP network transaction auditing tool that has been used
by thousands of sites to perform a number of powerful network management
tasks that are currently not possible using commercial network management
tools.
Argus runs as an application level daemon, promiscuously reading network
datagrams from a specified interface, and generates network traffic audit
records for the network activity that it encounters. It is the way that
Argus categorizes and reports on network activity that makes this tool
unique and powerful.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- argus-clients-sasl>0:net-mgmt/argus3-clients
- Conflicts:
- CONFLICTS:
- argus-clients-2*
- argus-clients-sasl-2*
- To install the port:
- cd /usr/ports/net-mgmt/argus3-clients/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/argus3-clients
- pkg install argus-clients-sasl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: argus-clients-sasl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1625187728
SHA256 (argus-clients-3.0.8.3.tar.gz) = b8d4ef8bacdbad81c08af40c3e4865342a2a456f463a480abc27f79889ddb3cd
SIZE (argus-clients-3.0.8.3.tar.gz) = 2758432
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- libreadline.so.8 : devel/readline
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for argus-clients-sasl-3.0.8.3_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MYSQL=on: MySQL database support
SASL=on: SASL authentication support
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_argus3-clients
- USES:
- bison ncurses perl5 readline shebangfix mysql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.8.3_1 24 Jan 2024 10:20:12 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/argus3-clients: Impelled to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.8.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.8.3 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
3.0.8.3 02 Jul 2021 01:35:37 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/argus3-clients: Update version 3.0.8.2=>3.0.8.3 |
3.0.8.2_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.8.2_4 27 Aug 2020 19:06:58 |
tcberner |
net-mgmt/argus3, net-mgmt/argus3-clients: fix build with recent current |
3.0.8.2_4 12 Feb 2020 23:45:59 |
bofh |
net-mgmt/argus3-clients: Fix BROKEN SASL
- Fix PREFIX
- Add SHEBANGFIX
- Pet portlint
PR: 242977
Submitted by: trombik1973@gmail.com |
3.0.8.2_3 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
3.0.8.2_2 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
3.0.8.2_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
3.0.8.2 10 Jun 2016 09:13:01 |
bofh |
net-mgmt/argus3-clients: Update version 3.0.8=>3.0.8.2
- Add EXAMPLES
- Change USE_MYSQL to USES
- Move to OPTIONSNG based do-install methods |
3.0.8_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.0.8_1 15 Jun 2015 20:59:17 |
antoine |
Add explicit USES=readline |
3.0.8 10 Jan 2015 11:26:37 |
bofh |
net-mgmt/argus3-clients: Convert to OPTIONSNG
- Pass Maintainership
- Wrap conditional DOCS installation
PR: 196550
Differential Revision: https://reviews.freebsd.org/D1479
Submitted by: pauls@utdallas.edu
Approved by: marino(mentor) |
3.0.8 06 Oct 2014 18:46:39 |
pi |
net-mgmt/argus3(-clients): delete unnecessary @dir entries from pkg-plist
Submitted by: bapt |
3.0.8 06 Oct 2014 18:23:48 |
pi |
net-mgmt/argus3-clients: 3.0.6.2 -> 3.0.8
Lots of changes since 2012.
See
http://resources.sei.cmu.edu/asset_files/Presentation/2014_017_001_90084.pdf
for a presentation on the software.
PR: 193567
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) |
3.0.6.2_2 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
3.0.6.2_1 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
3.0.6.2_1 05 Jul 2014 15:32:46 |
adamw |
Stage, and fix up paths to perl.
PR: ports/191039
Submitted by: pauls@utdallas.edu |
3.0.6.2 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
3.0.6.2 14 Sep 2013 16:38:29 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.0.6.2 30 Jul 2013 12:31:11 |
bapt |
Fix build with clang by forcing gnu89 |
3.0.6.2 11 May 2013 21:37:58 |
rakuco |
Fix building with MANPAGES=no.
Turning off the MANPAGES option generates lots of errors on install and
fatal errors when attempting to create a package.
PR: ports/177675
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer) |
3.0.6.2 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
3.0.6.2 15 Apr 2013 23:28:12 |
bdrewery |
- Fix build by adding missing USES=bison broken by r313517
Approved by: portmgr (implicit)
With hat: portmgr |
3.0.6.2 05 Jan 2013 07:53:50 |
rm |
- update to 3.0.6.2
- convert to optionsng
- remove unneded patches
while here:
- trim Makefile header
- add license (GPLv3)
- add missing perl dependency
PR: 173036
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Approved by: Alexander Demin <support@spectrum.ru> |
3.0.4.1_1 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
3.0.4.1 04 Dec 2012 20:33:07 |
zi |
- Fix typo in MAINTAINER email address
Reported by: portscout
Feature safe: yes |
3.0.4.1 30 Nov 2012 02:58:37 |
wxs |
Pass maintainer to Paul Schmehl. Thank you Alexander for your work on these.
PR: ports/173756
Submitted by: Alexander Demin <support@spectrum.ru> (old maintainer)
Approved by: new maintainer
Feature safe: yes |
3.0.4.1 16 Jun 2011 16:53:21 |
jlaffaye |
Fix installation and plist when the MYSQL option is off
PR: ports/157905
Submitted by: Derek Brost <derek.brost@eprotex.com>
Approved by: Alexander Demin <support@spectrum.ru> (maintainer), bapt
(mentor) |
3.0.4.1 11 Jun 2011 17:05:11 |
jlaffaye |
Update to 3.0.4.1
Add USE_NCURSES
PR: ports/157659
Submitted by: Alexander Demin <support@spectrum.ru> (maintainer)
Approved by: bapt (mentor) |
3.0.2_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.0.2_1 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
3.0.2 30 Mar 2010 13:31:59 |
fluffy |
- Update net-mgmt/argus3-clients to 3.0.2
- Register CONFLICTS with net-mgmt/argus-clients
- Pass maintainership to submitter
PR: 142971
Submitted by: Alexander Demin <support@spectrum.ru> |
3.0.0 18 Dec 2008 02:33:39 |
linimon |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
3.0.0 01 Aug 2008 12:06:53 |
pav |
- Add DEBUG option
- Look for sasl2 in LOCALBASE instead of PREFIX
PR: ports/123955
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Approved by: maintainer timeout (se; 2 months) |
3.0.0 20 Apr 2008 17:33:41 |
se |
Create new port for version 3 of the argus client utilities.
The utilities for argus version 2 are not compatible and the
old port will be kept as long as there is interest. |