diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-02-26 04:42:40 +0800 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-02-26 04:42:40 +0800 |
commit | 5a2ea47d8c4e55cede4c14b1718d83eba0ffa37c (patch) | |
tree | 3973104f5d0624e070ba53c23a1e5e5c87a07bdf /net | |
parent | 7c0b84c1a0ead3c60129ba48b6dfd6b9d2abcfff (diff) | |
download | freebsd-ports-gnome-5a2ea47d8c4e55cede4c14b1718d83eba0ffa37c.tar.gz freebsd-ports-gnome-5a2ea47d8c4e55cede4c14b1718d83eba0ffa37c.tar.zst freebsd-ports-gnome-5a2ea47d8c4e55cede4c14b1718d83eba0ffa37c.zip |
net/wireguard-go: Update to 0.0.20210212
Due to a bug which was fixed in this release both net/wireguard
and net/wireguard-go need to be updated or wg-quick will hang at
the next start.
PR: 253537
Diffstat (limited to 'net')
-rw-r--r-- | net/wireguard-go/Makefile | 8 | ||||
-rw-r--r-- | net/wireguard-go/distinfo | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index cc10f5899f99..bf8476583170 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wireguard-go -PORTVERSION= 0.0.20201118 +PORTVERSION= 0.0.20210212 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ @@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake go:modules,no_targets tar:xz USE_GITHUB= nodefault -GH_TUPLE= golang:crypto:c1f2f97bffc9:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:69a78807bb2b:golang_net/vendor/golang.org/x/net \ - golang:sys:ba5294a509c7:golang_sys/vendor/golang.org/x/sys +GH_TUPLE= golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:6772e930b67b:golang_net/vendor/golang.org/x/net \ + golang:sys:16f7687f5001:golang_sys/vendor/golang.org/x/sys MAKE_ENV+= ${GO_ENV} GOFLAGS="${GO_BUILDFLAGS}" diff --git a/net/wireguard-go/distinfo b/net/wireguard-go/distinfo index daf1240e7b65..6dbbb35abe56 100644 --- a/net/wireguard-go/distinfo +++ b/net/wireguard-go/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1613420673 -SHA256 (wireguard-go-0.0.20201118.tar.xz) = 8b9f3dd5f7083118fae9259868f994562270167a7ee9db28c53f415f0b20a388 -SIZE (wireguard-go-0.0.20201118.tar.xz) = 73512 -SHA256 (golang-crypto-c1f2f97bffc9_GH0.tar.gz) = fb7874bd9fa269053d4d115f440c5e71d38361558bba01025451949be850fc7c -SIZE (golang-crypto-c1f2f97bffc9_GH0.tar.gz) = 1721695 -SHA256 (golang-net-69a78807bb2b_GH0.tar.gz) = 1114d9d74fc1297add7be9ae8e61fae9f8522884ef46b518e1f3546f843a0223 -SIZE (golang-net-69a78807bb2b_GH0.tar.gz) = 1248808 -SHA256 (golang-sys-ba5294a509c7_GH0.tar.gz) = 10939ebd8edf7a45e84cfae47a9d46e6b68e19fb2fa4b2a84ed457fa954b37ba -SIZE (golang-sys-ba5294a509c7_GH0.tar.gz) = 1087439 +TIMESTAMP = 1613163450 +SHA256 (wireguard-go-0.0.20210212.tar.xz) = a44dbf8e18fed0d24feb6cc5782d0e7c4dfd0ffe35401a3f5e66c1da2936fa31 +SIZE (wireguard-go-0.0.20210212.tar.xz) = 97548 +SHA256 (golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8 +SIZE (golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798 +SHA256 (golang-net-6772e930b67b_GH0.tar.gz) = fde23e272650c45d1538ff7fc0e88d3935f6bb2a45c8c4d595c0b9375301d52e +SIZE (golang-net-6772e930b67b_GH0.tar.gz) = 1251401 +SHA256 (golang-sys-16f7687f5001_GH0.tar.gz) = 46727e65e28212e40411979d829c831d3301c1c94aa6ef458d4ee6c0c258ccc1 +SIZE (golang-sys-16f7687f5001_GH0.tar.gz) = 1091371 |