mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: strongswan: Update to 5.8.1.
* gnu/packages/networking.scm (strongswan): Update to 5.8.1.
This commit is contained in:
parent
db05b57205
commit
08dd5f673d
1 changed files with 3 additions and 3 deletions
|
@ -1970,14 +1970,14 @@ (define-public mtr
|
||||||
(define-public strongswan
|
(define-public strongswan
|
||||||
(package
|
(package
|
||||||
(name "strongswan")
|
(name "strongswan")
|
||||||
(version "5.8.0")
|
(version "5.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.strongswan.org/strongswan-"
|
(uri (string-append "https://download.strongswan.org/strongswan-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cq9m86ydd2i0awxkv4a256f4926p2f9pzlisyskl9fngl6f3c8m"))))
|
(base32 "034rd6kr1bmnvj8rg2kcxdjb0cgj3dn9310mmm94j1awxan71byr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2000,7 +2000,7 @@ (define-public strongswan
|
||||||
#t)))
|
#t)))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
;; Disable bsd-4 licensed plugins
|
;; Disable bsd-4 licensed plugins.
|
||||||
"--disable-des"
|
"--disable-des"
|
||||||
"--disable-blowfish")))
|
"--disable-blowfish")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue