[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2019-04-12 Thread Fredrik Jonson
It appears that this issue has been quietly resolved now: user@localhost:~$ dpkg -l libcurl4 curl|grep ii ii curl 7.61.0-1ubuntu2.3 amd64command line tool for transferring data with URL syntax ii libcurl4:amd64 7.61.0-1ubuntu2.3 amd64easy-to-use client-side URL

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-11-19 Thread cc
+1 for adding HTTP2 support. While we are asking for features, pls enable TCP Fast Open too in the compilation flags. It's kind of sad that the curl that ships with macOS has more features enabled than in Ubuntu -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-11-13 Thread DocWilco
So I can kinda understand not wanting dependencies on packages not in the main repo. However, then why not create an additional package that does have support for it? There's already two packages to allow people to switch between GNUTLS and OpenSSL. -- You received this bug notification because

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-10-18 Thread Bootch
Same is on Ubuntu 14.04.5 LTS. ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl package

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-07-21 Thread Mike Lund
> to resolve this issue it would seem that Canonical first must be convinced to take on official support for the nghttp2 package Yes, how can we do this? I find it crazy that Canonical doesn't want to officially support HTTP/2 in curl. Debian's curl is built with it for example. People shouldn't

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-04-29 Thread Fredrik Jonson
AFAICT http2 support is currently intentionally dropped from curl because the dependency nghttp2-dev is not in the 'main' archive, but in the community supported 'universe' archive. Quoting the curl package changelog: curl (7.52.1-4ubuntu1) zesty; urgency=low * Merge from Debian unstable.

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-03-29 Thread kay
I had to backport from Debian Sid: mkdir curl wget http://http.debian.net/debian/pool/main/c/curl/curl_7.52.1-3.dsc http://http.debian.net/debian/pool/main/c/curl/curl_7.52.1.orig.tar.gz http://http.debian.net/debian/pool/main/c/curl/curl_7.52.1-3.debian.tar.xz sudo apt-get install autoconf

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-03-28 Thread kay
Also looking for http2 curl support in Xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl package in

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-03-25 Thread Andriy Tymchenko
from -V key it looks like current curl in Yakkety is built with GnuTLS silpol@lorry:~$ curl -V curl 7.50.1 (x86_64-pc-linux-gnu) libcurl/7.50.1 GnuTLS/3.5.3 zlib/1.2.8 libidn/1.33 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2017-03-25 Thread Andriy Tymchenko
time passes, new releases come, nothing changes silpol@lorry:~$ curl --http2 www.google.com curl: (1) Unsupported protocol silpol@lorry:~$ lsb_release -rd Description:Ubuntu 16.10 Release:16.10 silpol@lorry:~$ apt-cache policy libcurl3 libcurl3: Installed: 7.50.1-1ubuntu1.1

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-12-12 Thread 冯宇
When will this issue to be fixed? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl package in Ubuntu:

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-14 Thread Alberto Salvia Novella
** Changed in: curl (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-11 Thread Brian Murray
** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl package in Ubuntu: Confirmed Bug

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "curl http2 fix" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread Alvaro Figueroa
This patch adds libnghttp2-dev to build-dep of the debian/contro file to fix broken support for curl. Tested on 16.04 beta. ** Patch added: "curl http2 fix" https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1567697/+attachment/4629900/+files/curl-http2-fix.patch -- You received this bug

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread Alvaro Figueroa
To clarity, the ones that have conflict are libcurl4-gnutls and libcurl4-nss with libcurl4-openssl. Do upgrade libcurl3-nss libcurl3-gnutls to get it working. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu.

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread DocWilco
Thanks for that, that's a decent workaround for now :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1567697 Title: libcurl is missing http2 support Status in curl package

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread Alvaro Figueroa
In 16.04 beta you only need to have the package libnghttp2-dev as a build-dep, download the ubuntu package source, recompile and installed the newly created package. $ sudo apt-get build-dep curl $ sudo apt-get install libnghttp2-dev $ sudo apt-get source curl $ sudo debian/rules binary $ sudo

[Touch-packages] [Bug 1567697] Re: libcurl is missing http2 support

2016-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: curl (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu.