guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openconnect: Update to 8.09 [fixes CVE-2020-12105].


From: guix-commits
Subject: 01/02: gnu: openconnect: Update to 8.09 [fixes CVE-2020-12105].
Date: Sat, 2 May 2020 12:03:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4aa83be33d7a7bc24ccd77a89fa5dfd0edbf1c5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat May 2 17:56:47 2020 +0200

    gnu: openconnect: Update to 8.09 [fixes CVE-2020-12105].
    
    * gnu/packages/vpn.scm (openconnect): Update to 8.09.
---
 gnu/packages/vpn.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index a9e2004..2da1a7c 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Jeff Mickey <address@hidden>
 ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<address@hidden>
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2018 Pierre Langlois <address@hidden>
 ;;; Copyright © 2018 Meiyo Peng <address@hidden>
@@ -245,13 +245,13 @@ the user specifically asks to proxy, so the @dfn{VPN} 
interface no longer
 (define-public openconnect
   (package
    (name "openconnect")
-   (version "8.08")
+   (version "8.09")
    (source (origin
             (method url-fetch)
             (uri (string-append "ftp://ftp.infradead.org/pub/openconnect/";
                                 "openconnect-" version ".tar.gz"))
             (sha256
-             (base32 "1s3rjdazx1n5izpcgz05p1sirm7kf4z3gh26dq2h2j5xmgmk0jxp"))))
+             (base32 "19p91hs6j348qp0v9c7abl3rb8d9ncc37k743qhrn29s9jz0567k"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("libxml2" ,libxml2)



reply via email to

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