Maintenance update to curl 7.64.1 for numerous bug fixes.

No security vulnerabilities have been announced.
This commit is contained in:
naddy 2019-03-30 03:18:12 +00:00
parent c8ae714959
commit 0756f1ed82
3 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.141 2019/02/11 20:34:39 naddy Exp $
# $OpenBSD: Makefile,v 1.142 2019/03/30 03:18:12 naddy Exp $
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
DISTNAME= curl-7.64.0
SHARED_LIBS= curl 25.20 # 9.0
DISTNAME= curl-7.64.1
SHARED_LIBS= curl 25.21 # 9.0
CATEGORIES= net
HOMEPAGE= https://curl.haxx.se/

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.64.0.tar.xz) = Ly8T+jTUSqKctEQHetfcTcbRiVhK1VLgqusG5givYAE=
SIZE (curl-7.64.0.tar.xz) = 2398904
SHA256 (curl-7.64.1.tar.xz) = klIzKn+HHON7+n94vdCg45JNgYfMJ8tXx2yUdKcWj7M=
SIZE (curl-7.64.1.tar.xz) = 2385360

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.53 2019/02/06 18:14:05 naddy Exp $
@comment $OpenBSD: PLIST,v 1.54 2019/03/30 03:18:12 naddy Exp $
@bin bin/curl
bin/curl-config
include/curl/
@ -99,6 +99,8 @@ lib/pkgconfig/libcurl.pc
@man man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3
@man man/man3/CURLOPT_ACCEPT_ENCODING.3
@man man/man3/CURLOPT_ADDRESS_SCOPE.3
@man man/man3/CURLOPT_ALTSVC.3
@man man/man3/CURLOPT_ALTSVC_CTRL.3
@man man/man3/CURLOPT_APPEND.3
@man man/man3/CURLOPT_AUTOREFERER.3
@man man/man3/CURLOPT_BUFFERSIZE.3