321fca4ba0
exploitable on openbsd because the binary is not installed suid root. http://marc.theaimsgroup.com/?l=full-disclosure&m=105547870521258
27 lines
640 B
Makefile
27 lines
640 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/06/13 08:59:54 jolan Exp $
|
|
|
|
COMMENT= "VPN scanner and identifier"
|
|
DISTNAME= ike-scan-1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${HOMEPAGE}download/ \
|
|
http://berlin.ccc.de/~cryx/ike-scan/
|
|
|
|
HOMEPAGE= http://www.nta-monitor.com/ike-scan/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
|
|
${INSTALL_DATA} ${WRKSRC}/udp-backoff-fingerprinting-paper.txt \
|
|
${WRKSRC}/README ${PREFIX}/share/doc/ike-scan
|
|
|
|
.include <bsd.port.mk>
|