aboutsummaryrefslogtreecommitdiff
path: root/security/sha2wordlist
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536752
* Revert the removal of security/sha2wordlist via revision 446377. ThatGerald Pfeifer2017-07-243-0/+34
| | | | | | | | | | happened since it was not connected to the build. Instead fix a typo in security/Makefile and hence connect this port. Reported by: jbeich Notes: svn path=/head/; revision=446535
* Remove 4 ports that are probably useless (not properly hooked to the build)Antoine Brodin2017-07-223-34/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=446377
* Add sha2wordlist.Niclas Zeising2017-07-193-0/+34
sha2wordlist makes a sha256 digest and outputs it in PGP Words, to be used when verifying hashes verbally. Submitted by: Peter Ankerstål Notes: svn path=/head/; revision=446209