From owner-svn-ports-head@freebsd.org Sat Nov 14 08:34:38 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 824B12E2979; Sat, 14 Nov 2020 08:34:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CY7tQ2vD5z4fXw; Sat, 14 Nov 2020 08:34:38 +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 5680127215; Sat, 14 Nov 2020 08:34:38 +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 0AE8YcRX046423; Sat, 14 Nov 2020 08:34:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AE8Ybgl046421; Sat, 14 Nov 2020 08:34:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011140834.0AE8Ybgl046421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 14 Nov 2020 08:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555097 - 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: 555097 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.34 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: Sat, 14 Nov 2020 08:34:38 -0000 Author: yuri Date: Sat Nov 14 08:34:37 2020 New Revision: 555097 URL: https://svnweb.freebsd.org/changeset/ports/555097 Log: security/highwayhash: Update g20200803 -> g20201021 Modified: head/security/highwayhash/Makefile head/security/highwayhash/distinfo head/security/highwayhash/files/patch-highwayhash_arch__specific.cc Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Sat Nov 14 08:28:54 2020 (r555096) +++ head/security/highwayhash/Makefile Sat Nov 14 08:34:37 2020 (r555097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20200803 +PORTVERSION= g20201021 PORTEPOCH= 1 CATEGORIES= security @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS_REASON= Assembly is implemented only fo USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 954e56589a7e75bad04f1063174d78f8c17a9b3a +GH_TAGNAME= bdd572de8cfa3a1fbef6ba32307c2629db7c4773 USE_LDCONFIG= yes .include Modified: head/security/highwayhash/distinfo ============================================================================== --- head/security/highwayhash/distinfo Sat Nov 14 08:28:54 2020 (r555096) +++ head/security/highwayhash/distinfo Sat Nov 14 08:34:37 2020 (r555097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600060112 -SHA256 (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 3ed4fe15de16117f03d42e82a22087eee33b3d12912d1475fcf100e3f4516833 -SIZE (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 159379 +TIMESTAMP = 1605342604 +SHA256 (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = ebe6fe710f2a4a9417410773a1aeb8e750b036d4843e457054e6209c1fd0b043 +SIZE (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = 160264 Modified: head/security/highwayhash/files/patch-highwayhash_arch__specific.cc ============================================================================== --- head/security/highwayhash/files/patch-highwayhash_arch__specific.cc Sat Nov 14 08:28:54 2020 (r555096) +++ head/security/highwayhash/files/patch-highwayhash_arch__specific.cc Sat Nov 14 08:34:37 2020 (r555097) @@ -1,11 +1,11 @@ ---- highwayhash/arch_specific.cc.orig 2020-10-10 11:16:48 UTC +--- highwayhash/arch_specific.cc.orig 2020-11-14 08:32:41 UTC +++ highwayhash/arch_specific.cc -@@ -150,7 +150,7 @@ double DetectNominalClockRate() { - } - #elif __FreeBSD__ - size_t length = sizeof(freq); -- sysctlbyname("dev.cpu.0.freq"), &freq, &length, NULL, 0); -+ sysctlbyname("dev.cpu.0.freq", &freq, &length, NULL, 0); - freq *= 1E6; - return freq; +@@ -174,7 +174,7 @@ double InvariantTicksPerSecond() { + #elif __FreeBSD__ + static double cycles_per_second = 0; + size_t length = sizeof(cycles_per_second); +- sysctlbyname("kern.timecounter.tc.timebase.frequency", &cycles_per_second, ++ sysctlbyname("dev.cpu.0.freq", &cycles_per_second, + &length, NULL, 0); #endif + return cycles_per_second;