Port details |
- rhash Utility and library for computing and checking of file hashes
- 1.4.4_1 security =23 1.4.4_1Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2015-03-13 17:59:15
- Last Update: 2024-01-23 15:59:54
- Commit Hash: 8dd1c5f
- People watching this port, also watch:: readline, pkgconf, libedit, jsoncpp, expat
- License: BSD0CLAUSE
- WWW:
- https://rhash.sourceforge.net/
- Description:
- RHash is a console utility and library for computing and verifying hash sums
of files. It supports CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, Tiger,
TTH, Torrent BTIH, AICH, ED2K, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R
256/512, Whirlpool, and Snefru-128/256 hash sums. Its features are:
* Can calculate Magnet links
* Output in a predefined (SFV, BSD-like) or a user-defined format
* Ability to process directories recursively
* Updating existing hash-files (adding hash sums of files missing in a
hash-file)
* Portable, written in pure C, small in size, open source (MIT license)
Perl wrapper is available as `security/p5-Crypt-RHash' port.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/rhash/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rhash
- pkg install rhash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rhash
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694680883
SHA256 (rhash-1.4.4-src.tar.gz) = 8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a
SIZE (rhash-1.4.4-src.tar.gz) = 435691
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- devel/cmake-core
- devel/cmake-gui
- games/lgogdownloader
Configuration Options:
- ===> The following configuration options are available for rhash-1.4.4_1:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- security_rhash
- USES:
- cpe gettext localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4_1 23 Jan 2024 15:59:54 |
Muhammad Moinur Rahman (bofh) |
security/rhash: Impelled to share/man
Approved by: portmgr (blanket) |
1.4.4 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
1.4.4 20 Sep 2023 20:12:31 |
Dimitry Andric (dim) |
security/rhash: update to 1.4.4 and fix build with lld 17
With lld 17, which has become more strict about undefined symbols in
version scripts, security/rhash fails to link its librhash.so:
ld: error: version script assignment of 'global' to symbol 'rhash_wfile'
failed: symbol not defined
This has been fixed in https://github.com/rhash/RHash/commit/e4b8b92,
which was included in rhash 1.4.4, so update the port to that version.
Unfortunately this also requires a bunch of follow-up build fixes:
* https://github.com/rhash/RHash/commit/c804982: fix assignment
* https://github.com/rhash/RHash/commit/9ef90b9: build on *BSD
* https://github.com/rhash/RHash/commit/b8c91ea: build on Unix
PR: 273775
Approved by: danfe (maintainer)
MFH: 2023Q3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.4.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4.3 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.3 18 Jun 2022 11:44:54 |
Alexey Dokuchaev (danfe) |
security/rhash: update RHash to the latest version 1.4.3
After a long long time, the patch* yielding ~1.6x performance boost
of RIPEMD-160 on some CPUs by interleaving the macro/function calls
had been finally integrated upstream, remove it from the port.
Reported by: portscout
*) https://sourceforge.net/p/rhash/patches/5/ |
1.4.2 02 Dec 2021 10:37:33 |
Tobias Kortkamp (tobik) |
security/rhash: Fix license |
1.4.2 13 Oct 2021 13:15:40 |
Stefan Eßer (se) |
security/rhash: Add CPE information
Approved by: portmgr (blanket) |
1.4.2 21 Jul 2021 09:36:19 |
Alexey Dokuchaev (danfe) |
security/rhash: the port had been updated (+)
- Update RHash to version 1.4.2
- Revert one change in the configure script which
breaks the build on FreeBSD (at least)
Reported by: portscout |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 08 Jan 2021 09:21:17 |
danfe |
- Update to version 1.4.1
- GC patch applied upstream
Reported by: portscout |
1.4.0 11 Nov 2020 04:49:20 |
danfe |
Update to version 1.4.0, this allows to drop some patches, including
a couple from Gentoo which are no longer fetchable.
PR: 251010 |
1.3.9 11 Nov 2020 03:13:37 |
danfe |
Unbreak the build against OpenSSL without MD4 support.
PR: 250578 |
1.3.9 13 Apr 2020 09:54:35 |
danfe |
Pull the community patch which yields some performance boost to RIPEMD-160
by interleaving the macro/function calls. Effect is more visible on older
and less potent CPUs.
Obtained from: https://sourceforge.net/p/rhash/patches/5/ |
1.3.9 13 Apr 2020 07:59:30 |
danfe |
- Belatedly update to version 1.3.9
- Pull two patches from Gentoo Linux
- Install *.pc file for pkgconf(1)
- Allow to build with NLS support
PR: 245424 |
1.3.5 15 Feb 2019 23:51:14 |
sunpoet |
Update WWW
http://rhash.anz.ru/ redirects to https://www.anz.ru/404
Approved by: portmgr (blanket) |
1.3.5 27 Oct 2017 14:40:41 |
danfe |
- Update `security/rhash' to version 1.3.5 [*]
- Drop now-conflicting hunk from the patch and move needed targets to
the INSTALL_TARGET instead
- (Tests are currently broken, but this is not a regression from 1.3.4
which has the same issues: `test_rhash.sh' invokes grep(1) and sed(1)
assuming they are GNU versions, which should not be hard to patch,
but most importantly, rhash(1) sporadically crashes with ``Illegal
instruction (core dumped)'' error which requires more investigation)
- TIMESTAMP (rhash-1.3.5-src.tar.gz) = 1502675104
Found out via: repology.org [*] |
1.3.4 14 Nov 2016 10:32:12 |
danfe |
- Update to version 1.3.4, which had integrated some of our patches
- Further offload patches by setting some make(1) variables; this also
allows to install binaries and libraries properly stripped (subject
to WITH_DEBUG) and retire this ugly `post-install' target
- Prefer to install shared program rather than statically linked one
Reported by: portscout
TIMESTAMP (rhash-1.3.4-src.tar.gz) = 1478556322 |
1.3.3 28 Oct 2016 14:32:54 |
danfe |
- Fix byte order detection to allow the build on ARM (armv6)
- Enable tests, add LICENSE_FILE, optionize DOCS while here
PR: 213847
Submitted by: amdmi3 |
1.3.3 13 Mar 2015 17:59:01 |
danfe |
Add port of RHash, console utility and library for computing and verifying
hash sums of files. It is based on the same code as existing Perl wrapper,
`security/p5-Crypt-RHash' port.
Also, properly sort `security/Makefile' while here. |