Date: Mon, 11 Jul 2016 21:27:19 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418410 - in head/security: . hashcat-legacy Message-ID: <201607112127.u6BLRJll084539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Mon Jul 11 21:27:18 2016 New Revision: 418410 URL: https://svnweb.freebsd.org/changeset/ports/418410 Log: Rename security/hashcat to security/hashcat-legacy (Tracking upstream change) security/hashcat has been extensively reworked and may now utilize OpenCL to run on GPUs etc. Most people are expected to upgrade to security/hashcat (hashcat-3.00); this port is being kept in order to support people for whom hashcat-3.00 may not be compatible. Add explicit dependency on math/gmp PR: 210873 Submitted by: lifanov@mail.lifanov.com (maintainer) Added: head/security/hashcat-legacy/ - copied from r418192, head/security/hashcat/ Modified: head/security/Makefile head/security/hashcat-legacy/Makefile head/security/hashcat-legacy/distinfo Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Jul 11 21:21:35 2016 (r418409) +++ head/security/Makefile Mon Jul 11 21:27:18 2016 (r418410) @@ -189,6 +189,7 @@ SUBDIR += hackbot SUBDIR += hamachi SUBDIR += hashcat + SUBDIR += hashcat-legacy SUBDIR += heimdal SUBDIR += hitch SUBDIR += hlfl Modified: head/security/hashcat-legacy/Makefile ============================================================================== --- head/security/hashcat/Makefile Thu Jul 7 17:42:25 2016 (r418192) +++ head/security/hashcat-legacy/Makefile Mon Jul 11 21:27:18 2016 (r418410) @@ -1,7 +1,7 @@ # Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> # $FreeBSD$ -PORTNAME= hashcat +PORTNAME= hashcat-legacy PORTVERSION= 2.00 CATEGORIES= security @@ -11,6 +11,8 @@ COMMENT= Advanced CPU-based password rec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt +LIB_DEPENDS= libgmp.so:math/gmp + BROKEN_FreeBSD_9= does not build USE_GITHUB= yes Modified: head/security/hashcat-legacy/distinfo ============================================================================== --- head/security/hashcat/distinfo Thu Jul 7 17:42:25 2016 (r418192) +++ head/security/hashcat-legacy/distinfo Mon Jul 11 21:27:18 2016 (r418410) @@ -1,2 +1,3 @@ -SHA256 (hashcat-hashcat-2.00_GH0.tar.gz) = 6325e6d75a4df3485adec00f74e5887326809c15ed31bfe74a12b62943245444 -SIZE (hashcat-hashcat-2.00_GH0.tar.gz) = 3463012 +TIMESTAMP = 1467809772 +SHA256 (hashcat-hashcat-legacy-2.00_GH0.tar.gz) = d91e703ec3340e63454bcd6367dbfdf63c11c0afe18da77bb00a3b7bef770249 +SIZE (hashcat-hashcat-legacy-2.00_GH0.tar.gz) = 3463135
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607112127.u6BLRJll084539>