diff options
author | krion <krion@FreeBSD.org> | 2003-07-23 21:04:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-23 21:04:14 +0800 |
commit | b35db0ed298d74e9ed5b551c599bbad2dfb5e0c7 (patch) | |
tree | 83630ead734a7125e383dff577c3bc55f6cefa26 /net-mgmt | |
parent | 2eae4077f60553d2e571fe75f5329fd3b4055479 (diff) | |
download | freebsd-ports-gnome-b35db0ed298d74e9ed5b551c599bbad2dfb5e0c7.tar.gz freebsd-ports-gnome-b35db0ed298d74e9ed5b551c599bbad2dfb5e0c7.tar.zst freebsd-ports-gnome-b35db0ed298d74e9ed5b551c599bbad2dfb5e0c7.zip |
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)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/disco/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/disco/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile index 66a98cefdd79..1fa06e12fc85 100644 --- a/net-mgmt/disco/Makefile +++ b/net-mgmt/disco/Makefile @@ -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} diff --git a/net-mgmt/disco/distinfo b/net-mgmt/disco/distinfo index 2f1a176c2621..3001da1c9019 100644 --- a/net-mgmt/disco/distinfo +++ b/net-mgmt/disco/distinfo @@ -1 +1 @@ -MD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb +MD5 (disco-1.2.tar.gz) = c5cd6e0c865550dc7f354ef132b2a7c5 |