1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

net/wireguard-kmod: Update to 0.0.20211105

This commit is contained in:
Bernhard Froehlich 2021-11-09 07:06:21 +00:00
parent c9be4c9727
commit 3244f016d6
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333
3 changed files with 4 additions and 27 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= wireguard-kmod
PORTVERSION= 0.0.20210606
PORTREVISION= 1
PORTVERSION= 0.0.20211105
CATEGORIES= net net-vpn
MASTER_SITES= https://git.zx2c4.com/wireguard-freebsd/snapshot/
DISTNAME= wireguard-freebsd-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1623000437
SHA256 (wireguard-freebsd-0.0.20210606.tar.xz) = d7501666030619e4ee86e68d2b9fd6a718be6541be83bf726414b821c60383d0
SIZE (wireguard-freebsd-0.0.20210606.tar.xz) = 45920
TIMESTAMP = 1636441226
SHA256 (wireguard-freebsd-0.0.20211105.tar.xz) = 454f2cf15329ccf40da15f8df61f8d70bb6d382efdfe4a5899ca16474f91903f
SIZE (wireguard-freebsd-0.0.20211105.tar.xz) = 45944

View File

@ -1,22 +0,0 @@
From 64a507ad6b3c7e8455c67b452160b9e4211fd872 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Mon, 7 Jun 2021 11:50:20 +0200
Subject: compat: taskqueue draining was backported to stable/13
Since 407b687dfef ("Make sure all tasklets are drained before unloading
the LinuxKPI. Else use-after-free may happen."), stable/13 now has the
taskqueue API that we need.
Reported-by: Herbert J. Skuhra <herbert@gojira.at>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
--- compat.h.orig 2021-06-06 13:35:25 UTC
+++ compat.h
@@ -8,7 +8,7 @@
#include <sys/param.h>
-#if __FreeBSD_version < 1400000
+#if __FreeBSD_version < 1300507
#include <sys/smp.h>
#include <sys/gtaskqueue.h>