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

Gerald Pfeifer gerald at FreeBSD.org
Mon Jul 24 16:08:37 UTC 2017


Author: gerald
Date: Mon Jul 24 16:08:36 2017
New Revision: 446535
URL: https://svnweb.freebsd.org/changeset/ports/446535

Log:
  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

Added:
  head/security/sha2wordlist/
     - copied from r446376, head/security/sha2wordlist/
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Jul 24 16:02:15 2017	(r446534)
+++ head/security/Makefile	Mon Jul 24 16:08:36 2017	(r446535)
@@ -1113,6 +1113,7 @@
     SUBDIR += sguil
     SUBDIR += sha
     SUBDIR += sha1collisiondetection
+    SUBDIR += sha2wordlist
     SUBDIR += shibboleth2-sp
     SUBDIR += shimmer
     SUBDIR += shishi


More information about the svn-ports-all mailing list