aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/ya.make
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-22 17:10:22 +0100
committerGitHub <noreply@github.com>2023-12-22 17:10:22 +0100
commit148f920350c60c0ca2d89b637a5aea9093eee450 (patch)
tree6314b1433dac833398c333731e83f0ad77e81a0b /contrib/libs/curl/ya.make
parent7116d46ae7c0259b5f9d489de263f8701e432b1c (diff)
downloadydb-148f920350c60c0ca2d89b637a5aea9093eee450.tar.gz
Library import 2 (#639)
Diffstat (limited to 'contrib/libs/curl/ya.make')
-rw-r--r--contrib/libs/curl/ya.make27
1 files changed, 9 insertions, 18 deletions
diff --git a/contrib/libs/curl/ya.make b/contrib/libs/curl/ya.make
index a4a02b33c3..d9bc485f14 100644
--- a/contrib/libs/curl/ya.make
+++ b/contrib/libs/curl/ya.make
@@ -1,4 +1,4 @@
-# Generated by devtools/yamaker from nixpkgs 22.11.
+# Generated by devtools/yamaker from nixpkgs 22.05.
LIBRARY()
@@ -11,9 +11,9 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(8.2.1)
+VERSION(7.86.0)
-ORIGINAL_SOURCE(https://github.com/curl/curl/releases/download/curl-8_2_1/curl-8.2.1.tar.bz2)
+ORIGINAL_SOURCE(https://github.com/curl/curl/releases/download/curl-7_86_0/curl-7.86.0.tar.bz2)
PEERDIR(
contrib/libs/libc_compat
@@ -65,15 +65,8 @@ SRCS(
lib/asyn-ares.c
lib/asyn-thread.c
lib/base64.c
- lib/bufq.c
lib/bufref.c
lib/c-hyper.c
- lib/cf-h1-proxy.c
- lib/cf-h2-proxy.c
- lib/cf-haproxy.c
- lib/cf-https-connect.c
- lib/cf-socket.c
- lib/cfilters.c
lib/conncache.c
lib/connect.c
lib/content_encoding.c
@@ -85,7 +78,6 @@ SRCS(
lib/curl_get_line.c
lib/curl_gethostname.c
lib/curl_gssapi.c
- lib/curl_log.c
lib/curl_memrchr.c
lib/curl_multibyte.c
lib/curl_ntlm_core.c
@@ -99,7 +91,6 @@ SRCS(
lib/dict.c
lib/doh.c
lib/dynbuf.c
- lib/dynhds.c
lib/easy.c
lib/easygetopt.c
lib/easyoptions.c
@@ -113,6 +104,7 @@ SRCS(
lib/getenv.c
lib/getinfo.c
lib/gopher.c
+ lib/h2h3.c
lib/hash.c
lib/headers.c
lib/hmac.c
@@ -123,7 +115,6 @@ SRCS(
lib/hostsyn.c
lib/hsts.c
lib/http.c
- lib/http1.c
lib/http2.c
lib/http_aws_sigv4.c
lib/http_chunks.c
@@ -131,7 +122,7 @@ SRCS(
lib/http_negotiate.c
lib/http_ntlm.c
lib/http_proxy.c
- lib/idn.c
+ lib/idn_win32.c
lib/if2ip.c
lib/imap.c
lib/inet_ntop.c
@@ -139,7 +130,6 @@ SRCS(
lib/krb5.c
lib/ldap.c
lib/llist.c
- lib/macos.c
lib/md4.c
lib/md5.c
lib/memdebug.c
@@ -201,9 +191,9 @@ SRCS(
lib/vauth/vauth.c
lib/version.c
lib/version_win32.c
- lib/vquic/curl_msh3.c
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_quiche.c
+ lib/vquic/msh3.c
+ lib/vquic/ngtcp2.c
+ lib/vquic/quiche.c
lib/vquic/vquic.c
lib/vssh/libssh.c
lib/vssh/libssh2.c
@@ -219,6 +209,7 @@ SRCS(
lib/vtls/wolfssl.c
lib/vtls/x509asn1.c
lib/warnless.c
+ lib/wildcard.c
lib/ws.c
)