1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: strongswan: Update to 5.9.14. [security fixes]

This fixes CVE-2021-45079, CVE-2022-40617, CVE-2023-41913.

* gnu/packages/vpn.scm (strongswan): Update to 5.9.14.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2024-10-08 08:26:47 +02:00
committed by Sharlatan Hellseher
parent f5d2d590fa
commit 2ad283aa03

View File

@@ -396,14 +396,14 @@ networks bypassing intermediate firewalls.")
(define-public strongswan
(package
(name "strongswan")
(version "5.9.4")
(version "5.9.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.strongswan.org/strongswan-"
version ".tar.bz2"))
(sha256
(base32 "063mi0kdlpd7r7s3py35yf80hvrv3nrdfvxpyn7ns25gqajg3za5"))
(base32 "0y1nqd7vb4s6wzvyrbmxpbglw9wcvcypvjffqiklrcscvbfjg03j"))
(snippet
#~(begin
(use-modules (guix build utils))