svn commit: r446209 - in head/security: . sha2wordlist

Jan Beich jbeich at FreeBSD.org
Sat Jul 22 11:40:05 UTC 2017


Niclas Zeising <zeising at FreeBSD.org> writes:

> Author: zeising
> Date: Wed Jul 19 17:20:36 2017
> New Revision: 446209
> URL: https://svnweb.freebsd.org/changeset/ports/446209
>
> Log:
>   Add sha2wordlist.
>   
>   sha2wordlist makes a sha256 digest and outputs it in PGP Words, to be used
>   when verifying hashes verbally.
>   
>   Submitted by:	Peter Ankerstål
>
> Added:
>   head/security/sha2wordlist/
>   head/security/sha2wordlist/Makefile   (contents, props changed)
>   head/security/sha2wordlist/distinfo   (contents, props changed)
>   head/security/sha2wordlist/pkg-descr   (contents, props changed)
> Modified:
>   head/security/Makefile
>
> Modified: head/security/Makefile
> ==============================================================================
> --- head/security/Makefile	Wed Jul 19 16:58:14 2017	(r446208)
> +++ head/security/Makefile	Wed Jul 19 17:20:36 2017	(r446209)
> @@ -1113,6 +1113,7 @@
>      SUBDIR += sguil
>      SUBDIR += sha
>      SUBDIR += sha1collisiondetection
> +    SUBIDR += sha2wordlist

You've made a typo here (SUBIDR vs. SUBDIR), so the port was pruned.

https://svnweb.freebsd.org/changeset/ports/446377


More information about the svn-ports-all mailing list