net/curl: update to 7.81.0
This commit is contained in:
parent
4dc1328927
commit
a04421673a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.166 2021/11/12 22:44:23 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.167 2022/01/06 15:41:57 naddy Exp $
|
||||
|
||||
COMMENT= transfer files with FTP, HTTP, HTTPS, etc.
|
||||
|
||||
DISTNAME= curl-7.80.0
|
||||
SHARED_LIBS= curl 26.12 # 11.0
|
||||
DISTNAME= curl-7.81.0
|
||||
SHARED_LIBS= curl 26.13 # 11.0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= https://curl.se/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (curl-7.80.0.tar.xz) = oTK9kxiLk4dxE1rHwfOsHTzlB8H8vvjEcTl2OSFK4qs=
|
||||
SIZE (curl-7.80.0.tar.xz) = 2474492
|
||||
SHA256 (curl-7.81.0.tar.xz) = oGe2iNFkUYP+vDEwnsHzzc6SE9AhNram3j1Q9pyVp9M=
|
||||
SIZE (curl-7.81.0.tar.xz) = 2486388
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.67 2021/11/12 22:44:23 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.68 2022/01/06 15:41:57 naddy Exp $
|
||||
@bin bin/curl
|
||||
bin/curl-config
|
||||
include/curl/
|
||||
@ -230,6 +230,7 @@ lib/pkgconfig/libcurl.pc
|
||||
@man man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
|
||||
@man man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
|
||||
@man man/man3/CURLOPT_MIMEPOST.3
|
||||
@man man/man3/CURLOPT_MIME_OPTIONS.3
|
||||
@man man/man3/CURLOPT_NETRC.3
|
||||
@man man/man3/CURLOPT_NETRC_FILE.3
|
||||
@man man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
|
||||
@ -396,6 +397,11 @@ lib/pkgconfig/libcurl.pc
|
||||
@man man/man3/CURLOPT_XFERINFODATA.3
|
||||
@man man/man3/CURLOPT_XFERINFOFUNCTION.3
|
||||
@man man/man3/CURLOPT_XOAUTH2_BEARER.3
|
||||
@man man/man3/CURLSHOPT_LOCKFUNC.3
|
||||
@man man/man3/CURLSHOPT_SHARE.3
|
||||
@man man/man3/CURLSHOPT_UNLOCKFUNC.3
|
||||
@man man/man3/CURLSHOPT_UNSHARE.3
|
||||
@man man/man3/CURLSHOPT_USERDATA.3
|
||||
@man man/man3/curl_easy_cleanup.3
|
||||
@man man/man3/curl_easy_duphandle.3
|
||||
@man man/man3/curl_easy_escape.3
|
||||
|
Loading…
Reference in New Issue
Block a user