mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump netbird to 0.37.1
This commit is contained in:
commit
77620d24f9
1 changed files with 11 additions and 11 deletions
|
@ -20,11 +20,11 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define %netbird-version "0.36.7")
|
(define %netbird-version "0.37.1")
|
||||||
|
|
||||||
(define %netbird-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.
|
(define %netbird-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.
|
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.")
|
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.")
|
||||||
|
|
||||||
(define %netbird-homepage "https://github.com/netbirdio/netbird")
|
(define %netbird-homepage "https://github.com/netbirdio/netbird")
|
||||||
|
|
||||||
|
@ -35,15 +35,15 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "1yxnwma56fs74c83qn8fmfnf9yyzaq22nknlvjb9z64fh2vmh0ni"))))
|
(sha256 (base32 "1c0jdi48rc1j9jljn2hiiv0qajwaqlsppy6axbs4kgll6mwj40n5"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan `(("netbird" "/bin/"))))
|
`(#:install-plan `(("netbird" "/bin/"))))
|
||||||
(propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs))
|
(propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs))
|
||||||
(synopsis %netbird-synopsis)
|
(synopsis %netbird-synopsis)
|
||||||
(description "netbird client cli program. dirty version from github artifacts.")
|
(description "netbird client cli program. dirty version from github artifacts.")
|
||||||
(home-page %netbird-homepage)
|
(home-page %netbird-homepage)
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public netbird-ui
|
(define-public netbird-ui
|
||||||
(package
|
(package
|
||||||
|
@ -52,7 +52,7 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "01g6s2vbqqzwjynf3sfmva45v76kmr75jcv0y96dhpq0xjnpsaqn"))))
|
(sha256 (base32 "1ic5g396cxq3lv9kkdqp77z3c64pb9m94jh32ff0y9s77pfi03s7"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(inputs (list libx11 libglvnd))
|
(inputs (list libx11 libglvnd))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -60,6 +60,6 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
#:patchelf-plan `(("netbird-ui" ("libx11" "libglvnd")))
|
#:patchelf-plan `(("netbird-ui" ("libx11" "libglvnd")))
|
||||||
#:strip-binaries? #f))
|
#:strip-binaries? #f))
|
||||||
(synopsis %netbird-synopsis)
|
(synopsis %netbird-synopsis)
|
||||||
(description "netbird client ui program. dirty version from github artifacts.")
|
(description "netbird client ui program. dirty version from github artifacts.")
|
||||||
(home-page %netbird-homepage)
|
(home-page %netbird-homepage)
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue