aboutsummaryrefslogtreecommitdiff
path: root/security/highwayhash
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-29 19:05:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-29 19:05:35 +0000
commit29001be81bb78eb49e068cbe3f0f4e98f8e46063 (patch)
treed32eb15725aee245431d331d61ef1984238e115c /security/highwayhash
parentf3536f6d0bd6ad4ee7b70d4dc93a97b3870ef1a3 (diff)
downloadports-29001be81bb78eb49e068cbe3f0f4e98f8e46063.tar.gz
ports-29001be81bb78eb49e068cbe3f0f4e98f8e46063.zip
security/highwayhash: Update g20190324 -> g20191102
Notes
Notes: svn path=/head/; revision=533386
Diffstat (limited to 'security/highwayhash')
-rw-r--r--security/highwayhash/Makefile7
-rw-r--r--security/highwayhash/distinfo6
-rw-r--r--security/highwayhash/files/patch-Makefile11
3 files changed, 17 insertions, 7 deletions
diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile
index 47baef935a75..fea367328f75 100644
--- a/security/highwayhash/Makefile
+++ b/security/highwayhash/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= highwayhash
-PORTVERSION= g20190324
-PORTREVISION= 1
+PORTVERSION= g20191102
PORTEPOCH= 1
CATEGORIES= security
@@ -18,10 +17,10 @@ BROKEN_powerpc64= fails to compile: g++6: error: unrecognized command line optio
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
-USES= compiler:c++11-lib gmake
+USES= compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= google
-GH_TAGNAME= 30bd801
+GH_TAGNAME= 0aaf66bb8a1634ceee4b778df51a652bdf4e1f17
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/security/highwayhash/distinfo b/security/highwayhash/distinfo
index f81e53758cf0..689232765357 100644
--- a/security/highwayhash/distinfo
+++ b/security/highwayhash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563763616
-SHA256 (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 9a00d0a1b28e57ec9a20487e975dcb023536c6944d2ece1ed24ffd1e62f34b63
-SIZE (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 158965
+TIMESTAMP = 1588185631
+SHA256 (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = a850ffb5f83854c22afa2350cca177ba00a4e2058e99f0c79bc8901dd3c08d1b
+SIZE (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = 159261
diff --git a/security/highwayhash/files/patch-Makefile b/security/highwayhash/files/patch-Makefile
new file mode 100644
index 000000000000..d6ba3a52f0e6
--- /dev/null
+++ b/security/highwayhash/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2020-04-29 18:43:05 UTC
++++ Makefile
+@@ -1,7 +1,7 @@
+ # We assume X64 unless HH_POWER, HH_ARM, or HH_AARCH64 are defined.
+
+ override CPPFLAGS += -I.
+-override CXXFLAGS += -std=c++11 -Wall -O3 -fPIC -pthread
++override CXXFLAGS += -std=c++11 -Wall -fPIC -pthread
+ override LDFLAGS += -pthread
+
+ PREFIX ?= /usr/local