mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
net/curl: update to 8.8.0
Changes: * file: add support for directory listings * lib: add curl_multi_waitfds * NTLM_WB: drop support * urlapi: add CURLU_GET_EMPTY for empty queries and fragments
This commit is contained in:
+4
-3
@@ -1,7 +1,7 @@
|
||||
COMMENT= transfer files with FTP, HTTP, HTTPS, etc.
|
||||
|
||||
DISTNAME= curl-8.7.1
|
||||
SHARED_LIBS= curl 26.25 # 12.0
|
||||
DISTNAME= curl-8.8.0
|
||||
SHARED_LIBS= curl 26.26 # 12.0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= https://curl.se/
|
||||
|
||||
@@ -20,7 +20,8 @@ WANTLIB+= ssl z
|
||||
AUTOCONF_VERSION=2.71
|
||||
CONFIGURE_STYLE=autoconf
|
||||
# Beware of circular dependency curl -> brotli -> cmake -> curl
|
||||
CONFIGURE_ARGS= --with-openssl \
|
||||
CONFIGURE_ARGS= --disable-ldap \
|
||||
--with-openssl \
|
||||
--with-ca-bundle=/etc/ssl/cert.pem \
|
||||
--without-brotli \
|
||||
--without-hyper \
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (curl-8.7.1.tar.xz) = b+oqrGpGEPvQQAr7C83b5yWKZMY/H2jlhV68DGWXEM0=
|
||||
SIZE (curl-8.7.1.tar.xz) = 2707016
|
||||
SHA256 (curl-8.8.0.tar.xz) = D1i7lfwzDIpG7rPfVwGw2Qydm/zEK9HNCHkdElUdRAA=
|
||||
SIZE (curl-8.8.0.tar.xz) = 2748860
|
||||
|
||||
+2
-1
@@ -18,7 +18,6 @@ include/curl/websockets.h
|
||||
lib/libcurl.la
|
||||
@lib lib/libcurl.so.${LIBcurl_VERSION}
|
||||
lib/pkgconfig/libcurl.pc
|
||||
@man man/man1/curl-config.1
|
||||
@man man/man1/curl.1
|
||||
@man man/man1/mk-ca-bundle.1
|
||||
@man man/man3/CURLINFO_ACTIVESOCKET.3
|
||||
@@ -163,6 +162,7 @@ lib/pkgconfig/libcurl.pc
|
||||
@man man/man3/CURLOPT_DOH_SSL_VERIFYPEER.3
|
||||
@man man/man3/CURLOPT_DOH_SSL_VERIFYSTATUS.3
|
||||
@man man/man3/CURLOPT_DOH_URL.3
|
||||
@man man/man3/CURLOPT_ECH.3
|
||||
@man man/man3/CURLOPT_EGDSOCKET.3
|
||||
@man man/man3/CURLOPT_ERRORBUFFER.3
|
||||
@man man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3
|
||||
@@ -481,6 +481,7 @@ lib/pkgconfig/libcurl.pc
|
||||
@man man/man3/curl_multi_strerror.3
|
||||
@man man/man3/curl_multi_timeout.3
|
||||
@man man/man3/curl_multi_wait.3
|
||||
@man man/man3/curl_multi_waitfds.3
|
||||
@man man/man3/curl_multi_wakeup.3
|
||||
@man man/man3/curl_pushheader_byname.3
|
||||
@man man/man3/curl_pushheader_bynum.3
|
||||
|
||||
Reference in New Issue
Block a user