public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] gnutls 3.5.18-1
@ 2018-03-20  1:23 Yaakov Selkowitz
  2018-04-03  4:48 ` gnutls 3.5.18-1 causes wget p11-kit-trust The module has already been initialized Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Yaakov Selkowitz @ 2018-03-20  1:23 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* gnutls-3.5.18-1
* libgnutls30-3.5.18-1
* libgnutls-dane0-3.5.18-1
* libgnutlsxx28-3.5.18-1
* libgnutls-devel-3.5.18-1
* libgnutls-doc-3.5.18-1
* guile-gnutls-3.5.18-1
* mingw64-i686-gnutls-3.5.18-1
* mingw64-x86_64-gnutls-3.5.18-1

GnuTLS is a secure communications library implementing the SSL, TLS and 
DTLS protocols and technologies around them. It provides a simple C 
language application programming interface (API) to access the secure 
communications protocols as well as APIs to parse and write X.509, PKCS#12, 
OpenPGP and other required structures.

This is an update to the latest "current stable" release:

https://lists.gnupg.org/pipermail/gnutls-devel/2017-July/008469.html
https://lists.gnupg.org/pipermail/gnutls-devel/2017-August/008483.html
https://lists.gnupg.org/pipermail/gnutls-devel/2017-October/008523.html
https://lists.gnupg.org/pipermail/gnutls-devel/2018-January/008538.html
https://lists.gnupg.org/pipermail/gnutls-devel/2018-February/008540.html

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: gnutls 3.5.18-1 causes wget p11-kit-trust The module has already been initialized
  2018-03-20  1:23 [ANNOUNCEMENT] gnutls 3.5.18-1 Yaakov Selkowitz
@ 2018-04-03  4:48 ` Brian Inglis
  2018-04-09  1:10   ` Yaakov Selkowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Inglis @ 2018-04-03  4:48 UTC (permalink / raw)
  To: cygwin

On 2018-03-19 19:07, Yaakov Selkowitz wrote:
> The following packages have been uploaded to the Cygwin distribution:
> 
> * gnutls-3.5.18-1
> * libgnutls30-3.5.18-1
> * libgnutls-dane0-3.5.18-1
> * libgnutlsxx28-3.5.18-1
> * libgnutls-devel-3.5.18-1
> * libgnutls-doc-3.5.18-1
> * guile-gnutls-3.5.18-1
> * mingw64-i686-gnutls-3.5.18-1
> * mingw64-x86_64-gnutls-3.5.18-1
> 
> GnuTLS is a secure communications library implementing the SSL, TLS and 
> DTLS protocols and technologies around them. It provides a simple C 
> language application programming interface (API) to access the secure 
> communications protocols as well as APIs to parse and write X.509, PKCS#12, 
> OpenPGP and other required structures.
> 
> This is an update to the latest "current stable" release:
> 
> https://lists.gnupg.org/pipermail/gnutls-devel/2017-July/008469.html
> https://lists.gnupg.org/pipermail/gnutls-devel/2017-August/008483.html
> https://lists.gnupg.org/pipermail/gnutls-devel/2017-October/008523.html
> https://lists.gnupg.org/pipermail/gnutls-devel/2018-January/008538.html
> https://lists.gnupg.org/pipermail/gnutls-devel/2018-February/008540.html
On latest Cygwin x86 and 64, with all current updates, wget generates spurious
error messages for https transactions on a direct network connection.

$ wget https://cygwin.com/
--2018-04-02 22:38:01--  https://cygwin.com/
Resolving cygwin.com (cygwin.com)... 209.132.180.131
Connecting to cygwin.com (cygwin.com)|209.132.180.131|:443... connected.
p11-kit: p11-kit-trust: module failed to initialize: The module has already been
initialized
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html.2’

index.html.2                      [ <=> ]   6.69K  --.-KB/s    in 0.002s

2018-04-02 22:38:02 (3.54 MB/s) - ‘index.html.2’ saved [6847]

Rolling back to [prev] 3.5.13-1 gnutls eliminates the message.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: gnutls 3.5.18-1 causes wget p11-kit-trust The module has already been initialized
  2018-04-03  4:48 ` gnutls 3.5.18-1 causes wget p11-kit-trust The module has already been initialized Brian Inglis
@ 2018-04-09  1:10   ` Yaakov Selkowitz
  0 siblings, 0 replies; 3+ messages in thread
From: Yaakov Selkowitz @ 2018-04-09  1:10 UTC (permalink / raw)
  To: cygwin

On 2018-04-02 23:48, Brian Inglis wrote:
> On latest Cygwin x86 and 64, with all current updates, wget generates spurious
> error messages for https transactions on a direct network connection.
> 
> $ wget https://cygwin.com/
> --2018-04-02 22:38:01--  https://cygwin.com/
> Resolving cygwin.com (cygwin.com)... 209.132.180.131
> Connecting to cygwin.com (cygwin.com)|209.132.180.131|:443... connected.
> p11-kit: p11-kit-trust: module failed to initialize: The module has already been
> initialized

Confirmed; this will be fixed by an upcoming update to p11-kit.

> Rolling back to [prev] 3.5.13-1 gnutls eliminates the message.

This is not recommended, as the latest version includes several security
fixes.  The message itself is harmless meanwhile.

-- 
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2018-04-09  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  1:23 [ANNOUNCEMENT] gnutls 3.5.18-1 Yaakov Selkowitz
2018-04-03  4:48 ` gnutls 3.5.18-1 causes wget p11-kit-trust The module has already been initialized Brian Inglis
2018-04-09  1:10   ` Yaakov Selkowitz

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).