Index: net/wireguard-kmod/Makefile =================================================================== --- net/wireguard-kmod/Makefile +++ net/wireguard-kmod/Makefile @@ -1,6 +1,5 @@ PORTNAME= wireguard-kmod -PORTVERSION= 0.0.20220610 -PORTREVISION= 1 +PORTVERSION= 0.0.20220614 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-freebsd/snapshot/ DISTNAME= wireguard-freebsd-${PORTVERSION} Index: net/wireguard-kmod/distinfo =================================================================== --- net/wireguard-kmod/distinfo +++ net/wireguard-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654889136 -SHA256 (wireguard-freebsd-0.0.20220610.tar.xz) = 518779c383e8087a60a7ec7b0969158a48b2f19a34a13b62683c982960295f17 -SIZE (wireguard-freebsd-0.0.20220610.tar.xz) = 46064 +TIMESTAMP = 1655237093 +SHA256 (wireguard-freebsd-0.0.20220614.tar.xz) = b048049561f18fd48ab3fa6455f9e0ecca25c6314880f48e68c56ceacf7f6719 +SIZE (wireguard-freebsd-0.0.20220614.tar.xz) = 46728 Index: net/wireguard-kmod/files/patch-Makefile =================================================================== --- net/wireguard-kmod/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ -From ccf37db6e6b983bafcd7a6a7abd7e066026b388f Mon Sep 17 00:00:00 2001 -From: "Jason A. Donenfeld" -Date: Fri, 10 Jun 2022 22:28:48 +0200 -Subject: build: include compat.h for all files - -54b2075 ("build: only include compat.h for if_wg.c and fix build with an -obj directory") scoped compat.h to if_wg.c, which broke building on -12.3. - -Signed-off-by: Jason A. Donenfeld ---- - src/Makefile | 2 +- - ---- Makefile -+++ Makefile -@@ -6,6 +6,6 @@ SRCS= opt_inet.h opt_inet6.h device_if.h bus_if.h ifdi_if.h - - SRCS+= if_wg.c wg_noise.c wg_cookie.c crypto.c - --CFLAGS.if_wg.c+= -include ${.CURDIR}/compat.h -+CFLAGS+= -include ${.CURDIR}/compat.h - - .include Index: net/wireguard-kmod/files/patch-compat.h =================================================================== --- net/wireguard-kmod/files/patch-compat.h +++ net/wireguard-kmod/files/patch-compat.h @@ -1,14 +1,11 @@ -Fix typing mistake in FreeBSD version - -Submitted by: Michael Butler ---- compat.h.orig 2022-06-10 17:21:17 UTC +--- compat.h.orig 2022-06-14 09:19:42 UTC +++ compat.h -@@ -8,7 +8,7 @@ - - #include +@@ -24,7 +24,7 @@ + #define COMPAT_NEED_BLAKE2S + #endif --#if __FreeBSD_version < 1400517 -+#if __FreeBSD_version < 1400057 +-#if __FreeBSD_version < 1400057 ++#if __FreeBSD_version < 1400059 #include #define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d) #endif