From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/7] gnu: mutter: Update to HEAD. Date: Thu, 09 Feb 2017 17:52:38 +0100 Message-ID: <87h943xq5l.fsf@gnu.org> References: <20170201233531.2640-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbrxb-0000A5-OM for guix-devel@gnu.org; Thu, 09 Feb 2017 11:52:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbrxY-0004cf-Jo for guix-devel@gnu.org; Thu, 09 Feb 2017 11:52:43 -0500 In-Reply-To: <20170201233531.2640-1-david@craven.ch> (David Craven's message of "Thu, 2 Feb 2017 00:35:25 +0100") 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" To: David Craven Cc: guix-devel@gnu.org Hi David, David Craven skribis: > * gnu/packages/gnome.scm (mutter): Update to HEAD. > [native-inputs]: Add autoconf, automake and libtool. > [arguments]: Add autoreconf phase. > --- > gnu/packages/gnome.scm | 30 +++++++++++++++++++++--------- > 1 file changed, 21 insertions(+), 9 deletions(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index f6f7aae69..5fbd0c111 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -4203,17 +4203,20 @@ to display dialog boxes from the commandline and = shell scripts.") > (license license:lgpl2.0+))) >=20=20 > (define-public mutter > + ;; Bugfixes! > + (let ((commit "23c315ea7121e9bd108e2837d0b4beeba53c5e18")) Could you be more specific? :-) I think relying on unreleased software is fine when that is known to fix security issues. In other cases, we should stick to upstream releases IMO: it=E2=80=99s upstream=E2=80=99s job to decide when a commit can be con= sidered a release. Ludo=E2=80=99.