From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: libgcrypt update to 1.7.1 Date: Wed, 15 Jun 2016 19:53:28 +0000 Message-ID: <20160615195328.GA13352@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDGsf-0007yj-UI for guix-devel@gnu.org; Wed, 15 Jun 2016 15:53:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDGsc-0003fH-7V for guix-devel@gnu.org; Wed, 15 Jun 2016 15:53:41 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:45948 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDGsb-0003dL-Qc for guix-devel@gnu.org; Wed, 15 Jun 2016 15:53:38 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 06dda89e TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Wed, 15 Jun 2016 19:53:32 +0000 (UTC) Content-Disposition: inline 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 --JYK4vJDZwFMowpUq Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline --T4sUOijqQbZv57TR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable output of test: https://ptpb.pw/k6oU =46rom 422b2a632b94be9ea57130d7d231d95912dac253 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 15 Jun 2016 19:41:52 +0000 Subject: [PATCH] gnu: libgcrypt: Update to 1.7.1. * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.1 --- gnu/packages/gnupg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c5055b6..eb2dc80 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2015 Paul van der Walt ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner ;;; Copyright =C2=A9 2016 Christopher Allan Webber +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -73,14 +74,14 @@ Daemon and possibly more in the future.") (define-public libgcrypt (package (name "libgcrypt") - (version "1.6.5") + (version "1.7.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-" version ".tar.bz2")) (sha256 (base32 - "0959mwfzsxhallxdqlw359xg180ll2skxwyy35qawmfl89cbr7pl")))) + "15bsdpihb8xvr2a6sh0ikzw9wdw3gdi4pl1vpr6wc48npzy9q3a5")))) (build-system gnu-build-system) (propagated-inputs `(("libgpg-error-host" ,libgpg-error))) -- 2.8.4 -- =E2=99=A5=E2=92=B6 ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion --T4sUOijqQbZv57TR Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-libgcrypt-Update-to-1.7.1.patch" Content-Transfer-Encoding: quoted-printable =46rom 422b2a632b94be9ea57130d7d231d95912dac253 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 15 Jun 2016 19:41:52 +0000 Subject: [PATCH] gnu: libgcrypt: Update to 1.7.1. * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.1 --- gnu/packages/gnupg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c5055b6..eb2dc80 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2015 Paul van der Walt ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner ;;; Copyright =C2=A9 2016 Christopher Allan Webber +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -73,14 +74,14 @@ Daemon and possibly more in the future.") (define-public libgcrypt (package (name "libgcrypt") - (version "1.6.5") + (version "1.7.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-" version ".tar.bz2")) (sha256 (base32 - "0959mwfzsxhallxdqlw359xg180ll2skxwyy35qawmfl89cbr7pl")))) + "15bsdpihb8xvr2a6sh0ikzw9wdw3gdi4pl1vpr6wc48npzy9q3a5")))) (build-system gnu-build-system) (propagated-inputs `(("libgpg-error-host" ,libgpg-error))) --=20 2.8.4 --T4sUOijqQbZv57TR-- --JYK4vJDZwFMowpUq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF4EARYKAAYFAldhsjgACgkQhhoAchyzrCAk+AEAsSXlT3n3aP+Fmr4mUQi9mQ+U 01JBkUnWUwwPUs4ghbABAKhYuC016Kaf5GLnUHuMPVwuDelTt34J4CfY4Nwc7Y8C =RxXe -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq--