From 0a2194ad7264a688ef4c76d89398854df522e9af Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Sat, 16 Nov 2024 17:02:52 +0100 Subject: [PATCH] bump netbird to 0.32.0 --- glicid/packages/vpn.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/glicid/packages/vpn.scm b/glicid/packages/vpn.scm index 3216faf..981417b 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -20,7 +20,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.31.1") +(define %netbird-version "0.32.0") (define-public netbird-cli (package @@ -29,14 +29,14 @@ (source (origin (method url-fetch) (uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz")) - (sha256 (base32 "0j0yc18yx6dgam4jd8mz105fnldcf8zjx875gyjr79p05z7lzx60")))) + (sha256 (base32 "1xqqbr35cwl6ip8lxlc3gxx61s4g2wmgw3qy97y3ibcimy7arcyc")))) (build-system copy-build-system) (arguments `(#:install-plan `(("netbird" "/bin/")))) (propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs)) (synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. - Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. - Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.") +Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. +Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.") (description "netbird client cli program. dirty version from github artifacts.") (home-page "https://github.com/netbirdio/netbird") (license license:expat))) @@ -51,7 +51,7 @@ (url "https://github.com/netbirdio/netbird") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "0dkhx2q5mm0wk00yrdc2sqd7lqmmkdxjcd3rzwab7hcgg8p368xm")))) + (sha256 (base32 "16nhzhz48gd40drm3g9db9fww076bk6cxv5lxlrynmnjdy3f339j")))) (build-system go-build-system) (native-inputs (list go-github-com-cenkalti-backoff-v4 go-github-com-ayufan-golang-kardianos-service @@ -99,7 +99,7 @@ (source (origin (method url-fetch) (uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz")) - (sha256 (base32 "167m8ssj90b08p40q2aczf1ndji6ls7c0m93lrhrjr4fkhbizl4g")))) + (sha256 (base32 "1z3ag84m3psj7g3gsvymp6wnb5k9sf68xqn7xz9vx775lc4vlh9r")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments @@ -107,13 +107,12 @@ #:patchelf-plan `(("netbird-ui" ("libx11" "libglvnd"))) #:strip-binaries? #f)) (synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. - Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. - Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.") +Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. +Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.") (description "netbird client ui program. dirty version from github artifacts.") (home-page "https://github.com/netbirdio/netbird") (license license:expat))) - (define-public go-gopkg-in-natefinch-lumberjack.v2 (package (name "go-gopkg-in-natefinch-lumberjack.v2")