me
/
guix
Archived
1
0
Fork 0

gnu: strongswan: Update to 5.6.3 [fixes CVE-2018-{10811,5388}].

* gnu/packages/networking.scm (strongswan): Update to 5.6.3.
master
Tobias Geerinckx-Rice 2018-08-13 01:01:51 +02:00
parent 07f450b2b0
commit 52135e598c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1717,14 +1717,14 @@ displays the results in real time.")
(define-public strongswan
(package
(name "strongswan")
(version "5.6.2")
(version "5.6.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.strongswan.org/strongswan-"
version ".tar.bz2"))
(sha256
(base32 "14ifqay54brw2b2hbmm517bxw8bs9631d7jm4g139igkxcq0m9p0"))))
(base32 "095zg7h7qwsc456sqgwb1lhhk29ac3mk5z9gm6xja1pl061driy3"))))
(build-system gnu-build-system)
(arguments
`(#:phases