Page MenuHomeFreeBSD

security/sha1collisiondetection - tool to detect SHA-1 collisions
ClosedPublic

Authored by jrm on Mar 14 2017, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 14 2024, 1:33 PM
Unknown Object (File)
Feb 13 2024, 7:21 PM
Unknown Object (File)
Feb 1 2024, 4:24 PM
Unknown Object (File)
Jan 11 2024, 3:53 AM
Unknown Object (File)
Jan 11 2024, 3:53 AM
Unknown Object (File)
Dec 20 2023, 8:40 PM
Unknown Object (File)
Dec 20 2023, 3:11 AM
Unknown Object (File)
Nov 27 2023, 11:58 PM
Subscribers

Details

Summary

security/sha1collisiondetection - tool to detect SHA-1 collisions

Remaining port issues:

  • Using MAKE_ARGS+=PREFIX=${STAGEDIR}${PREFIX} puts everything in the correct staging locations, but the binaries link to the full staging paths for the shared libraries.
  • Manually staging with INSTALL_PROGRAM gives errors when stripping the binaries (strip:...security/sha1collisiondetection/work/stage/usr/local/bin/sha1dcsum: File format not recognized).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

security/sha1collisiondetection/Makefile
1 ↗(On Diff #26248)

Please don't add new ports with Created by lines.

22 ↗(On Diff #26248)

s/+=/=/

31–39 ↗(On Diff #26248)

Don't add commented-out bits.

Also, as a side note, NEVER, EVER, use do-install and post-install at the same time, just use do-install.

Update from work-in-progress to something that installs.

This revision was automatically updated to reflect the committed changes.
jrm marked an inline comment as done.

INSTALL_PROGRAM is only for binaries. If you get errors, it's most likely the files with error are scripts and should be installed with INSTALL_SCRIPT.

As it builds itself, it feels like it should be able to install itself. What kind of errors do you get when you try to install it with the provided build framework ? Have you tried USES=desthack ?

security/sha1collisiondetection/Makefile
33–34 ↗(On Diff #26250)

No need for the ./ here.

I don't think DESTHACK will help. The port isn't using GNU configure.

Removing the do-install target and the line that sets ALL_TARGET gives http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2017-03-14_11h49m49s/logs/errors/sha1collisiondetection-1.0.2.log.

The above plus adding MAKE_ARGS=PREFIX=${STAGEDIR}${PREFIX} and manually stripping the binaries and shared library gives http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2017-03-14_12h02m32s/logs/errors/sha1collisiondetection-1.0.2.log.