Port details |
- highwayhash Fast strong hash functions: SipHash/HighwayHash
- g20201021_1,1 security
=0 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: 2021-10-25 12:58:29
- Commit Hash: 61b6613
- License: APACHE20
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- highwayhash>0:security/highwayhash
- For LIB depends:
- libhighwayhash.so: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 = 1605342604
SHA256 (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = ebe6fe710f2a4a9417410773a1aeb8e750b036d4843e457054e6209c1fd0b043
SIZE (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = 160264
- 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.3 : 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: see SVNWeb link above for full details) |
Date | By | Description |
25 Oct 2021 12:58:29 g20201021_1,1
|
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. |
06 Apr 2021 14:31:07 g20201021_1,1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Dec 2020 16:29:49
g20201021_1,1
|
pkubaj  |
security/highwayhash: remove obviously wrong hunk that I somehow missed before
The function reads TimeBase frequency, not the CPU frequency. |
30 Nov 2020 02:00:15
g20201021,1
|
pkubaj  |
security/highwayhash: remove sys/types.h include, move sys/param.h higher
Reported by: jbeich |
29 Nov 2020 23:22:13
g20201021,1
|
pkubaj  |
security/highwayhash: fix build on powerpc64* |
14 Nov 2020 08:34:37
g20201021,1
|
yuri  |
security/highwayhash: Update g20200803 -> g20201021 |
21 Oct 2020 01:19:22
g20200803,1
|
pkubaj  |
security/highwayhash: commit forgotten patch to fix powerpc64*
MFH: 2020Q4 (fix build blanket) |
10 Oct 2020 12:35:21
g20200803,1
|
pkubaj  |
security/highwayhash: unbreak aarch64
Builds fine. |
10 Oct 2020 11:37:03
g20200803,1
|
pkubaj  |
security/highwayhash: fix build on powerpc64, powerpc64le and probably arm
architectures
Remove superflous ). Add necessary ifdefs.
MFH: 2020Q4 (fix build blanket) |
24 Sep 2020 21:03:54
g20200803,1
|
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) |
14 Sep 2020 05:12:45
g20200803,1
|
yuri  |
security/highwayhash: Update g20200527 -> g20200803 |
27 May 2020 21:46:19
g20200527,1
|
yuri  |
security/highwayhash: Update g20191102 -> g20200527 |
29 Apr 2020 19:05:35
g20191102,1
|
yuri  |
security/highwayhash: Update g20190324 -> g20191102 |
26 Jul 2019 20:46:57
g20190324_1,1
|
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 |
22 Jul 2019 02:53:48
g20190324,1
|
yuri  |
security/highwayhash: Update g20181002 -> g20190324 |
04 May 2019 08:59:17
g20181002,1
|
yuri  |
security/highwayhash: Revert the erroneous update
Reported by: tobik |
04 May 2019 07:58:08
1.1
|
yuri  |
security/highwayhash: Update g20181002 -> 1.1 |
12 Dec 2018 01:35:36
g20181002_1
|
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 |
02 Oct 2018 14:47:51
g20181002
|
yuri  |
security/highwayhash: Update g20180626 -> g20181002
Wrong installation directory is fixed. |
10 Sep 2018 01:18:22
g20180626
|
linimon  |
Try, but fail, to fix build on powerpc64. The fix is necessary but not
sufficient.
Approved by: portmgr (tier-2 blanket) |
09 Jul 2018 03:33:35
g20180626
|
yuri  |
security/highwayhash: Update g20170512 -> g20180626
Add workaround for their regression that makes it install files
into /. |
18 Jun 2018 14:40:31
g20170512
|
linimon  |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
25 Feb 2018 00:40:37
g20170512
|
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
19 Dec 2017 14:41:29
g20170512
|
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) |
01 Nov 2017 13:10:35
g20170512
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
11 Oct 2017 16:07:30
g20170512
|
linimon  |
The correct spelling of the arch is 'aarch64'.
Approved by: maintainer (email) |
13 Aug 2017 22:35:18
g20170512
|
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 |