diff options
Diffstat (limited to 'curl')
| -rw-r--r-- | curl/.checksum | 2 | ||||
| -rw-r--r-- | curl/.files | 3 | ||||
| -rw-r--r-- | curl/abuild | 15 |
3 files changed, 6 insertions, 14 deletions
diff --git a/curl/.checksum b/curl/.checksum index dcb0d979..4461b0d3 100644 --- a/curl/.checksum +++ b/curl/.checksum @@ -1 +1 @@ -827d0b311dee85fcb2224bc3c7bce5f856e6968adb903852076389021bb5b3f8 curl-8.13.0.tar.xz +232d8dc3aedf5cd2216fe27f07832f01231c1e345ffbad301d6b8db497cbc22a curl-8.14.1.tar.xz diff --git a/curl/.files b/curl/.files index ee6e2c89..e52bc65f 100644 --- a/curl/.files +++ b/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/curl/abuild b/curl/abuild index 6853392e..e7181552 100644 --- a/curl/abuild +++ b/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 \ |