svn commit: r418410 - in head/security: . hashcat-legacy
Matthew Seaman
matthew at FreeBSD.org
Mon Jul 11 21:27:20 UTC 2016
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 at 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 at 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
More information about the svn-ports-head
mailing list