diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -81,5 +81,6 @@ libcurl.so.4:curl_url_dup libcurl.so.4:curl_url_get libcurl.so.4:curl_url_set +libcurl.so.4:curl_url_strerror libcurl.so.4:curl_version libcurl.so.4:curl_version_info diff --git a/abi_symbols32 b/abi_symbols32 --- a/abi_symbols32 +++ b/abi_symbols32 @@ -81,5 +81,6 @@ libcurl.so.4:curl_url_dup libcurl.so.4:curl_url_get libcurl.so.4:curl_url_set +libcurl.so.4:curl_url_strerror libcurl.so.4:curl_version libcurl.so.4:curl_version_info diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -133,7 +133,7 @@ libcrypto.so.1.1:CRYPTO_get_ex_new_index libcrypto.so.1.1:CRYPTO_malloc libcrypto.so.1.1:DES_ecb_encrypt -libcrypto.so.1.1:DES_set_key +libcrypto.so.1.1:DES_set_key_unchecked libcrypto.so.1.1:DES_set_odd_parity libcrypto.so.1.1:DH_get0_key libcrypto.so.1.1:DH_get0_pqg @@ -157,6 +157,7 @@ libcrypto.so.1.1:ERR_peek_last_error libcrypto.so.1.1:EVP_DigestFinal_ex libcrypto.so.1.1:EVP_DigestInit +libcrypto.so.1.1:EVP_DigestInit_ex libcrypto.so.1.1:EVP_DigestUpdate libcrypto.so.1.1:EVP_MD_CTX_free libcrypto.so.1.1:EVP_MD_CTX_new @@ -201,17 +202,11 @@ libcrypto.so.1.1:PKCS12_PBE_add libcrypto.so.1.1:PKCS12_free libcrypto.so.1.1:PKCS12_parse -libcrypto.so.1.1:RAND_add libcrypto.so.1.1:RAND_bytes -libcrypto.so.1.1:RAND_file_name -libcrypto.so.1.1:RAND_load_file libcrypto.so.1.1:RAND_status libcrypto.so.1.1:RSA_flags libcrypto.so.1.1:RSA_free libcrypto.so.1.1:RSA_get0_key -libcrypto.so.1.1:SHA256_Final -libcrypto.so.1.1:SHA256_Init -libcrypto.so.1.1:SHA256_Update libcrypto.so.1.1:UI_OpenSSL libcrypto.so.1.1:UI_create_method libcrypto.so.1.1:UI_destroy_method @@ -291,6 +286,8 @@ libnghttp2.so.14:nghttp2_session_client_new libnghttp2.so.14:nghttp2_session_del libnghttp2.so.14:nghttp2_session_get_remote_settings +libnghttp2.so.14:nghttp2_session_get_remote_window_size +libnghttp2.so.14:nghttp2_session_get_stream_remote_window_size libnghttp2.so.14:nghttp2_session_get_stream_user_data libnghttp2.so.14:nghttp2_session_mem_recv libnghttp2.so.14:nghttp2_session_resume_data @@ -387,6 +384,7 @@ libssh2.so.1:libssh2_userauth_list libssh2.so.1:libssh2_userauth_password_ex libssh2.so.1:libssh2_userauth_publickey_fromfile_ex +libssh2.so.1:libssh2_version libssl.so.1.1:BIO_f_ssl libssl.so.1.1:OPENSSL_init_ssl libssl.so.1.1:SSL_CIPHER_get_name diff --git a/abi_used_symbols32 b/abi_used_symbols32 --- a/abi_used_symbols32 +++ b/abi_used_symbols32 @@ -110,7 +110,7 @@ libcrypto.so.1.1:CRYPTO_get_ex_new_index libcrypto.so.1.1:CRYPTO_malloc libcrypto.so.1.1:DES_ecb_encrypt -libcrypto.so.1.1:DES_set_key +libcrypto.so.1.1:DES_set_key_unchecked libcrypto.so.1.1:DES_set_odd_parity libcrypto.so.1.1:DH_get0_key libcrypto.so.1.1:DH_get0_pqg @@ -134,6 +134,7 @@ libcrypto.so.1.1:ERR_peek_last_error libcrypto.so.1.1:EVP_DigestFinal_ex libcrypto.so.1.1:EVP_DigestInit +libcrypto.so.1.1:EVP_DigestInit_ex libcrypto.so.1.1:EVP_DigestUpdate libcrypto.so.1.1:EVP_MD_CTX_free libcrypto.so.1.1:EVP_MD_CTX_new @@ -178,17 +179,11 @@ libcrypto.so.1.1:PKCS12_PBE_add libcrypto.so.1.1:PKCS12_free libcrypto.so.1.1:PKCS12_parse -libcrypto.so.1.1:RAND_add libcrypto.so.1.1:RAND_bytes -libcrypto.so.1.1:RAND_file_name -libcrypto.so.1.1:RAND_load_file libcrypto.so.1.1:RAND_status libcrypto.so.1.1:RSA_flags libcrypto.so.1.1:RSA_free libcrypto.so.1.1:RSA_get0_key -libcrypto.so.1.1:SHA256_Final -libcrypto.so.1.1:SHA256_Init -libcrypto.so.1.1:SHA256_Update libcrypto.so.1.1:UI_OpenSSL libcrypto.so.1.1:UI_create_method libcrypto.so.1.1:UI_destroy_method @@ -331,6 +326,7 @@ libssh2.so.1:libssh2_userauth_list libssh2.so.1:libssh2_userauth_password_ex libssh2.so.1:libssh2_userauth_publickey_fromfile_ex +libssh2.so.1:libssh2_version libssl.so.1.1:BIO_f_ssl libssl.so.1.1:OPENSSL_init_ssl libssl.so.1.1:SSL_CIPHER_get_name diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,18 +1,15 @@ name : curl -version : 7.79.1 -release : 69 +version : 7.82.0 +release : 70 source : - - https://github.com/curl/curl/releases/download/curl-7_79_1/curl-7.79.1.tar.xz : 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 -homepage : https://curl.haxx.se/ + - https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.xz : 0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c +homepage : https://curl.haxx.se license : MIT component : system.base emul32 : yes summary : Get a file from an HTTP, HTTPS or FTP server description: | curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more. -patterns : - - /usr/share/man - - devel : /usr/share/aclocal/libcurl.m4 builddeps : - pkgconfig32(com_err) - pkgconfig32(krb5) @@ -45,4 +42,7 @@ %make_install %make_install -C scripts check : | - %make -k check || : + %make -k check +patterns : + - /usr/share/man + - devel : /usr/share/aclocal/libcurl.m4 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,10 +1,10 @@ curl - https://curl.haxx.se/ + https://curl.haxx.se - Solène Rapenne - solene@perso.pw + Fabio Forni + livingsilver94.solus@redaril.me MIT system.base @@ -234,10 +234,12 @@ /usr/share/man/man3/CURLOPT_MAXCONNECTS.3 /usr/share/man/man3/CURLOPT_MAXFILESIZE.3 /usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3 + /usr/share/man/man3/CURLOPT_MAXLIFETIME_CONN.3 /usr/share/man/man3/CURLOPT_MAXREDIRS.3 /usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3 /usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3 /usr/share/man/man3/CURLOPT_MIMEPOST.3 + /usr/share/man/man3/CURLOPT_MIME_OPTIONS.3 /usr/share/man/man3/CURLOPT_NETRC.3 /usr/share/man/man3/CURLOPT_NETRC_FILE.3 /usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3 @@ -260,6 +262,8 @@ /usr/share/man/man3/CURLOPT_POSTQUOTE.3 /usr/share/man/man3/CURLOPT_POSTREDIR.3 /usr/share/man/man3/CURLOPT_PREQUOTE.3 + /usr/share/man/man3/CURLOPT_PREREQDATA.3 + /usr/share/man/man3/CURLOPT_PREREQFUNCTION.3 /usr/share/man/man3/CURLOPT_PRE_PROXY.3 /usr/share/man/man3/CURLOPT_PRIVATE.3 /usr/share/man/man3/CURLOPT_PROGRESSDATA.3 @@ -332,6 +336,7 @@ /usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3 /usr/share/man/man3/CURLOPT_SSH_COMPRESSION.3 /usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 + /usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 /usr/share/man/man3/CURLOPT_SSH_KEYDATA.3 /usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3 /usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3 @@ -401,6 +406,11 @@ /usr/share/man/man3/CURLOPT_XFERINFODATA.3 /usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3 /usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3 + /usr/share/man/man3/CURLSHOPT_LOCKFUNC.3 + /usr/share/man/man3/CURLSHOPT_SHARE.3 + /usr/share/man/man3/CURLSHOPT_UNLOCKFUNC.3 + /usr/share/man/man3/CURLSHOPT_UNSHARE.3 + /usr/share/man/man3/CURLSHOPT_USERDATA.3 /usr/share/man/man3/curl_easy_cleanup.3 /usr/share/man/man3/curl_easy_duphandle.3 /usr/share/man/man3/curl_easy_escape.3 @@ -473,6 +483,7 @@ /usr/share/man/man3/curl_url_dup.3 /usr/share/man/man3/curl_url_get.3 /usr/share/man/man3/curl_url_set.3 + /usr/share/man/man3/curl_url_strerror.3 /usr/share/man/man3/curl_version.3 /usr/share/man/man3/curl_version_info.3 /usr/share/man/man3/libcurl-easy.3 @@ -496,7 +507,7 @@ emul32 - curl + curl /usr/lib32/libcurl.so.4 @@ -510,8 +521,8 @@ programming.devel - curl-32bit - curl-devel + curl-32bit + curl-devel /usr/lib32/libcurl.so @@ -525,7 +536,7 @@ programming.devel - curl + curl /usr/include/curl/curl.h @@ -544,12 +555,12 @@ - - 2021-11-08 - 7.79.1 + + 2022-03-13 + 7.82.0 Packaging update - Solène Rapenne - solene@perso.pw + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file