xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: Sjoer van der Ploeg <sfjuocekr@gmail.com>,
	ian.jackson@citrix.com, xen-devel@lists.xensource.com,
	Wei Liu <wei.liu2@citrix.com>
Subject: Re: QEMU-TRAD Re: [PATCH] Fixed building with newer GNUTLS versions.
Date: Wed, 4 May 2016 14:29:15 +0100	[thread overview]
Message-ID: <20160504132915.GO2111@citrix.com> (raw)
In-Reply-To: <20160504130604.GA26032@gmail.com>

On Wed, May 04, 2016 at 03:06:04PM +0200, Olaf Hering wrote:
> On Wed, May 04, Wei Liu wrote:
> 
> > gnutls_kx_set_priority, gnutls_certificate_type_set_priority and
> > gnutls_protocol_set_priority are removed in 3.4. Application should use
> > gnutls_priority_set_direct instead.
> 
> > +#if defined(GNUTLS_VERSION_NUMBER) && \
> > +    GNUTLS_VERSION_NUMBER >= 0x030400 /* 3.4.0 */
> 
> Quoting their NEWS file:
> 
> ...
> * Version 2.1.7 (released 2007-11-29)
> ...
> ** The gnutls_*_convert_priority() functions were deprecated by
> the gnutls_priority_set() and gnutls_priority_set_direct().

These seem to be a different set of functions.

Do you have a link to the NEWS file so that I can read and put it into
the commit message?  https://www.gnutls.org/news.html doesn't seem to
cover release that old.

Wei.

> ...
> 
> The initial variant of that patch looks more correct. It would cover
> each and every distribution Xen runs on.
> 
> Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2016-05-04 13:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 20:58 [PATCH] Fixed building with newer GNUTLS versions Sjoer van der Ploeg
2016-04-01 13:51 ` QEMU-TRAD " Konrad Rzeszutek Wilk
     [not found]   ` <CAGj-wbF_R7dgRyNyY6ydnvW-P1aV7-rVLfvkH3B_oyf0w0Fy5A@mail.gmail.com>
2016-04-01 16:45     ` Konrad Rzeszutek Wilk
2016-05-03 16:18       ` Konrad Rzeszutek Wilk
2016-05-03 16:35         ` Wei Liu
2016-05-03 16:49           ` Konrad Rzeszutek Wilk
2016-05-03 16:52             ` Wei Liu
2016-05-04 10:28             ` Wei Liu
2016-05-04 13:06               ` Olaf Hering
2016-05-04 13:29                 ` Wei Liu [this message]
2016-05-04 13:38                   ` Olaf Hering
2016-05-04 13:50                     ` Wei Liu
2016-05-04 14:03                       ` Olaf Hering
2016-05-04 14:08                         ` Wei Liu
2016-05-04 14:13                           ` Olaf Hering
2016-05-04 14:16                             ` Wei Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160504132915.GO2111@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=olaf@aepfle.de \
    --cc=sfjuocekr@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).