cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Autobuild failures

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 7 May 2014 23:39:29 +0200

On Wed, May 07, 2014 at 10:13:44PM +0100, Steve Holme wrote:
> On Wed, 07 May 2014, Dan Fandrich wrote:
> > > * GNUTLS_CIPHER_AES_128_GCM Is not declared in
> > > /lib/vtls/gtls.c [2]
> >
> > This is defined in /usr/include/gnutls/gnutls.h in GnuTLS
> > 3.1.16. This build is compiling against 2.8.1, so it's likely just
> > too old to support this define.
>
> Do we need to / should we:
>
> A) Conditionally compile that code so that gtls.c compiles against 2.8.1 or
> is 3.1.16 now the minimum supported version for curl?

I would say the latter. Although, it looks like this was added in 2.9.8
(still 4.5 years old).

> B) Ask Guenter to upgrade his gnutls to 3.1.16?

Or, at least to one of the new officially-supported GnuTLS versions :^)

> C) Ignore the build and make a mental note that it is broken?

If we decide to bump the minimum version, it's no longer a useful autobuild
in this form.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-05-07