gnu: xl2tpd: Update to 1.3.14.
* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.14.
This commit is contained in:
parent
7067d5f654
commit
14ccd8f883
1 changed files with 4 additions and 4 deletions
|
@ -522,7 +522,7 @@ WireGuard support.")
|
||||||
(define-public xl2tpd
|
(define-public xl2tpd
|
||||||
(package
|
(package
|
||||||
(name "xl2tpd")
|
(name "xl2tpd")
|
||||||
(version "1.3.13")
|
(version "1.3.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -530,15 +530,15 @@ WireGuard support.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nzkmhi9arwd4smhr07l0sssx46w48z0cblv7xcz25wg4hw86mcd"))
|
"1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))
|
||||||
(file-name (string-append "xl2tpd-" version "-checkout"))))
|
(file-name (string-append "xl2tpd-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list (string-append "DESTDIR=" %output)
|
`(#:make-flags (list (string-append "DESTDIR=" %output)
|
||||||
"CC=gcc")
|
"CC=gcc")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))
|
(delete 'configure)) ; no configure script
|
||||||
#:tests? #f)) ;; no tests provided
|
#:tests? #f)) ; no tests provided
|
||||||
(inputs `(("libpcap" ,libpcap)))
|
(inputs `(("libpcap" ,libpcap)))
|
||||||
(home-page "https://www.xelerance.com/software/xl2tpd/")
|
(home-page "https://www.xelerance.com/software/xl2tpd/")
|
||||||
(synopsis "Layer 2 Tunnelling Protocol Daemon (RFC 2661)")
|
(synopsis "Layer 2 Tunnelling Protocol Daemon (RFC 2661)")
|
||||||
|
|
Reference in a new issue