diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-11 08:09:31 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-11 08:09:31 +0000 |
| commit | 864351f5d753272ad79164be4e878fdeeebe3c7b (patch) | |
| tree | 69c875721faaeb945801bffa227e10905b12b6b3 /repos/core/curl | |
| parent | 1bb91dcb8d1c0fd0c5016709966af5a0b22bedd8 (diff) | |
| download | alicelinux-864351f5d753272ad79164be4e878fdeeebe3c7b.tar.gz alicelinux-864351f5d753272ad79164be4e878fdeeebe3c7b.zip | |
curl: updated to 8.17.0
Diffstat (limited to 'repos/core/curl')
| -rw-r--r-- | repos/core/curl/.checksum | 2 | ||||
| -rw-r--r-- | repos/core/curl/.files | 4 | ||||
| -rw-r--r-- | repos/core/curl/abuild | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/repos/core/curl/.checksum b/repos/core/curl/.checksum index 55b9bb46..f85a9067 100644 --- a/repos/core/curl/.checksum +++ b/repos/core/curl/.checksum @@ -1 +1 @@ -2a1c9c6bd6165bb677524eac7d54a9cbe393ea0d3526845d999403ed149c2e68 curl-8.16.0.tar.xz +1a639ae8c85f904ef9ec80bc8002d4b74ebd7e611ab597968814a8ecead2dfde curl-8.17.0.tar.xz diff --git a/repos/core/curl/.files b/repos/core/curl/.files index 22de4bc7..eb3ed61b 100644 --- a/repos/core/curl/.files +++ b/repos/core/curl/.files @@ -122,6 +122,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_NETWORK_CHANGED.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_NOTIFYDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_NOTIFYFUNCTION.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING_SERVER_BL.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING_SITE_BL.3.gz @@ -499,6 +501,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/curl_multi_get_offt.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_info_read.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_notify_disable.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_notify_enable.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_perform.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_poll.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_remove_handle.3.gz diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild index 75868b6e..77ad5eda 100644 --- a/repos/core/curl/abuild +++ b/repos/core/curl/abuild @@ -1,5 +1,5 @@ name=curl -version=8.16.0 +version=8.17.0 release=1 source="https://$name.se/download/$name-$version.tar.xz" |