From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] gnupg@2.1.13: Fix expired test Date: Mon, 19 Sep 2016 16:10:19 -0400 Message-ID: <20160919201019.GB27061@jasmine> References: <87twdcmjr3.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm4tf-0003Ws-97 for guix-devel@gnu.org; Mon, 19 Sep 2016 16:10:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm4tZ-0005Vq-6J for guix-devel@gnu.org; Mon, 19 Sep 2016 16:10:34 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:40669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm4tX-0005Sv-Un for guix-devel@gnu.org; Mon, 19 Sep 2016 16:10:29 -0400 Content-Disposition: inline In-Reply-To: <87twdcmjr3.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org On Mon, Sep 19, 2016 at 09:28:00AM +0200, Ricardo Wurmus wrote: > > Leo Famulari (1): > > gnu: gnupg: Fix test failure. > > > > gnu/local.mk | 1 + > > gnu/packages/gnupg.scm | 1 + > > gnu/packages/patches/gnupg-fix-expired-test.patch | 78 +++++++++++++++++++++++ > > 3 files changed, 80 insertions(+) > > create mode 100644 gnu/packages/patches/gnupg-fix-expired-test.patch > > Looks good to me! Thanks, pushed!