From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH 1/3] Avoid the use of deprecated gnutls gnutls_*_set_priority functions. Date: Mon, 22 Aug 2011 12:13:48 +0200 Message-ID: <4E522BDC.9020709@redhat.com> References: <51b5cbebc488fc126339651120e923934fe29928.1309816302.git.rprabhu@wnohang.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Raghavendra D Prabhu , Raghavendra D Prabhu To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44918 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755842Ab1HVKN4 (ORCPT ); Mon, 22 Aug 2011 06:13:56 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 08/22/11 10:26, Stefan Hajnoczi wrote: > On Mon, Jul 4, 2011 at 11:00 PM, Raghavendra D Prabhu > wrote: >> The gnutls_*_set_priority family of functions has been marked deprecated >> in 2.12.x. These functions have been superceded by >> gnutls_priority_set_direct(). >> >> Signed-off-by: Raghavendra D Prabhu >> --- >> ui/vnc-tls.c | 20 +------------------- >> 1 files changed, 1 insertions(+), 19 deletions(-) > > Gerd, > You reported these F16 build failures. I'm getting them now too and > Raghavendra's patch would be useful to fix them. Indeed. Patch looks good to me. cheers, Gerd