diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 14:59:57 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 14:59:57 -1000 |
commit | 43bc222182e578e79b7563a1f6f7a97e82515229 (patch) | |
tree | 7f506b357686d6e66c8350e4e9e08184144d92f3 /data/curl/_metadata | |
parent | 73566fc459a618cfe466125df632de0f12e5cbea (diff) |
Update curl to 7.61.0 and enable http2 support. Add libnghttp2 and libevent for http2 support.
Diffstat (limited to 'data/curl/_metadata')
l--------- | data/curl/_metadata/libnghttp2.dep | 1 | ||||
l--------- | data/curl/_metadata/libssh2.dep | 1 | ||||
-rw-r--r-- | data/curl/_metadata/version | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/data/curl/_metadata/libnghttp2.dep b/data/curl/_metadata/libnghttp2.dep new file mode 120000 index 000000000..a300ffaee --- /dev/null +++ b/data/curl/_metadata/libnghttp2.dep @@ -0,0 +1 @@ +../../libnghttp2
\ No newline at end of file diff --git a/data/curl/_metadata/libssh2.dep b/data/curl/_metadata/libssh2.dep new file mode 120000 index 000000000..e5424dba9 --- /dev/null +++ b/data/curl/_metadata/libssh2.dep @@ -0,0 +1 @@ +../../libssh2
\ No newline at end of file diff --git a/data/curl/_metadata/version b/data/curl/_metadata/version index fc7552203..4a41042a4 100644 --- a/data/curl/_metadata/version +++ b/data/curl/_metadata/version @@ -1 +1 @@ -7.33.0 +7.61.0 |