pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated hashcat-utils to 1.8



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Jun 10 22:37:30 2017 +0200
Changeset:	15b81c275b8152731d9e0c7a102362fb8ff7f4d0

Modified Files:
	hashcat-utils/Makefile
	hashcat-utils/PLIST
	hashcat-utils/distinfo

Log Message:
Updated hashcat-utils to 1.8

hashcat-utils v1.8
Fix radiotap header parsing in cap2hccapx.c
Check for zero timestamp and abort if detected in cap2hccapx.c
Decrease EAPOL timeout from 2 to 1 in cap2hccapx.c
Disable check for matching replay count in cap2hccap.c (can be reenabled by setting TEST_REPLAYCOUNT to 1)
Set 0x80 to hccapx.message_pair in case TEST_REPLAYCOUNT is set to 1 in cap2hccapx.c
Add support for ppi header in cap2hccapx.c
Add support for extracting essid from assoc and reassoc requests in cap2hccapx.c
Prioritized bssid-to-essid database in cap2hccapx.c, see

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=15b81c275b8152731d9e0c7a102362fb8ff7f4d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 hashcat-utils/Makefile | 9 +--------
 hashcat-utils/PLIST    | 1 +
 hashcat-utils/distinfo | 8 ++++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diffs:
diff --git a/hashcat-utils/Makefile b/hashcat-utils/Makefile
index 58b9b60c0c..dd9988cafb 100644
--- a/hashcat-utils/Makefile
+++ b/hashcat-utils/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	hashcat-utils-1.7
+DISTNAME=	hashcat-utils-1.8
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashcat/}
 
@@ -22,11 +22,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/*.bin ${DESTDIR}${PREFIX}/bin/
 	${INSTALL_SCRIPT} ${WRKSRC}/src/*.pl ${DESTDIR}${PREFIX}/bin/
 
-#	for f in ${WRKSRC}/src/*.bin; do \
-#	${INSTALL_PROGRAM} ${f} ${DESTDIR}${PREFIX}/bin/ \
-#	done
-#	for s in ${WRKSRC}/src/*.pl; do \
-#		${INSTALL_SCRIPT} ${s} ${DESTDIR}${PREFIX}/bin/ \
-#	done
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/hashcat-utils/PLIST b/hashcat-utils/PLIST
index 5512385276..e6c564e91c 100644
--- a/hashcat-utils/PLIST
+++ b/hashcat-utils/PLIST
@@ -18,6 +18,7 @@ bin/morph.bin
 bin/permute.bin
 bin/permute_exist.bin
 bin/prepare.bin
+bin/remaining.pl
 bin/req-exclude.bin
 bin/req-include.bin
 bin/rli.bin
diff --git a/hashcat-utils/distinfo b/hashcat-utils/distinfo
index 4701d82062..30e5c2b349 100644
--- a/hashcat-utils/distinfo
+++ b/hashcat-utils/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (hashcat-utils-1.7.tar.gz) = 44e56537538aa9a92d25fd5cbf7f613d3748757b
-RMD160 (hashcat-utils-1.7.tar.gz) = 2a4a72f2c0bec6a4cd7cc33a7aec1b197b7ab903
-SHA512 (hashcat-utils-1.7.tar.gz) = d4eeec504ad753388fc3736020cfed069acf3165e8eb57726f36855d9372fe0c0c0422753f0fe84e04cb67b1f4ec03b658345dda5a213646edc0e0b1ac3cdbad
-Size (hashcat-utils-1.7.tar.gz) = 38395 bytes
+SHA1 (hashcat-utils-1.8.tar.gz) = 3791a0b89f8aa7795e765755d5d3064116e8f839
+RMD160 (hashcat-utils-1.8.tar.gz) = 38411eff26b4b4cfcd7a9f8253c4a9a05e29234d
+SHA512 (hashcat-utils-1.8.tar.gz) = c096d31bb9d6421a8943ba7da6e13f4778695d8a43b7e9a8e9e302f2971973fdcebda42c91d315c787e4475d8b78bdb90b9d2a0c675c8e55f4687f222e50b4e5
+Size (hashcat-utils-1.8.tar.gz) = 40714 bytes


Home | Main Index | Thread Index | Old Index