From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: avahi: Enable libdns_sd compatibility. Date: Sat, 19 Sep 2015 21:41:15 -0400 Message-ID: <874miprhok.fsf@netris.org> References: <877fnml7uy.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdTeC-0004WG-Mo for guix-devel@gnu.org; Sat, 19 Sep 2015 21:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdTe9-0003RL-BW for guix-devel@gnu.org; Sat, 19 Sep 2015 21:42:32 -0400 Received: from world.peace.net ([50.252.239.5]:54621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdTe9-0003RE-8i for guix-devel@gnu.org; Sat, 19 Sep 2015 21:42:29 -0400 In-Reply-To: <877fnml7uy.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Sat, 19 Sep 2015 11:57:41 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson writes: > I was trying to package the Mumble VOIP program and ran into an issue > with Avahi. Mumble requires that Avahi be compiled with libdns_sd > compatibility. The patch is very simple, but entails rebuilding some > 300 packages, notably the massive Qt beast. Would this patch have to > wait for the next core-updates? > > From 56ba8b433783ca847fbd433114afe6374289cddc Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 19 Sep 2015 11:36:45 -0400 > Subject: [PATCH] gnu: avahi: Enable libdns_sd compatibility. I went ahead and pushed this to core-updates, since it needed an icu4c security update anyway. Thanks! Mark