From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: 14/14: gnu: gnurl: Add HTTP/2 support. Date: Sat, 24 Feb 2018 21:43:20 +0000 Message-ID: <20180224214320.ovvpd6c2nva62mkt@abyayala> References: <20180220150633.1503.67041@vcs0.savannah.gnu.org> <20180220150637.273A720447@vcs0.savannah.gnu.org> <87k1v2846q.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="deduc3ciuvwsn4cb" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ephba-00070M-HF for guix-devel@gnu.org; Sat, 24 Feb 2018 16:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ephbX-0002Q8-E9 for guix-devel@gnu.org; Sat, 24 Feb 2018 16:43:42 -0500 Content-Disposition: inline In-Reply-To: <87k1v2846q.fsf@fastmail.com> 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: Marius Bakke Cc: guix-devel@gnu.org, gnunet-developers@gnu.org --deduc3ciuvwsn4cb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Marius Bakke transcribed 1.6K bytes: > Tobias Geerinckx-Rice writes: >=20 > > nckx pushed a commit to branch core-updates > > in repository guix. > > > > commit 3d2d5ebffae6979376d64a6441a44eb4369a1e96 > > Author: Tobias Geerinckx-Rice > > Date: Thu Jan 4 22:49:22 2018 +0000 > > > > gnu: gnurl: Add HTTP/2 support. > > =20 > > * gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib. > > --- > > gnu/packages/gnunet.scm | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > > index 29bfc81..3b25bce 100644 > > --- a/gnu/packages/gnunet.scm > > +++ b/gnu/packages/gnunet.scm > > @@ -198,6 +198,7 @@ authentication and support for SSL3 and TLS.") > > "doc")) ; 1.5 MiB of man3 pa= ges > > (inputs `(("gnutls" ,gnutls/dane) > > ("libidn" ,libidn) > > + ("nghttp2" ,nghttp2 "lib") > > ("zlib" ,zlib))) > > (native-inputs > > `(("libtool" ,libtool) >=20 > As far as I can tell, we don't have an nghttp2 package yet :-) Why? I don't even intend to support http/2 with gnURL. gnURL is not cURL. Are there any reasons why this should be build in? I'm open for suggestions and wouldn't make it a Guix exclusive thing. I know that for example the inofficial Gentoo ebuild is still being invoked with wrong configure flags. I'm not even sure if the resulting gnurl in this case would include http2 support, unless I missed disabling this in the configure script. I hate it when more than 1 list is CC'd, but I'd like to get input from some of the other GNUnet developers. Thanks for notifying me. --=20 ng0 :: https://n0.is | https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --deduc3ciuvwsn4cb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlqR3HgACgkQ4i+bv+40 hYj6XRAAskrHcnqsh08NTHAFf7mEQPISMw2yLnM+G/HwE/STl07Vsg0h2zznIiSV ranohymSL+UEnQio8EaxIzqWNnDf+pjPKCIzDt/A7KySg1voKHty4K3kLQZcYciN 5BLaP/OsqzkMl4cJPtbyuclBR5hu3CZnBZEGGLH6AtQ3/GJtRSag9u+MTJtSmsev y5Ey3YkFUMzJr/dasZUsjSU6EGnK2oJvxESpEl3wWX0g0/pX02ClOp/iTmuzqbGv HAv7jlwsfLht1gw3uSO9Cw57S72mBdyYqQma+lR9rCQPxFF1tlACOQ3uhOCihYmS rBax25syduxfej7xWanUw76VHOT+2hIxcZWlLyhEbAsL9ERIfU/k7WFlZkvDw0xk Ceh6RRqKQLypa43DnY7oX1ze5RiKUXNoy/muOX391z8ldryFfBIWhv4CAn1KxXrt /AlXpb97n04uQTcTy02zbnxiU7hso/G0J4qmiRVakPiojGB/1r4Uo8y6r7DX1GXD cDi1KKH6gSl6UcppL/NYmOr2DyG8c3Om2XZHyOfrnLX79y3N8Wb56253uOncByBe HBXGrmIuzpNuzc1sSs9oqpqrrpN/EZDWxQTtWifV7x0bnAJXMzLT4xauzmzhanSn HgsWwEh4VdizIo08YVJPey7W+f+rBHWYQWpky2DYKhVUcBf9qGU= =tFfA -----END PGP SIGNATURE----- --deduc3ciuvwsn4cb--