[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112.
From: |
guix-commits |
Subject: |
09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112. |
Date: |
Mon, 16 Nov 2020 23:05:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 76ad954734c2dcefd67151640802d53d01f229dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 02:18:54 2020 +0100
gnu: wireguard-linux-compat: Update to 1.0.20201112.
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20201112.
[arguments]: Build with linux-libre-5.4.
---
gnu/packages/vpn.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 4319b00..39a9825 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -505,7 +505,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
(define-public wireguard-linux-compat
(package
(name "wireguard-linux-compat")
- (version "1.0.20200623")
+ (version "1.0.20201112")
(source (origin
(method url-fetch)
(uri (string-append
"https://git.zx2c4.com/wireguard-linux-compat/"
@@ -513,12 +513,13 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
".tar.xz"))
(sha256
(base32
- "0iclixsqfckaz6kz6a4lhzdary3xhfy1d0pz0pgrwy8m8mr3f28k"))))
+ "1qcpg1rcmy4h529a0spjm50qgxjgjy20j29fpbrqsv5xq3qfgsl9"))))
(build-system linux-module-build-system)
(outputs '("out"
"kernel-patch"))
(arguments
- `(#:tests? #f ; No test suite
+ `(#:linux ,linux-libre-5.4 ; mustn't have WG built-in
+ #:tests? #f ; no test suite
#:modules ((guix build linux-module-build-system)
(guix build utils)
(ice-9 popen)
@@ -538,7 +539,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
(call-with-output-file "wireguard.patch"
(lambda (port)
(format port "~a" str))))
- #t))
+ #t))
(add-after 'install 'install-patch
(lambda* (#:key outputs #:allow-other-keys)
(install-file "wireguard.patch"
- branch master updated (dc2de50 -> dc14cbd), guix-commits, 2020/11/16
- 02/13: gnu: youtube-dl: Update to 2020.11.17., guix-commits, 2020/11/16
- 01/13: gnu: pdfpc: Update to 4.4.1., guix-commits, 2020/11/16
- 04/13: gnu: xsimd: Update to 7.4.9., guix-commits, 2020/11/16
- 05/13: gnu: xsimd: Define SIMD., guix-commits, 2020/11/16
- 06/13: gnu: python-peewee: Update to 3.14.0., guix-commits, 2020/11/16
- 10/13: gnu: livemedia-utils: Update to 2020.11.05., guix-commits, 2020/11/16
- 03/13: gnu: gnu-pw-mgr: Update to 2.7.4., guix-commits, 2020/11/16
- 07/13: gnu: python-pypika: Update to 0.44.0., guix-commits, 2020/11/16
- 09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112.,
guix-commits <=
- 11/13: gnu: livemedia-utils: Cross-compile., guix-commits, 2020/11/16
- 08/13: gnu: arc-theme: Update to 20201013., guix-commits, 2020/11/16
- 12/13: gnu: mpop: Update to 1.4.11., guix-commits, 2020/11/16
- 13/13: gnu: enet: Update to 1.3.17., guix-commits, 2020/11/16