guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openconnect: Update to 8.10 [fixes CVE-2020-


From: guix-commits
Subject: branch master updated: gnu: openconnect: Update to 8.10 [fixes CVE-2020-12823].
Date: Fri, 15 May 2020 12:11:07 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 57b13d1  gnu: openconnect: Update to 8.10 [fixes CVE-2020-12823].
57b13d1 is described below

commit 57b13d1cc0c28ffd597de651a6187e22ac211e82
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 15 18:10:17 2020 +0200

    gnu: openconnect: Update to 8.10 [fixes CVE-2020-12823].
    
    * gnu/packages/vpn.scm (openconnect): Update to 8.10.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 369d320..e06a83b 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -247,13 +247,13 @@ the user specifically asks to proxy, so the @dfn{VPN} 
interface no longer
 (define-public openconnect
   (package
    (name "openconnect")
-   (version "8.09")
+   (version "8.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "ftp://ftp.infradead.org/pub/openconnect/";
                                 "openconnect-" version ".tar.gz"))
             (sha256
-             (base32 "19p91hs6j348qp0v9c7abl3rb8d9ncc37k743qhrn29s9jz0567k"))))
+             (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("libxml2" ,libxml2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]