From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 0/1] gnupg@2.1.13: Fix expired test Date: Mon, 19 Sep 2016 09:28:00 +0200 Message-ID: <87twdcmjr3.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blt03-0001zs-4v for guix-devel@gnu.org; Mon, 19 Sep 2016 03:28:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blszy-00026k-Kb for guix-devel@gnu.org; Mon, 19 Sep 2016 03:28:22 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blszy-00025z-BH for guix-devel@gnu.org; Mon, 19 Sep 2016 03:28:18 -0400 In-reply-to: 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > GnuPG's 'tofu.test' had a hard-coded expiration date of 2016-09-17. This > patch backports the upstream fix. > > https://bugs.gnupg.org/gnupg/issue2393 > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=e584d6468a2e72cd01e55f46104f9f96b56c0b66 > > 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! ~~ Ricardo