From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/6] gnu: Add gpgscm. Date: Mon, 18 Jul 2016 23:58:03 -0400 Message-ID: <20160719035803.GA6734@jasmine> References: <87lh0z97jm.fsf@we.make.ritual.n0.is> <20160718174407.GA21573@jasmine> <20160718221630.GA28641@jasmine> <87zipebl13.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPMAm-00035W-Pu for guix-devel@gnu.org; Mon, 18 Jul 2016 23:58:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPMAh-0008Fl-Pk for guix-devel@gnu.org; Mon, 18 Jul 2016 23:58:19 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPMAe-0008CR-VK for guix-devel@gnu.org; Mon, 18 Jul 2016 23:58:15 -0400 Content-Disposition: inline In-Reply-To: <87zipebl13.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Mon, Jul 18, 2016 at 11:10:00PM +0000, ng0 wrote: > On top of all 5 of the updates I did in gnupg.scm and sent in or > what are the GnuPG-related library updates you mean? Yes, I'm referring to the updates you sent. > I will test this series tomorrow. If it works and I can remove > the gpgscm package, is master okay or should it go into > core-updates and if so why should it go into core-updates when it > works on master? gnupg-2.1.14 requires libgcrypt >= 1.7.0 [0] and libgpg-error >= 1.24. Those are both core packages. `guix refresh -l` reports that 2206 and 2214 packages will need to be rebuilt, respectively, if those packages are changed. I added a few more packages to the HTTPS home-page patch. I pushed it along with the libassuan update.