git: 3244f016d6df - main - net/wireguard-kmod: Update to 0.0.20211105
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Nov 2021 07:07:23 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=3244f016d6dfb75c9ddd1e486b6b7e5cd9e02f8e commit 3244f016d6dfb75c9ddd1e486b6b7e5cd9e02f8e Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-11-09 07:06:21 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-11-09 07:06:21 +0000 net/wireguard-kmod: Update to 0.0.20211105 --- net/wireguard-kmod/Makefile | 3 +-- net/wireguard-kmod/distinfo | 6 +++--- net/wireguard-kmod/files/patch-compat.h | 22 ---------------------- 3 files changed, 4 insertions(+), 27 deletions(-) diff --git a/net/wireguard-kmod/Makefile b/net/wireguard-kmod/Makefile index 430e59cf049a..ec8eea1632f6 100644 --- a/net/wireguard-kmod/Makefile +++ b/net/wireguard-kmod/Makefile @@ -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} diff --git a/net/wireguard-kmod/distinfo b/net/wireguard-kmod/distinfo index ef9ccd58c66f..58a8d3b741e5 100644 --- a/net/wireguard-kmod/distinfo +++ b/net/wireguard-kmod/distinfo @@ -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 diff --git a/net/wireguard-kmod/files/patch-compat.h b/net/wireguard-kmod/files/patch-compat.h deleted file mode 100644 index b1dd32249515..000000000000 --- a/net/wireguard-kmod/files/patch-compat.h +++ /dev/null @@ -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> -