From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 5/6] gnu: gnupg: Update to 2.1.14. Date: Fri, 29 Jul 2016 08:32:06 +0000 Message-ID: <871t2crgjd.fsf@we.make.ritual.n0.is> References: <87eg6r97hi.fsf@we.make.ritual.n0.is> <87mvlflu37.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT3DK-0000Z6-T2 for guix-devel@gnu.org; Fri, 29 Jul 2016 04:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT3DI-00040O-Vh for guix-devel@gnu.org; Fri, 29 Jul 2016 04:32:14 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:60401 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT3DI-00040E-M1 for guix-devel@gnu.org; Fri, 29 Jul 2016 04:32:12 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 40e2f1d2 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Fri, 29 Jul 2016 08:32:10 +0000 (UTC) In-Reply-To: <87mvlflu37.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: guix-devel@gnu.org --=-=-= Content-Type: text/plain I did no functionality test this time. I should script this for the next time. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gnupg-Update-to-2.1.14.patch >From e186acb6851ae52ef19c58f36a195b33b968baef Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 28 Jul 2016 23:54:52 +0000 Subject: [PATCH] gnu: gnupg: Update to 2.1.14. * gnu/packages/gnupg.scm (gnupg): Update to 2.1.14. Co-authored-by: Leo Famulari --- gnu/packages/gnupg.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 6ddfaac..2e152f0 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -208,14 +208,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.1.13") + (version "2.1.14") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag")))) + "0hmsiscpdpdqd8kcjpzkz2gzcc3cnrvswk9p1jzi4sivd7lxwl4l")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) @@ -241,7 +241,12 @@ compatible to GNU Pth.") (lambda _ (substitute* "tests/openpgp/defs.inc" (("/bin/pwd") (which "pwd"))) - #t))))) + #t)) + (add-after 'build 'patch-scheme-tests + (lambda _ + (substitute* (find-files "tests" ".\\.scm$") + (("/usr/bin/env gpgscm") + (string-append (getcwd) "/tests/gpgscm/gpgscm")))))))) (home-page "https://gnupg.org/") (synopsis "GNU Privacy Guard") (description -- 2.9.2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng0.txt For non-prism friendly talk find me on http://www.psyced.org --=-=-=--