Update to 7.67.0. No known security fixes.

Adds --no-progress-meter option to curl command.
This commit is contained in:
naddy 2019-11-06 13:51:47 +00:00
parent db9ee6a0c2
commit 5e4f4db5eb
3 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.148 2019/09/12 19:51:43 naddy Exp $
# $OpenBSD: Makefile,v 1.149 2019/11/06 13:51:47 naddy Exp $
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
DISTNAME= curl-7.66.0
SHARED_LIBS= curl 26.0 # 10.0
DISTNAME= curl-7.67.0
SHARED_LIBS= curl 26.1 # 10.0
CATEGORIES= net
HOMEPAGE= https://curl.haxx.se/

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.66.0.tar.xz) = 27SAiBkwFtB5uXxcPv3o76Vq2i6/M26Kl9BOuOLtmME=
SIZE (curl-7.66.0.tar.xz) = 2414840
SHA256 (curl-7.67.0.tar.xz) = 9dLnMgN5M4w5UtzHVmoUCrtJ7bV1+fmSckVXhcQOU2w=
SIZE (curl-7.67.0.tar.xz) = 2418548

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.56 2019/09/12 19:51:43 naddy Exp $
@comment $OpenBSD: PLIST,v 1.57 2019/11/06 13:51:47 naddy Exp $
@bin bin/curl
bin/curl-config
include/curl/
@ -84,6 +84,7 @@ lib/pkgconfig/libcurl.pc
@man man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
@man man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
@man man/man3/CURLMOPT_MAXCONNECTS.3
@man man/man3/CURLMOPT_MAX_CONCURRENT_STREAMS.3
@man man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3
@man man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3
@man man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3