From owner-svn-ports-head@freebsd.org Wed Apr 29 19:05:36 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78FBF2BF6F0; Wed, 29 Apr 2020 19:05:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49C7JJ2c2Pz4g5t; Wed, 29 Apr 2020 19:05:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 542CEA47A; Wed, 29 Apr 2020 19:05:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03TJ5asJ023680; Wed, 29 Apr 2020 19:05:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03TJ5Z1v023678; Wed, 29 Apr 2020 19:05:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004291905.03TJ5Z1v023678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 29 Apr 2020 19:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533386 - in head/security/highwayhash: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/highwayhash: . files X-SVN-Commit-Revision: 533386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 19:05:36 -0000 Author: yuri Date: Wed Apr 29 19:05:35 2020 New Revision: 533386 URL: https://svnweb.freebsd.org/changeset/ports/533386 Log: security/highwayhash: Update g20190324 -> g20191102 Added: head/security/highwayhash/files/ head/security/highwayhash/files/patch-Makefile (contents, props changed) Modified: head/security/highwayhash/Makefile head/security/highwayhash/distinfo Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Wed Apr 29 19:04:46 2020 (r533385) +++ head/security/highwayhash/Makefile Wed Apr 29 19:05:35 2020 (r533386) @@ -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: unrec 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 Modified: head/security/highwayhash/distinfo ============================================================================== --- head/security/highwayhash/distinfo Wed Apr 29 19:04:46 2020 (r533385) +++ head/security/highwayhash/distinfo Wed Apr 29 19:05:35 2020 (r533386) @@ -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 Added: head/security/highwayhash/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/highwayhash/files/patch-Makefile Wed Apr 29 19:05:35 2020 (r533386) @@ -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