From 185176c8faf88aeee5684b33e248567b8d814493 Mon Sep 17 00:00:00 2001 From: Alexey Abramov Date: Fri, 29 Mar 2024 15:12:38 +0100 Subject: nongnu: zerotier: Update to 1.12.2. * nongnu/packages/vpn.scm (zerotier): Update to 1.12.2. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/vpn.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nongnu/packages') diff --git a/nongnu/packages/vpn.scm b/nongnu/packages/vpn.scm index c7be7e4..ad3bb8a 100644 --- a/nongnu/packages/vpn.scm +++ b/nongnu/packages/vpn.scm @@ -12,7 +12,7 @@ (define-public zerotier (package (name "zerotier") - (version "1.8.4") + (version "1.12.2") (source (origin (method git-fetch) (uri (git-reference @@ -21,16 +21,17 @@ (file-name (git-file-name name version)) (sha256 (base32 - "101b1k9f3cpbgj0l87ya1cbqs9dv0qiayjap4m29fxyjra8hbkb8")))) + "0p5rpvh137gf5y9ylip7kxfl4argv34sr4wiiygvfk670rifnk57")))) (build-system gnu-build-system) (arguments - `(#:phases + `(#:make-flags (list "ZT_SSO_SUPPORTED=0") ; We don't need SSO/OIDC + #:phases (modify-phases %standard-phases ;; There is no ./configure (delete 'configure) (replace 'check - (lambda _ - (invoke "make" "selftest") + (lambda* (#:key make-flags #:allow-other-keys) + (apply invoke "make" "selftest" make-flags) (invoke "./zerotier-selftest"))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) -- cgit v1.2.3