From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLZFv-0006Bo-7c for guix-patches@gnu.org; Wed, 23 May 2018 15:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLZFu-0006pC-5X for guix-patches@gnu.org; Wed, 23 May 2018 15:17:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fLZFt-0006oq-W3 for guix-patches@gnu.org; Wed, 23 May 2018 15:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fLZFt-0008Nx-PN for guix-patches@gnu.org; Wed, 23 May 2018 15:17:01 -0400 Subject: [bug#31573] gnurl 7.60.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLZFZ-0006BS-Id for guix-patches@gnu.org; Wed, 23 May 2018 15:16:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLZFY-0006hF-HB for guix-patches@gnu.org; Wed, 23 May 2018 15:16:41 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:32926) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fLZFY-0006gz-6G for guix-patches@gnu.org; Wed, 23 May 2018 15:16:40 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id 854ca362 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 23 May 2018 19:16:37 +0000 (UTC) Date: Wed, 23 May 2018 19:17:10 +0000 From: Nils Gillmann Message-ID: <20180523191710.h22khmip3gxtlq5k@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h542ugv4s4hyhwcn" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31573@debbugs.gnu.org --h542ugv4s4hyhwcn Content-Type: multipart/mixed; boundary="mlbeil4svaawbdym" Content-Disposition: inline --mlbeil4svaawbdym Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Update of gnurl to 7.60.0 Since the release email is still to be published, here's the sha512sums: cdfa6cf5d576b7db63612bf77c2bb0d03dbde143dbf1c61f8fbab526e7c20bf46ac13df44babaa8a0d8ab78b38ca30d50c944e3c1843043c5fbd07553a00ffcb gnurl-7.60.0.tar.gz d9fedd41d3b55ff723793c19cb79001cee413773fe7d404dacdf07a1663c7eca03a5e5c2e7f86ebdc1fd0f5afb2d8c477c5967587acab2fda97bca4476f47c86 gnurl-7.60.0.tar.Z I noticed an error in the testsuite while offloading the build. Locally it builds fine. If you encounter a bug, please report it to our Mantis bugtracker (https://gnunet.org/bugs) or the bugs mailinglist of GNUnet. Thanks --mlbeil4svaawbdym Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.60.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 23dfb9afe4869722fb7d54a51d0d13cdf1bb92a4 Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Wed, 23 May 2018 19:09:34 +0000 Subject: [PATCH] gnu: gnurl: Update to 7.60.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.60.0. Signed-off-by: Nils Gillmann --- gnu/packages/gnunet.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 880fb9f09..1286f4d46 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -186,16 +186,13 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.59.0") + (version "7.60.0") (source (origin (method url-fetch) - (uri (list (string-append "mirror://gnu/gnunet/" name "-" vers= ion ".tar.xz") - ;; TODO: Remove once gnurl-7.59.0 release has synce= d to ftp.gnu.org - (string-append "https://ftp.n0.is/pub/releases/gnur= l/" - name "-" version ".tar.xz"))) + (uri (string-append "mirror://gnu/gnunet/" name "-" version ".= tar.Z")) (sha256 (base32 - "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib")))) + "0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages --=20 2.17.0 --mlbeil4svaawbdym-- --h542ugv4s4hyhwcn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlsFvjYACgkQ4i+bv+40 hYj1/Q/+JMSx/1NhUCyH+/0oNKbMFN0ON2CHHx1tjVxQBy/TAEgGN+JEPmHjjhcb V5HWVejm5Z9SRQBfiCrB9TcEFS9dYV4PPOqYudz6Baov0ndPKmnhVv6xy6vVaKYC 1E3cKaclgU2HeUn5D3LMtsYuq9oD0xZoHOw4xJiubcyG4voCsvyIYea2bXjAQhjb ezVIYxft+sjNDr1XZ6L8mJi5zci+GVOxrXs/8FBC4oErXvNe+PXqQKoiiac8n26F t0biHTuOa7+A/gcMFEGUHJmCbtAIX225iitW4xkbpVMGb37bh/wDBA6uIMCp/xLc 3NWd3KQC3RqoLA9n1aA4rw+YTdxuy7k5xTP11oQ4R9YPykTP1gSZjJlWdu/WRVUM vEwfZE5dDPXprBZHwFpyGgz7e01Dc0q7rt3q9JPRfpbVy88UnZvd0WVSHVo3eNmu GrSvTH1B/IvnxYRe2A6gfR45MePM1NoA9iR+mKinM7trzRCppfpDYU37JKmP1/1j yevQheWSB8Lys2otlte1/omCddQO/40kTm8vy7MZG2ZRhHG1RCKl+m9v4+N/C6Ct CBu702tCSnlF41zZWCOxAyxNApffgbpz1qIz6qrSB07ypHEjXpTV5KtiNPJLdocc 0uCpnTRBnJyibJihj9KtgZiLWyVaJtaPe2KM5RzSqdXsomoLbJo= =f/Cn -----END PGP SIGNATURE----- --h542ugv4s4hyhwcn--