unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* update of openconnect
@ 2015-03-12 23:55 Tomáš Čech
  2015-03-12 23:55 ` [PATCH] gnu: openconnect: Update to 7.05 Tomáš Čech
  2015-03-13 10:35 ` update of openconnect Andreas Enge
  0 siblings, 2 replies; 5+ messages in thread
From: Tomáš Čech @ 2015-03-12 23:55 UTC (permalink / raw)
  To: guix-devel

It seems that openssl version is from openconnect POV broken and as they
recommended to switch to gnutls I did the change.

Is anyone against this change?

S_W

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] gnu: openconnect: Update to 7.05.
  2015-03-12 23:55 update of openconnect Tomáš Čech
@ 2015-03-12 23:55 ` Tomáš Čech
  2015-03-13 10:35 ` update of openconnect Andreas Enge
  1 sibling, 0 replies; 5+ messages in thread
From: Tomáš Čech @ 2015-03-12 23:55 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/vpn.scm (openconnect): Update to 7.05, replace openssl with
  gnutls.
---
 gnu/packages/vpn.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 9ff8b638..5883f99 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -27,6 +27,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages gnupg)
+  #:use-module (gnu packages gnutls)
   #:use-module (gnu packages openssl)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
@@ -95,17 +96,17 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
 (define-public openconnect
   (package
    (name "openconnect")
-   (version "4.99")
+   (version "7.05")
    (source (origin
             (method url-fetch)
             (uri (string-append "ftp://ftp.infradead.org/pub/openconnect/"
                                 "openconnect-" version ".tar.gz"))
             (sha256 (base32
-                     "1rd8pap455wzkx19i0sy3cqap524b6fwcjvqynxp6lhm01di4bd6"))))
+                     "1i102yr8yp2ny587n6pd966443h1pqxyw5q0n5afq575046jj98g"))))
    (build-system gnu-build-system)
    (inputs
     `(("libxml2" ,libxml2)
-      ("openssl" ,openssl)
+      ("gnutls" ,gnutls)
       ("vpnc" ,vpnc)
       ("zlib" ,zlib)))
    (native-inputs
-- 
2.2.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: update of openconnect
  2015-03-12 23:55 update of openconnect Tomáš Čech
  2015-03-12 23:55 ` [PATCH] gnu: openconnect: Update to 7.05 Tomáš Čech
@ 2015-03-13 10:35 ` Andreas Enge
  2015-03-13 15:10   ` Tomáš Čech
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Enge @ 2015-03-13 10:35 UTC (permalink / raw)
  To: Tomáš Čech; +Cc: guix-devel

On Fri, Mar 13, 2015 at 12:55:34AM +0100, Tomáš Čech wrote:
> It seems that openssl version is from openconnect POV broken and as they
> recommended to switch to gnutls I did the change.
> Is anyone against this change?

I have just tried your patch with the new version of openconnect, and it works
for me. Have you checked the pgp signature against the downloaded tarball?
If yes, please push.

Andreas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update of openconnect
  2015-03-13 10:35 ` update of openconnect Andreas Enge
@ 2015-03-13 15:10   ` Tomáš Čech
  2015-03-14 13:46     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Tomáš Čech @ 2015-03-13 15:10 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

On Fri, Mar 13, 2015 at 11:35:22AM +0100, Andreas Enge wrote:
>On Fri, Mar 13, 2015 at 12:55:34AM +0100, Tomáš Čech wrote:
>> It seems that openssl version is from openconnect POV broken and as they
>> recommended to switch to gnutls I did the change.
>> Is anyone against this change?
>
>I have just tried your patch with the new version of openconnect, and it works
>for me. Have you checked the pgp signature against the downloaded tarball?
>If yes, please push.

I have verified that downloaded tarball is signed by the key mentioned on the
web and that the key is signed by 341 to me unknown signatures.

I can't do better, sorry.

S_W

[-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update of openconnect
  2015-03-13 15:10   ` Tomáš Čech
@ 2015-03-14 13:46     ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2015-03-14 13:46 UTC (permalink / raw)
  To: guix-devel

Tomáš Čech <sleep_walker@suse.cz> skribis:

> On Fri, Mar 13, 2015 at 11:35:22AM +0100, Andreas Enge wrote:
>>On Fri, Mar 13, 2015 at 12:55:34AM +0100, Tomáš Čech wrote:
>>> It seems that openssl version is from openconnect POV broken and as they
>>> recommended to switch to gnutls I did the change.
>>> Is anyone against this change?
>>
>>I have just tried your patch with the new version of openconnect, and it works
>>for me. Have you checked the pgp signature against the downloaded tarball?
>>If yes, please push.
>
> I have verified that downloaded tarball is signed by the key mentioned on the
> web and that the key is signed by 341 to me unknown signatures.

Fine, go ahead.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-14 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12 23:55 update of openconnect Tomáš Čech
2015-03-12 23:55 ` [PATCH] gnu: openconnect: Update to 7.05 Tomáš Čech
2015-03-13 10:35 ` update of openconnect Andreas Enge
2015-03-13 15:10   ` Tomáš Čech
2015-03-14 13:46     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).