From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvRVz-0000Lp-Dw for qemu-devel@nongnu.org; Mon, 22 Aug 2011 06:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvRVy-0006MC-BD for qemu-devel@nongnu.org; Mon, 22 Aug 2011 06:13:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvRVx-0006Ls-VR for qemu-devel@nongnu.org; Mon, 22 Aug 2011 06:13:54 -0400 Message-ID: <4E522BDC.9020709@redhat.com> Date: Mon, 22 Aug 2011 12:13:48 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <51b5cbebc488fc126339651120e923934fe29928.1309816302.git.rprabhu@wnohang.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] Avoid the use of deprecated gnutls gnutls_*_set_priority functions. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Raghavendra D Prabhu , qemu-devel@nongnu.org, kvm@vger.kernel.org, Raghavendra D Prabhu 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