net/curl: update to 7.79.1 for some bug fixes

This commit is contained in:
naddy 2021-10-05 11:14:36 +00:00
parent e20562e632
commit d166d9b12e
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.164 2021/09/17 21:13:22 naddy Exp $
# $OpenBSD: Makefile,v 1.165 2021/10/05 11:14:36 naddy Exp $
COMMENT= transfer files with FTP, HTTP, HTTPS, etc.
DISTNAME= curl-7.79.0
DISTNAME= curl-7.79.1
SHARED_LIBS= curl 26.11 # 11.0
CATEGORIES= net
HOMEPAGE= https://curl.se/

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.79.0.tar.xz) = KhQgB2+f/DXJgseOhbemni711TImeJX9surBatm2gMk=
SIZE (curl-7.79.0.tar.xz) = 2463072
SHA256 (curl-7.79.1.tar.xz) = Bgb3SxGCq3MqF8EWE8u69whPLmzKQyZC0OOtfCJMNok=
SIZE (curl-7.79.1.tar.xz) = 2465212

View File

@ -1,7 +1,7 @@
curl is a command line tool for transferring data with URL syntax,
supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS,
MQTT, POP3, POP3S, RTSP, SMB, SMBS, SMTP, SMTPS, Telnet and TFTP.
curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP,
IMAPS, MQTT, POP3, POP3S, RTSP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, ...), file transfer resume, proxy
tunneling and a busload of other useful tricks.