View | Details | Raw Unified | Return to bug 254705
Collapse All | Expand All

(-)b/security/Makefile (-1 lines)
Lines 373-379 Link Here
373
    SUBDIR += mussh
373
    SUBDIR += mussh
374
    SUBDIR += n2n
374
    SUBDIR += n2n
375
    SUBDIR += nacl
375
    SUBDIR += nacl
376
    SUBDIR += ncrack
377
    SUBDIR += ncrypt
376
    SUBDIR += ncrypt
378
    SUBDIR += netpgp
377
    SUBDIR += netpgp
379
    SUBDIR += nettle
378
    SUBDIR += nettle
(-)a/security/ncrack/Makefile (-30 lines)
Removed Link Here
1
# Created by: David E. Thiel <lx@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	ncrack
5
DISTVERSION=	0.6
6
CATEGORIES=	security
7
MASTER_SITES=	http://nmap.org/ncrack/dist/ \
8
		http://redundancy.redundancy.org/mirror/
9
10
MAINTAINER=	lx@FreeBSD.org
11
COMMENT=	High-speed network authentication cracking tool
12
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
GNU_CONFIGURE=	yes
17
USES=		gmake ssl
18
CPPFLAGS+=	-I${OPENSSLINC}
19
LDFLAGS+=	-L${OPENSSLLIB}
20
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
22
23
.include <bsd.port.pre.mk>
24
25
.if ${SSL_DEFAULT} == base
26
BROKEN_FreeBSD_12=	Your OpenSSL headers do not match your library
27
BROKEN_FreeBSD_13=	Your OpenSSL headers do not match your library
28
.endif
29
30
.include <bsd.port.post.mk>
(-)a/security/ncrack/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1525283688
2
SHA256 (ncrack-0.6.tar.gz) = 676a323b1e9066193461f25e31445262bae495fde7dfcaf56555c3056dae24cc
3
SIZE (ncrack-0.6.tar.gz) = 3913259
(-)a/security/ncrack/pkg-descr (-7 lines)
Removed Link Here
1
Ncrack is a high-speed network authentication cracking tool. Ncrack was
2
designed using a modular approach, a command-line syntax similar to
3
Nmap and a dynamic engine that can adapt its behaviour based on network
4
feedback. It allows for rapid, yet reliable large-scale auditing of
5
multiple hosts.
6
7
WWW: https://nmap.org/ncrack/
(-)a/security/ncrack/pkg-plist (-11 lines)
Removed Link Here
1
bin/ncrack
2
share/ncrack/ncrack-services
3
share/ncrack/common.usr
4
share/ncrack/default.pwd
5
share/ncrack/default.usr
6
share/ncrack/jtr.pwd
7
share/ncrack/minimal.usr
8
share/ncrack/myspace.pwd
9
share/ncrack/phpbb.pwd
10
share/ncrack/top50000.pwd
11
man/man1/ncrack.1.gz

Return to bug 254705