Date: Mon, 22 Jul 2019 02:53:48 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507126 - in head/security/highwayhash: . files Message-ID: <201907220253.x6M2rmdG077156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jul 22 02:53:48 2019 New Revision: 507126 URL: https://svnweb.freebsd.org/changeset/ports/507126 Log: security/highwayhash: Update g20181002 -> g20190324 Deleted: head/security/highwayhash/files/ Modified: head/security/highwayhash/Makefile head/security/highwayhash/distinfo head/security/highwayhash/pkg-plist Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Mon Jul 22 02:41:32 2019 (r507125) +++ head/security/highwayhash/Makefile Mon Jul 22 02:53:48 2019 (r507126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20181002 +PORTVERSION= g20190324 PORTEPOCH= 1 CATEGORIES= security @@ -20,14 +20,7 @@ ONLY_FOR_ARCHS_REASON= Assembly is implemented only fo USES= compiler:c++11-lib gmake USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= c5ee50b +GH_TAGNAME= 30bd801 USE_LDCONFIG= yes - -# workaround for https://github.com/google/highwayhash/issues/69 - -post-install: - # Symlink upstream issue: https://github.com/google/highwayhash/issues/57 - ${RM} ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so - ${LN} -s libhighwayhash.so.0 ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so .include <bsd.port.mk> Modified: head/security/highwayhash/distinfo ============================================================================== --- head/security/highwayhash/distinfo Mon Jul 22 02:41:32 2019 (r507125) +++ head/security/highwayhash/distinfo Mon Jul 22 02:53:48 2019 (r507126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538491392 -SHA256 (google-highwayhash-g20181002-c5ee50b_GH0.tar.gz) = 728a25a21f9d9f4e0af418bc41167a666b9ea1ba9133f5211becef4f9a3fc47a -SIZE (google-highwayhash-g20181002-c5ee50b_GH0.tar.gz) = 153393 +TIMESTAMP = 1563763616 +SHA256 (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 9a00d0a1b28e57ec9a20487e975dcb023536c6944d2ece1ed24ffd1e62f34b63 +SIZE (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 158965 Modified: head/security/highwayhash/pkg-plist ============================================================================== --- head/security/highwayhash/pkg-plist Mon Jul 22 02:41:32 2019 (r507125) +++ head/security/highwayhash/pkg-plist Mon Jul 22 02:53:48 2019 (r507126) @@ -5,6 +5,7 @@ include/highwayhash/data_parallel.h include/highwayhash/endianess.h include/highwayhash/hh_avx2.h include/highwayhash/hh_buffer.h +include/highwayhash/hh_neon.h include/highwayhash/hh_portable.h include/highwayhash/hh_sse41.h include/highwayhash/hh_types.h @@ -16,6 +17,7 @@ include/highwayhash/iaca.h include/highwayhash/instruction_sets.h include/highwayhash/load3.h include/highwayhash/nanobenchmark.h +include/highwayhash/os_mac.h include/highwayhash/os_specific.h include/highwayhash/profiler.h include/highwayhash/robust_statistics.h @@ -27,6 +29,7 @@ include/highwayhash/state_helpers.h include/highwayhash/tsc_timer.h include/highwayhash/vector128.h include/highwayhash/vector256.h +include/highwayhash/vector_neon.h include/highwayhash/vector_test_target.h lib/libhighwayhash.a lib/libhighwayhash.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907220253.x6M2rmdG077156>