From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJPWd-0004fi-4S for guix-patches@gnu.org; Mon, 27 Nov 2017 14:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJPWY-0005Em-T4 for guix-patches@gnu.org; Mon, 27 Nov 2017 14:57:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJPWY-0005Eh-Or for guix-patches@gnu.org; Mon, 27 Nov 2017 14:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJPWY-0005Wv-F1 for guix-patches@gnu.org; Mon, 27 Nov 2017 14:57:02 -0500 Subject: [bug#29477] gnurl: Update to 7.56.1-2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJPVQ-0003uU-Rs for guix-patches@gnu.org; Mon, 27 Nov 2017 14:55:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJPVM-0004jP-Nh for guix-patches@gnu.org; Mon, 27 Nov 2017 14:55:52 -0500 Received: from aibo.runbox.com ([91.220.196.211]:48076) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJPVM-0004iX-FE for guix-patches@gnu.org; Mon, 27 Nov 2017 14:55:48 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eJPVJ-0002R1-2O for guix-patches@gnu.org; Mon, 27 Nov 2017 20:55:45 +0100 Received: from dslb-094-220-183-193.094.220.pools.vodafone-ip.de ([94.220.183.193] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eJPV9-0002LO-V1 for guix-patches@gnu.org; Mon, 27 Nov 2017 20:55:36 +0100 Date: Mon, 27 Nov 2017 19:55:34 +0000 From: ng0 Message-ID: <20171127195534.w7o3mb4xgkg6hcxy@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="24zzwonbtwkuyeoz" 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: 29477@debbugs.gnu.org --24zzwonbtwkuyeoz Content-Type: multipart/mixed; boundary="5yfromskgijztwn7" Content-Disposition: inline --5yfromskgijztwn7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I hope I don't have to list the many configure switches I'Ve made obsoloete with this release. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --5yfromskgijztwn7 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.56.1-2.patch" Content-Transfer-Encoding: quoted-printable =46rom 57ddf39335346c4277fbfe6e6c86da38c475a103 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 27 Nov 2017 15:53:02 +0000 Subject: [PATCH] gnu: gnurl: Update to 7.56.1-2. * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2. --- gnu/packages/gnunet.scm | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index b17a39ccf..7e1e1d902 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2015 Efraim Flashner ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Mark H Weaver -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -186,14 +186,14 @@ and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.56.1") + (version "7.56.1-2") (source (origin (method url-fetch) (uri (string-append "https://gnunet.org/sites/default/files/" name "-" version ".tar.bz2")) (sha256 (base32 - "0phbs3lw0a561fqsj4fyngmpaznjlnx4qx9n9xzglivy69r9j1n8")))) + "092lpwjdg0z5bbf6i331ydm49qy05xrb3vagggmpi8pl7v3zv88j")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages @@ -207,17 +207,7 @@ and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags '("--enable-ipv6" "--with-gnutls" "--without-libss= h2" - "--without-libmetalink" "--without-winidn" - "--without-librtmp" "--without-nghttp2" - "--without-nss" "--without-cyassl" - "--without-polarssl" "--without-ssl" - "--without-winssl" "--without-darwinssl" - "--disable-sspi" "--disable-ntlm-wb" - "--disable-ldap" "--disable-rtsp" "--disable-dic= t" - "--disable-telnet" "--disable-tftp" "--disable-p= op3" - "--disable-imap" "--disable-smtp" "--disable-gop= her" - "--disable-file" "--disable-ftp" "--disable-smb") + `(#:configure-flags (list "--disable-ntlm-wb") #:test-target "test" #:parallel-tests? #f #:phases --=20 2.15.0 --5yfromskgijztwn7-- --24zzwonbtwkuyeoz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlocbbYACgkQ4i+bv+40 hYgOaBAApHqYo6+BOhY2eJoChW+Q7nSZK5v2QgxW0YkfvwuvECCkDDd5Qzx9Kokr +wsJdHIjtk80O+9n5R8Z7mZgHknvCzaetJHVKC4+WTZ295+gWPTxHgKPjqSwGHWK sAq+1E/0m0C+IJZgda5cfn0lHeVIfr9eOvVNrf9lVKpalfWvr5HicnVq6DI41kN8 ZjFBLsllZHPzNsvVrIwr/O0JcLOT3iYFJ9z7qtz39Sx5cUFzny/ozapuVrt/hUJ8 LqHSdxjCuhQpDvsxK0zHZu+Q7HqWfJ0U0ns707fSTZ1QwdBMK7N6XxC7MVJPpSV3 lwCGenAgpg697xFlvn+vu8aQrNfFno4tHoPHJEP5pCGtPNI/hQypPyt7baDTjVqm 6rQ/Q3YMK29ZZ/EGO6Ied/kSgA9xdNmrpDuP2fhW8/71y19zUBr55rdCN5+krdOQ KeOhhOpWEtOyeL62Du4iAponfHdX7QyHyobmUjwd/hRwwLOnBjQO4csa7WI9Nplq tRf2YML9IMZHz0k/zUrO6qOoWP+87Hr0uIAf3RM0bPpwh5tcQxyKgfeZc+9dBUnj OgbDqbE/T3i1GqWeHmHotmQshigFE6S3GTeAegLGqBWJYd9ZlEKtZ6hg2ES1yf4r y7U533SXJXgfcuBaWLfbiJ3Go8yRtojPaREoSZA+R4fpkRd8HgE= =1w/H -----END PGP SIGNATURE----- --24zzwonbtwkuyeoz--