aboutsummaryrefslogtreecommitdiff
path: root/security/sha1collisiondetection
Commit message (Collapse)AuthorAgeFilesLines
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-2/+3
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark more recently failing ports broken on aarch64.Mark Linimon2017-12-191-0/+1
| | | | | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456719
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "clang_werror".Mark Linimon2017-05-271-1/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441850
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440859
* Setting ALL_TARGET in the port Makefile is not necessary when there is aJoseph Mingrone2017-03-141-1/+0
| | | | | | | | | | do-install target. Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9998 Notes: svn path=/head/; revision=436161
* security/sha1collisiondetection: Remove redundant library entry fromJoseph Mingrone2017-03-141-3/+3
| | | | | | | | | | ALL_TARGET and do not add ./ when creating symbolic links. Reported by: danfe mat Differential Revision: https://reviews.freebsd.org/D9998 Notes: svn path=/head/; revision=436160
* security/sha1collisiondetection: a tool to detect SHA-1 collisionsJoseph Mingrone2017-03-143-0/+55
https://github.com/cr-marcstevens/sha1collisiondetection PR: 217733 Submitted by: jharris@widomaker.com (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9998 Notes: svn path=/head/; revision=436154