Created attachment 180755 [details] shar to create security/sha1collisiondetection add security/sha1collisiondetection - tool to detect SHA-1 collisions: https://github.com/cr-marcstevens/sha1collisiondetection http://shattered.it portlint'd and tested on 10.3-RELEASE-p17 i386 Note that the ${RMDIR}s don't seem to work so "make check-orphans" complains, but the port installs/deinstalls cleanly anyway... SHA256 (sha1collisiondetection.shar) = 34e79dfd9ba19299e7eeda9775d1c58e0754c5766e9f261307f7eed1ddf13db1
Making sure libtool is around also helps. Please add this to the Makefile: BUILD_DEPENDS= libtool:devel/libtool Re-portlint'd and additionally tested on 11.0-RELEASE-p8 amd64...
A commit references this bug: Author: jrm Date: Tue Mar 14 14:17:31 UTC 2017 New revision: 436154 URL: https://svnweb.freebsd.org/changeset/ports/436154 Log: security/sha1collisiondetection: a tool to detect SHA-1 collisions 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 Changes: head/security/Makefile head/security/sha1collisiondetection/ head/security/sha1collisiondetection/Makefile head/security/sha1collisiondetection/distinfo head/security/sha1collisiondetection/pkg-descr
Thanks! Committed with a few tweaks.