Date: Mon, 3 May 2021 01:19:09 GMT From: David Thiel <lx@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ad446ee6f085 - main - Remove ncrack from tree. Message-ID: <202105030119.1431J9id018958@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lx: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad446ee6f0854ce91ff200e872c4aafbd7b5eede commit ad446ee6f0854ce91ff200e872c4aafbd7b5eede Author: David Thiel <lx@FreeBSD.org> AuthorDate: 2021-05-03 00:46:51 +0000 Commit: David Thiel <lx@FreeBSD.org> CommitDate: 2021-05-03 01:04:36 +0000 Remove ncrack from tree. PR: 223760 Reported by: daniel.engberg.lists@pyret.net --- security/Makefile | 1 - security/ncrack/Makefile | 29 ----------------------------- security/ncrack/distinfo | 3 --- security/ncrack/pkg-descr | 7 ------- security/ncrack/pkg-plist | 11 ----------- 5 files changed, 51 deletions(-) diff --git a/security/Makefile b/security/Makefile index 8a554120d73b..7d47f21d3782 100644 --- a/security/Makefile +++ b/security/Makefile @@ -365,7 +365,6 @@ SUBDIR += mussh SUBDIR += n2n SUBDIR += nacl - SUBDIR += ncrack SUBDIR += ncrypt SUBDIR += nettle SUBDIR += nextcloud-end_to_end_encryption diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile deleted file mode 100644 index 82785cf6340a..000000000000 --- a/security/ncrack/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: David E. Thiel <lx@FreeBSD.org> - -PORTNAME= ncrack -DISTVERSION= 0.6 -CATEGORIES= security -MASTER_SITES= http://nmap.org/ncrack/dist/ \ - http://redundancy.redundancy.org/mirror/ - -MAINTAINER= lx@FreeBSD.org -COMMENT= High-speed network authentication cracking tool - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -GNU_CONFIGURE= yes -USES= gmake ssl -CPPFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0 - -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library -BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library -.endif - -.include <bsd.port.post.mk> diff --git a/security/ncrack/distinfo b/security/ncrack/distinfo deleted file mode 100644 index 4545fe2365af..000000000000 --- a/security/ncrack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525283688 -SHA256 (ncrack-0.6.tar.gz) = 676a323b1e9066193461f25e31445262bae495fde7dfcaf56555c3056dae24cc -SIZE (ncrack-0.6.tar.gz) = 3913259 diff --git a/security/ncrack/pkg-descr b/security/ncrack/pkg-descr deleted file mode 100644 index 660b9725bf50..000000000000 --- a/security/ncrack/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ncrack is a high-speed network authentication cracking tool. Ncrack was -designed using a modular approach, a command-line syntax similar to -Nmap and a dynamic engine that can adapt its behaviour based on network -feedback. It allows for rapid, yet reliable large-scale auditing of -multiple hosts. - -WWW: https://nmap.org/ncrack/ diff --git a/security/ncrack/pkg-plist b/security/ncrack/pkg-plist deleted file mode 100644 index 8993a923555c..000000000000 --- a/security/ncrack/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/ncrack -share/ncrack/ncrack-services -share/ncrack/common.usr -share/ncrack/default.pwd -share/ncrack/default.usr -share/ncrack/jtr.pwd -share/ncrack/minimal.usr -share/ncrack/myspace.pwd -share/ncrack/phpbb.pwd -share/ncrack/top50000.pwd -man/man1/ncrack.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105030119.1431J9id018958>