aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-10 11:21:30 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-10 11:21:30 +0000
commit46b0ef366d70ac68a684bf8f0d21b055ab85f594 (patch)
tree92c4ddd66052304406d2174ba6592e34e05e6907 /repos
parente5835e2a9481f6bf88145d983b6abbac36068be7 (diff)
downloadalicelinux-46b0ef366d70ac68a684bf8f0d21b055ab85f594.tar.gz
alicelinux-46b0ef366d70ac68a684bf8f0d21b055ab85f594.zip
curl: updated to 8.14.1
Diffstat (limited to 'repos')
-rw-r--r--repos/core/curl/.checksum2
-rw-r--r--repos/core/curl/.files3
-rw-r--r--repos/core/curl/abuild15
3 files changed, 6 insertions, 14 deletions
diff --git a/repos/core/curl/.checksum b/repos/core/curl/.checksum
index dcb0d979..4461b0d3 100644
--- a/repos/core/curl/.checksum
+++ b/repos/core/curl/.checksum
@@ -1 +1 @@
-827d0b311dee85fcb2224bc3c7bce5f856e6968adb903852076389021bb5b3f8 curl-8.13.0.tar.xz
+232d8dc3aedf5cd2216fe27f07832f01231c1e345ffbad301d6b8db497cbc22a curl-8.14.1.tar.xz
diff --git a/repos/core/curl/.files b/repos/core/curl/.files
index ee6e2c89..e52bc65f 100644
--- a/repos/core/curl/.files
+++ b/repos/core/curl/.files
@@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/curl
-rwxr-xr-x root/root usr/bin/curl-config
+-rwxr-xr-x root/root usr/bin/wcurl
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/curl/
-rw-r--r-- root/root usr/include/curl/curl.h
@@ -29,6 +30,7 @@ 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
+-rw-r--r-- root/root usr/share/man/man1/wcurl.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_ACTIVESOCKET.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_APPCONNECT_TIME.3.gz
@@ -382,6 +384,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_FALSESTART.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_OPTIONS.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_SESSIONID_CACHE.3.gz
+-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYHOST.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYPEER.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYSTATUS.3.gz
diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild
index 6853392e..e7181552 100644
--- a/repos/core/curl/abuild
+++ b/repos/core/curl/abuild
@@ -1,18 +1,7 @@
name=curl
-version=8.13.0
+version=8.14.1
release=1
source="https://$name.se/download/$name-$version.tar.xz"
-build_opt="
- --with-openssl
- --enable-threaded-resolver
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
- --without-brotli
- --without-libidn2
- --without-libpsl
- --without-librtmp
- --without-nghttp2
- --without-zstd
- --disable-manual"
build() {
mkdir bin
@@ -21,7 +10,7 @@ build() {
" > bin/perl
chmod +x bin/perl
export PATH=$PWD/bin:$PATH
-
+
./configure \
--prefix=/usr \
--with-openssl \