mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 1.2
* Added option to fingerprint SYNACK packets * Added option to output more verbose fingerprint info to outfile * Added a ton of new fingerprints (1214 SYN/SYNACK fingerprints) * Added option to run Disco on interfaces without an assigned IP Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
fcb4394abd
commit
755b829414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85445
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= disco
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.altmode.com/disco/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}bsd
|
||||
|
||||
MAINTAINER= krion@FreeBSD.org
|
||||
COMMENT= IP discovery and fingerprinting utility
|
||||
@ -19,6 +18,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb
|
||||
MD5 (disco-1.2.tar.gz) = c5cd6e0c865550dc7f354ef132b2a7c5
|
||||
|
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= disco
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.altmode.com/disco/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}bsd
|
||||
|
||||
MAINTAINER= krion@FreeBSD.org
|
||||
COMMENT= IP discovery and fingerprinting utility
|
||||
@ -19,6 +18,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb
|
||||
MD5 (disco-1.2.tar.gz) = c5cd6e0c865550dc7f354ef132b2a7c5
|
||||
|
Loading…
Reference in New Issue
Block a user