Bug 278060 - sysutils/b3sum: Update to 1.5.1
Summary: sysutils/b3sum: Update to 1.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL: https://github.com/BLAKE3-team/BLAKE3...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-31 07:00 UTC by Daniel Engberg
Modified: 2024-04-14 19:56 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sec.research.2005)


Attachments
Patch for b3sum (22.56 KB, patch)
2024-03-31 07:00 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-03-31 07:00:31 UTC
Created attachment 249588 [details]
Patch for b3sum

* Use Makefile.crates
* Use NEON optimization on aarch64

Compile and runtime tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist, make test)
Compile and runtime tested on FreeBSD 14.0-RELEASE (aarch64) (make, make check-plist, make test)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-14 19:54:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d8021e1525c54abe26c0de2b8d171be18e4e626

commit 7d8021e1525c54abe26c0de2b8d171be18e4e626
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-14 19:17:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-14 19:52:58 +0000

    sysutils/b3sum: Update to 1.5.1

    * Use Makefile.crates
    * Use NEON optimization on aarch64

    Changelog: https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.1

    PR:             278060
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 sysutils/b3sum/Makefile              |  64 ++--------
 sysutils/b3sum/Makefile.crates (new) |  66 ++++++++++
 sysutils/b3sum/distinfo              | 226 +++++++++++++++++++----------------
 3 files changed, 198 insertions(+), 158 deletions(-)