git: ed60b91744a5 - main - security/highwayhash: update g20201021 → g20240418

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 24 Jan 2025 10:03:14 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed60b91744a5af23b5fa3f35071bbbeaf4deb150

commit ed60b91744a5af23b5fa3f35071bbbeaf4deb150
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-24 09:10:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-24 10:03:11 +0000

    security/highwayhash: update g20201021 → g20240418
---
 security/highwayhash/Makefile                                |  8 ++++----
 security/highwayhash/distinfo                                |  6 +++---
 .../highwayhash/files/patch-highwayhash_arch__specific.cc    | 12 ------------
 security/highwayhash/files/patch-highwayhash_os__specific.cc | 12 ------------
 4 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile
index bc08c6f4b3d2..109fbf48241e 100644
--- a/security/highwayhash/Makefile
+++ b/security/highwayhash/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	highwayhash
-PORTVERSION=	g20201021
-PORTREVISION=	1
+PORTVERSION=	g20240418
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -15,10 +14,11 @@ ONLY_FOR_ARCHS=		aarch64 amd64 powerpc powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
 
 USES=		compiler:c++11-lang gmake
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-GH_TAGNAME=	bdd572de8cfa3a1fbef6ba32307c2629db7c4773
-USE_LDCONFIG=	yes
+GH_TAGNAME=	f8381f3
 
 .include <bsd.port.options.mk>
 
diff --git a/security/highwayhash/distinfo b/security/highwayhash/distinfo
index a44bed2d1330..f0d6af1349b7 100644
--- a/security/highwayhash/distinfo
+++ b/security/highwayhash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605342604
-SHA256 (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = ebe6fe710f2a4a9417410773a1aeb8e750b036d4843e457054e6209c1fd0b043
-SIZE (google-highwayhash-g20201021-bdd572de8cfa3a1fbef6ba32307c2629db7c4773_GH0.tar.gz) = 160264
+TIMESTAMP = 1737709612
+SHA256 (google-highwayhash-g20240418-f8381f3_GH0.tar.gz) = 015923a26684672d6ae736b0a2d185a313714460ebd314dd505ef609a23bccb1
+SIZE (google-highwayhash-g20240418-f8381f3_GH0.tar.gz) = 162190
diff --git a/security/highwayhash/files/patch-highwayhash_arch__specific.cc b/security/highwayhash/files/patch-highwayhash_arch__specific.cc
deleted file mode 100644
index d20ecf47a7c0..000000000000
--- a/security/highwayhash/files/patch-highwayhash_arch__specific.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- highwayhash/arch_specific.cc.orig	2020-09-22 06:18:43 UTC
-+++ highwayhash/arch_specific.cc
-@@ -24,8 +24,8 @@
- #if __GLIBC__
- #include <sys/platform/ppc.h>  // __ppc_get_timebase_freq
- #elif __FreeBSD__
--#include <sys/sysctl.h>
- #include <sys/types.h>
-+#include <sys/sysctl.h>
- #endif
- #endif
- 
diff --git a/security/highwayhash/files/patch-highwayhash_os__specific.cc b/security/highwayhash/files/patch-highwayhash_os__specific.cc
deleted file mode 100644
index d81e0ac12208..000000000000
--- a/security/highwayhash/files/patch-highwayhash_os__specific.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- highwayhash/os_specific.cc.orig	2020-11-29 23:19:18 UTC
-+++ highwayhash/os_specific.cc
-@@ -53,8 +53,8 @@
- 
- #ifdef __FreeBSD__
- #define OS_FREEBSD 1
--#include <sys/cpuset.h>
- #include <sys/param.h>
-+#include <sys/cpuset.h>
- #include <unistd.h>
- #else
- #define OS_FREEBSD 0