notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sha1collisiondetection Library and command line tool to detect SHA-1 collisions
1.0.3 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.3Version of this port present on the latest quarterly branch.
Maintainer: jharris@widomaker.com search for ports maintained by this maintainer
Port Added: 2017-03-14 14:17:42
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: MIT
WWW:
https://github.com/cr-marcstevens/sha1collisiondetection
Description:
This library and command line tool were designed as near drop-in replacements for common SHA-1 libraries and sha1sum. They will compute the SHA-1 hash of any given file and additionally will detect cryptanalytic collision attacks against SHA-1 present in each file. It is very fast and takes less than twice the amount of time as regular SHA-1. There are two programs: sha1dcsum and sha1dcsum_partialcoll. The first program, sha1dcsum, will detect and warn for files that were generated with a cryptanalytic SHA-1 collision attack like the one documented at https://shattered.io/. The second program, sha1dcsum_partialcoll, will detect and warn for files that were generated with a cryptanalytic collision attack against reduced- round SHA-1 (of which there are a few examples so far).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/sha1dcsum
  2. bin/sha1dcsum_partialcoll
  3. include/sha1dc/sha1.h
  4. lib/libsha1detectcoll.so
  5. lib/libsha1detectcoll.so.1
  6. lib/libsha1detectcoll.so.1.0.0
  7. @ldconfig
  8. /usr/local/share/licenses/sha1collisiondetection-1.0.3/catalog.mk
  9. /usr/local/share/licenses/sha1collisiondetection-1.0.3/LICENSE
  10. /usr/local/share/licenses/sha1collisiondetection-1.0.3/MIT
Collapse this list.
Dependency lines:
  • sha1collisiondetection>0:security/sha1collisiondetection
To install the port:
cd /usr/ports/security/sha1collisiondetection/ && make install clean
To add the package, run one of these commands:
  • pkg install security/sha1collisiondetection
  • pkg install sha1collisiondetection
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sha1collisiondetection
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1549146242 SHA256 (cr-marcstevens-sha1collisiondetection-stable-v1.0.3_GH0.tar.gz) = 77a1c2b2a4fbe4f78de288fa4831ca63938c3cb84a73a92c79f436238bd9ac07 SIZE (cr-marcstevens-sha1collisiondetection-stable-v1.0.3_GH0.tar.gz) = 780306

Packages (timestamps in pop-ups are UTC):
sha1collisiondetection
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.31.0.31.0.31.0.31.0.3-1.0.3-
FreeBSD:13:quarterly1.0.31.0.31.0.31.0.31.0.31.0.31.0.31.0.3
FreeBSD:14:latest1.0.31.0.31.0.31.0.31.0.31.0.3-1.0.3
FreeBSD:14:quarterly1.0.31.0.3-1.0.31.0.31.0.31.0.31.0.3
FreeBSD:15:latest1.0.31.0.3n/a1.0.3n/a1.0.31.0.31.0.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. libtool : devel/libtool
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_sha1collisiondetection
USES:
gmake libtool:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cr-marcstevens/sha1collisiondetection/tar.gz/stable-v1.0.3?dummy=/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.3
04 May 2019 04:24:53
Revision:500778Original commit files touched by this commit
linimon search for other commits by this committer
These ports also build on armv7 (and thus, presumably, on armv6).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	armv7 TRYBROKEN run
1.0.3
03 May 2019 21:06:51
Revision:500752Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
1.0.3
11 Feb 2019 19:38:48
Revision:492732Original commit files touched by this commit
swills search for other commits by this committer
security/sha1collisiondetection: update to 1.0.3

PR:		235444
Submitted by:	jharris@widomaker.com (maintainer)
1.0.2
06 Feb 2019 00:39:32
Revision:492283Original commit files touched by this commit
linimon search for other commits by this committer
-std=c90 is not supported by base GCC.  Replace it with -std=c89, which
is equivalent, to fix build on GCC-based architectures.

PR:		235536
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
1.0.2
02 Jul 2018 04:00:29
Revision:473699Original commit files touched by this commit
linimon search for other commits by this committer
Mark ports broken on mips64 that are already broken on powerpc64.  In
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)
1.0.2
19 Dec 2017 14:41:29
Revision:456719Original commit files touched by this commit
linimon search for other commits by this committer
Mark more recently failing ports broken on aarch64.

While here, pet portlint and reformat some other BROKEN statements.

Approved by:	portmgr (tier-2 blanket)
1.0.2
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
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
1.0.2
27 May 2017 16:00:49
Revision:441850Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "clang_werror".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.0.2
13 May 2017 23:36:16
Revision:440859Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.0.2
14 Mar 2017 15:30:47
Revision:436161Original commit files touched by this commit
jrm search for other commits by this committer
Setting ALL_TARGET in the port Makefile is not necessary when there is a
do-install target.

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D9998
1.0.2
14 Mar 2017 15:21:03
Revision:436160Original commit files touched by this commit
jrm search for other commits by this committer
security/sha1collisiondetection: Remove redundant library entry from
ALL_TARGET and do not add ./ when creating symbolic links.

Reported by:	danfe mat
Differential Revision:	https://reviews.freebsd.org/D9998
1.0.2
14 Mar 2017 14:17:31
Revision:436154Original commit files touched by this commit
jrm search for other commits by this committer
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

Number of commits found: 16