alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit d3fba58b9ef952840eef760b07bf728d167ff789
parent 5b06140deda36925abe23115dc9affab61527279
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Thu, 11 Sep 2025 09:34:04 +0000

curl: updated to 8.16.0

Diffstat:
Mrepos/core/curl/.checksum | 2+-
Mrepos/core/curl/.files | 8++++++++
Mrepos/core/curl/abuild | 2+-
3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/repos/core/curl/.checksum b/repos/core/curl/.checksum @@ -1 +1 @@ -442b80a3063dfe68cd05155afab3754a931ca2f9abf87627e288381bd072f7d7 curl-8.15.0.tar.xz +2a1c9c6bd6165bb677524eac7d54a9cbe393ea0d3526845d999403ed149c2e68 curl-8.16.0.tar.xz diff --git a/repos/core/curl/.files b/repos/core/curl/.files @@ -109,6 +109,11 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLINFO_TOTAL_TIME_T.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLINFO_USED_PROXY.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLINFO_XFER_ID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMINFO_XFERS_ADDED.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMINFO_XFERS_CURRENT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMINFO_XFERS_DONE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMINFO_XFERS_PENDING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMINFO_XFERS_RUNNING.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAXCONNECTS.3.gz @@ -116,6 +121,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3.gz -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_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 @@ -490,6 +496,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/curl_multi_cleanup.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_fdset.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_get_handles.3.gz +-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_perform.3.gz @@ -526,6 +533,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/curl_ws_meta.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_ws_recv.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_ws_send.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_start_frame.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-easy.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-env-dbg.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-env.3.gz diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild @@ -1,5 +1,5 @@ name=curl -version=8.15.0 +version=8.16.0 release=1 source="https://$name.se/download/$name-$version.tar.xz"