From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 01/01: gnu: p11-kit: Update to 0.23.2. Date: Sun, 14 Aug 2016 15:49:02 -0400 Message-ID: <20160814194902.GA6351@jasmine> References: <20160814193617.16651.7604@vcs.savannah.gnu.org> <20160814193617.F12EA220155@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZ1PJ-0001uD-DU for guix-devel@gnu.org; Sun, 14 Aug 2016 15:49:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZ1PG-0004YA-9c for guix-devel@gnu.org; Sun, 14 Aug 2016 15:49:17 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:47981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZ1PE-0004Xp-Fg for guix-devel@gnu.org; Sun, 14 Aug 2016 15:49:14 -0400 Content-Disposition: inline In-Reply-To: <20160814193617.F12EA220155@vcs.savannah.gnu.org> 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: guix-devel@gnu.org On Sun, Aug 14, 2016 at 07:36:17PM +0000, Leo Famulari wrote: > lfam pushed a commit to branch core-updates > in repository guix. > > commit 2b11b9ab428cd8c1a20c53841761a33d74226014 > Author: Leo Famulari > Date: Sun Aug 14 15:35:52 2016 -0400 > > gnu: p11-kit: Update to 0.23.2. > > * gnu/packages/tls.scm (p11-kit): Update to 0.23.2. > --- > gnu/packages/tls.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > - (version "0.23.1") > + (version "0.23.2") > (source > (origin > (method url-fetch) > @@ -79,7 +79,7 @@ specifications.") > version ".tar.gz")) > (sha256 > (base32 > - "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5")) > + "1w7szm190phlkg7qx05ychlj2dbvkgkhx9gw6dx4d5rw62l6wwms")) > (modules '((guix build utils))) ; for substitute* > (snippet > '(begin The bug report related to this commit just got a reply with a three-line patch: https://bugs.freedesktop.org/show_bug.cgi?id=89027#c1 Is anybody qualified to review the patch?