diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:28:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:28:03 +0800 |
| commit | 23e218e4e4cd939933de7b17180d95fe945cb18e (patch) | |
| tree | 7a300c68805e9122b62dc5de4d2092cc1521c0e6 | |
| parent | 882049c9847b6e49e1d68ae4109bd4cb36d1b566 (diff) | |
| download | alicelinux-23e218e4e4cd939933de7b17180d95fe945cb18e.tar.gz alicelinux-23e218e4e4cd939933de7b17180d95fe945cb18e.zip | |
curl: updated to 8.9.0
| -rw-r--r-- | repos/core/curl/.files | 2 | ||||
| -rw-r--r-- | repos/core/curl/abuild | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/repos/core/curl/.files b/repos/core/curl/.files index 07af6d55..8eac51d6 100644 --- a/repos/core/curl/.files +++ b/repos/core/curl/.files @@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/libcurl.m4 drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/curl-config.1.gz -rw-r--r-- root/root usr/share/man/man1/curl.1.gz drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLINFO_ACTIVESOCKET.3.gz @@ -387,6 +388,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_SUPPRESS_CONNECT_HEADERS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_FASTOPEN.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPALIVE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPCNT.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPIDLE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPINTVL.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_NODELAY.3.gz diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild index 07740087..3395f194 100644 --- a/repos/core/curl/abuild +++ b/repos/core/curl/abuild @@ -1,5 +1,5 @@ name=curl -version=8.8.0 +version=8.9.0 release=1 source="https://$name.se/download/$name-$version.tar.xz" build_opt=" |