Bug 277279 - New security/xhash package
Summary: New security/xhash package
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: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-24 11:05 UTC by Ricardo Branco
Modified: 2024-02-25 09:13 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Branco 2024-02-24 11:05:20 UTC
This Go program uses goroutines to calculate multiple hashes on strings, files and directories. By default it reads from standard input. It can be used as a drop-in replacement for the GNU coreutils when hard-linked as md5sum, etc. and it actually supports the --zero option with --check. The output format is fully configurable.

https://github.com/freebsd/freebsd-ports/pull/237
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-25 09:12:17 UTC
A commit in branch main references this bug:

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

commit fb87692eb4940d1f18ed7319c7551b1d9fc5ab4c
Author:     Ricardo Branco <rbranco@suse.de>
AuthorDate: 2024-02-22 19:00:12 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-02-25 09:07:38 +0000

    security/xhash: add new port

    PR:             277279
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/237

 security/Makefile              |  1 +
 security/xhash/Makefile (new)  | 26 ++++++++++++++++++++++++++
 security/xhash/distinfo (new)  | 13 +++++++++++++
 security/xhash/pkg-descr (new) |  1 +
 4 files changed, 41 insertions(+)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2024-02-25 09:13:21 UTC
Committed, thanks!