Port details |
- highwayhash Fast strong hash functions: SipHash/HighwayHash
- g20240418,1 security
=2 g20201021_1,1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-08-13 22:35:25
- Last Update: 2025-01-24 10:03:11
- Commit Hash: ed60b91
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/google/highwayhash
- Description:
- Strong (well-distributed and unpredictable) hashes:
* Portable implementation of SipHash
* HighwayHash, a 5x faster SIMD hash with security claims
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- highwayhash>0:security/highwayhash
- To install the port:
- cd /usr/ports/security/highwayhash/ && make install clean
- To add the package, run one of these commands:
- pkg install security/highwayhash
- pkg install highwayhash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: highwayhash
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1737709612
SHA256 (google-highwayhash-g20240418-f8381f3_GH0.tar.gz) = 015923a26684672d6ae736b0a2d185a313714460ebd314dd505ef609a23bccb1
SIZE (google-highwayhash-g20240418-f8381f3_GH0.tar.gz) = 162190
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:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Libraries
-
- graphics/brunsli
Configuration Options:
- No options to configure
- Options name:
- security_highwayhash
- USES:
- compiler:c++11-lang gmake
- 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 |
g20240418,1 24 Jan 2025 10:03:11
    |
Yuri Victorovich (yuri)  |
security/highwayhash: update g20201021 → g20240418 |
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) |
g20201021_1,1 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 ) |
g20201021_1,1 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 ) |
g20201021_1,1 25 Oct 2021 12:58:29
    |
Alexey Dokuchaev (danfe)  |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
g20201021_1,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
g20201021_1,1 09 Dec 2020 16:29:49
  |
pkubaj  |
security/highwayhash: remove obviously wrong hunk that I somehow missed before
The function reads TimeBase frequency, not the CPU frequency. |
g20201021,1 30 Nov 2020 02:00:15
  |
pkubaj  |
security/highwayhash: remove sys/types.h include, move sys/param.h higher
Reported by: jbeich |
g20201021,1 29 Nov 2020 23:22:13
  |
pkubaj  |
security/highwayhash: fix build on powerpc64* |
g20201021,1 14 Nov 2020 08:34:37
  |
yuri  |
security/highwayhash: Update g20200803 -> g20201021 |
g20200803,1 21 Oct 2020 01:19:22
  |
pkubaj  |
security/highwayhash: commit forgotten patch to fix powerpc64*
MFH: 2020Q4 (fix build blanket) |
g20200803,1 10 Oct 2020 12:35:21
  |
pkubaj  |
security/highwayhash: unbreak aarch64
Builds fine. |
g20200803,1 10 Oct 2020 11:37:03
  |
pkubaj  |
security/highwayhash: fix build on powerpc64, powerpc64le and probably arm
architectures
Remove superflous ). Add necessary ifdefs.
MFH: 2020Q4 (fix build blanket) |
g20200803,1 24 Sep 2020 21:03:54
  |
linimon  |
Update the actual error message seen on powerpc64.
Allow building on powerpc64le, but assume it will fail the same was as
on powerpc64.
Approved by: portmgr (tier-2 blanket) |
g20200803,1 14 Sep 2020 05:12:45
  |
yuri  |
security/highwayhash: Update g20200527 -> g20200803 |
g20200527,1 27 May 2020 21:46:19
  |
yuri  |
security/highwayhash: Update g20191102 -> g20200527 |
g20191102,1 29 Apr 2020 19:05:35
  |
yuri  |
security/highwayhash: Update g20190324 -> g20191102 |
g20190324_1,1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
g20190324,1 22 Jul 2019 02:53:48
  |
yuri  |
security/highwayhash: Update g20181002 -> g20190324 |
g20181002,1 04 May 2019 08:59:17
  |
yuri  |
security/highwayhash: Revert the erroneous update
Reported by: tobik |
1.1 04 May 2019 07:58:08
  |
yuri  |
security/highwayhash: Update g20181002 -> 1.1 |
g20181002_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
g20181002 02 Oct 2018 14:47:51
  |
yuri  |
security/highwayhash: Update g20180626 -> g20181002
Wrong installation directory is fixed. |
g20180626 10 Sep 2018 01:18:22
  |
linimon  |
Try, but fail, to fix build on powerpc64. The fix is necessary but not
sufficient.
Approved by: portmgr (tier-2 blanket) |
g20180626 09 Jul 2018 03:33:35
  |
yuri  |
security/highwayhash: Update g20170512 -> g20180626
Add workaround for their regression that makes it install files
into /. |
g20170512 18 Jun 2018 14:40:31
  |
linimon  |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
g20170512 25 Feb 2018 00:40:37
  |
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
g20170512 19 Dec 2017 14:41:29
  |
linimon  |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket) |
g20170512 01 Nov 2017 13:10:35
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
g20170512 11 Oct 2017 16:07:30
  |
linimon  |
The correct spelling of the arch is 'aarch64'.
Approved by: maintainer (email) |
g20170512 13 Aug 2017 22:35:18
  |
ultima  |
Strong (well-distributed and unpredictable) hashes:
* Portable implementation of SipHash
* HighwayHash, a 5x faster SIMD hash with security claims
WWW: https://github.com/google/highwayhash
PR: 219232
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12002 |