Maintenance update to 7.68.0. The security fix does not affect us.

This commit is contained in:
naddy 2020-01-15 20:12:35 +00:00
parent 12207fe944
commit dca02861d3
3 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.149 2019/11/06 13:51:47 naddy Exp $
# $OpenBSD: Makefile,v 1.150 2020/01/15 20:12:35 naddy Exp $
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
DISTNAME= curl-7.67.0
SHARED_LIBS= curl 26.1 # 10.0
DISTNAME= curl-7.68.0
SHARED_LIBS= curl 26.2 # 10.0
CATEGORIES= net
HOMEPAGE= https://curl.haxx.se/

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.67.0.tar.xz) = 9dLnMgN5M4w5UtzHVmoUCrtJ7bV1+fmSckVXhcQOU2w=
SIZE (curl-7.67.0.tar.xz) = 2418548
SHA256 (curl-7.68.0.tar.xz) = tyQkByInaif253C5UhIaOv0JcSnYyf4Y5ictw0GSA1o=
SIZE (curl-7.68.0.tar.xz) = 2442788

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.57 2019/11/06 13:51:47 naddy Exp $
@comment $OpenBSD: PLIST,v 1.58 2020/01/15 20:12:35 naddy Exp $
@bin bin/curl
bin/curl-config
include/curl/
@ -11,7 +11,7 @@ include/curl/stdcheaders.h
include/curl/system.h
include/curl/typecheck-gcc.h
include/curl/urlapi.h
lib/libcurl.a
@static-lib lib/libcurl.a
lib/libcurl.la
@lib lib/libcurl.so.${LIBcurl_VERSION}
lib/pkgconfig/libcurl.pc
@ -421,6 +421,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_wakeup.3
@man man/man3/curl_share_cleanup.3
@man man/man3/curl_share_init.3
@man man/man3/curl_share_setopt.3