1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Upgrade to 1.8.1.

Make myself maintainer of this port (agreed to by
Jonathan Hanna, the current maintainer of this port).
This commit is contained in:
Stefan Eßer 2000-08-19 16:19:10 +00:00
parent 214d94411d
commit ed5a397197
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31765
8 changed files with 48 additions and 22 deletions

View File

@ -6,29 +6,27 @@
#
PORTNAME= argus
PORTVERSION= 1.7.b.1e
PORTVERSION= 1.8.1
CATEGORIES= net security
MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/
DISTNAME= argus-1.7.beta.1e
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/argus/current/
MAINTAINER= jhanna@home.com
MAINTAINER= se@freebsd.org
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
GNU_CONFIGURE= true
CONFIGURE_ARGS= --with-pcap=bpf
MAN1= connections.1 ra.1 rasort.1 services.1
MAN5= argus.5
MAN8= argus.8
do-install:
.for i in adjacency argus_bpf connections dnstats ra raservices rasort
${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/bin/argus
.for i in fullra ra radjacency raconnections racount radnstats raservices rasort
${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin
.endfor
${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus
.for i in connections.1 ra.1 rasort.1 services.1
${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1
.endfor
@ -38,6 +36,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/argus
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/README.argus
.for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services
${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus
.endfor

View File

@ -1 +1 @@
MD5 (argus-1.7.beta.1e.tar.gz) = e39be3326791ded525cc33bb0314e95b
MD5 (argus-1.8.1.tar.gz) = 863f865cbae42ae63b976c85b30fc288

View File

@ -0,0 +1,11 @@
--- common/addrtoname.c.orig Thu Apr 15 18:15:00 1999
+++ common/addrtoname.c Tue Aug 15 18:11:25 2000
@@ -59,7 +59,7 @@
static SIGRET nohostname(int);
#ifdef ETHER_SERVICE
struct ether_addr;
-#ifndef linux
+#if !defined(linux) && !defined(__FreeBSD__)
extern int ether_ntohost(char *, struct ether_addr *);
#endif
#endif

View File

@ -1,8 +1,10 @@
bin/adjacency
bin/argus
bin/connections
bin/dnstats
bin/fullra
bin/ra
bin/raconnections
bin/racount
bin/radjacency
bin/radnstats
bin/raservices
bin/rasort
include/cons_def.h
@ -10,6 +12,7 @@ include/cons_out.h
share/doc/argus/CA-95.01
share/doc/argus/CA-95.01.scan.sh
share/doc/argus/README
share/doc/argus/README.argus
share/doc/argus/configs
share/doc/argus/dailyscan.sh
share/doc/argus/policy.conf

View File

@ -6,29 +6,27 @@
#
PORTNAME= argus
PORTVERSION= 1.7.b.1e
PORTVERSION= 1.8.1
CATEGORIES= net security
MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/
DISTNAME= argus-1.7.beta.1e
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/argus/current/
MAINTAINER= jhanna@home.com
MAINTAINER= se@freebsd.org
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
GNU_CONFIGURE= true
CONFIGURE_ARGS= --with-pcap=bpf
MAN1= connections.1 ra.1 rasort.1 services.1
MAN5= argus.5
MAN8= argus.8
do-install:
.for i in adjacency argus_bpf connections dnstats ra raservices rasort
${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/bin/argus
.for i in fullra ra radjacency raconnections racount radnstats raservices rasort
${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin
.endfor
${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus
.for i in connections.1 ra.1 rasort.1 services.1
${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1
.endfor
@ -38,6 +36,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/argus
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/README.argus
.for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services
${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus
.endfor

View File

@ -1 +1 @@
MD5 (argus-1.7.beta.1e.tar.gz) = e39be3326791ded525cc33bb0314e95b
MD5 (argus-1.8.1.tar.gz) = 863f865cbae42ae63b976c85b30fc288

11
net/argus/files/patch-ae Normal file
View File

@ -0,0 +1,11 @@
--- common/addrtoname.c.orig Thu Apr 15 18:15:00 1999
+++ common/addrtoname.c Tue Aug 15 18:11:25 2000
@@ -59,7 +59,7 @@
static SIGRET nohostname(int);
#ifdef ETHER_SERVICE
struct ether_addr;
-#ifndef linux
+#if !defined(linux) && !defined(__FreeBSD__)
extern int ether_ntohost(char *, struct ether_addr *);
#endif
#endif

View File

@ -1,8 +1,10 @@
bin/adjacency
bin/argus
bin/connections
bin/dnstats
bin/fullra
bin/ra
bin/raconnections
bin/racount
bin/radjacency
bin/radnstats
bin/raservices
bin/rasort
include/cons_def.h
@ -10,6 +12,7 @@ include/cons_out.h
share/doc/argus/CA-95.01
share/doc/argus/CA-95.01.scan.sh
share/doc/argus/README
share/doc/argus/README.argus
share/doc/argus/configs
share/doc/argus/dailyscan.sh
share/doc/argus/policy.conf