Summary: | [NEW PORT] security/sha1collisiondetection - tool to detect SHA-1 collisions | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | jharris | ||||
Component: | Individual Port(s) | Assignee: | Joseph Mingrone <jrm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jharris, jrm | ||||
Priority: | --- | Flags: | jharris:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
jharris
2017-03-12 20:24:28 UTC
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. |