Revert the removal of security/sha2wordlist via revision 446377. That

happened since it was not connected to the build.  Instead fix a typo
in security/Makefile and hence connect this port.

Reported by:	jbeich
This commit is contained in:
Gerald Pfeifer 2017-07-24 16:08:36 +00:00
parent b5ecccf326
commit 9757a2161c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446535
4 changed files with 35 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@
SUBDIR += sguil
SUBDIR += sha
SUBDIR += sha1collisiondetection
SUBDIR += sha2wordlist
SUBDIR += shibboleth2-sp
SUBDIR += shimmer
SUBDIR += shishi

View File

@ -0,0 +1,26 @@
# Created by: Peter Ankerstal <peter@pean.org>
# $FreeBSD$
PORTNAME= sha2wordlist
PORTVERSION= 1.0.20140124
CATEGORIES= security
MAINTAINER= peter@pean.org
COMMENT= create SHA256 digests as PGP words
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_TAGNAME= 3615281
PLIST_FILES= sbin/sha2wordlist
post-patch:
@${REINPLACE_CMD} -e 's|gcc|cc|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/sbin/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1500115682
SHA256 (kirei-sha2wordlist-1.0.20140124-3615281_GH0.tar.gz) = 9fc3227ada752823250d2892961b7fed34f2d8a736c47421cf8dd6e4b1d26cee
SIZE (kirei-sha2wordlist-1.0.20140124-3615281_GH0.tar.gz) = 14272

View File

@ -0,0 +1,5 @@
This program takes data on stdin and outputs the SHA256 checksum of that
data together with the PGP Wordlist representation of the checksum.
This could be very useful when verifying checksums verbally.
WWW: https://github.com/kirei/sha2wordlist