diff options
author | adam <adam@pkgsrc.org> | 2020-03-11 08:30:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-11 08:30:36 +0000 |
commit | 285070a174a475d018b4e283d82f533a883277dc (patch) | |
tree | f2cb18fa3fe93104b08849e1420ea65a562713c9 /www | |
parent | c4175a3932dc37d51dc9470de3f76f2c18482f75 (diff) | |
download | pkgsrc-285070a174a475d018b4e283d82f533a883277dc.tar.gz |
curl: updated to 7.69.1
curl and libcurl 7.69.1
This release includes the following bugfixes:
* ares: store dns parameters for duphandle
* cirrus-ci: disable the FreeBSD 13 builds
* curl_share_setopt.3: Note sharing cookies doesn't enable the engine
* lib1564: reduce number of mid-wait wakeup calls
* libssh: Fix matching user-specified MD5 hex key
* MANUAL: update a dict-using command line
* mime: do not perform more than one read in a row
* mime: fix the binary encoder to handle large data properly
* mime: latch last read callback status
* multi: skip EINTR check on wakeup socket if it was closed
* pause: bail out on bad input
* pause: force a connection recheck after unpausing (take 2)
* pause: return early for calls that don't change pause state
* runtests.1: rephrase how to specify what tests to run
* runtests: fix missing use of exe_ext helper function
* seek: fix fall back for missing ftruncate on Windows
* sftp: fix segfault regression introduced in 7.69.0
* sha256: Added SecureTransport implementation
* sha256: Added WinCrypt implementation
* socks4: fix host resolve regression
* socks5: host name resolv regression fix
* tests/server: fix missing use of exe_ext helper function
* tests: fix static ip:port instead of dynamic values being used
* tests: make sleeping portable by avoiding select
* unit1612: fix the inclusion and compilation of the HMAC unit test
* urldata: remove the 'stream_was_rewound' connectdata struct member
* version: make curl_version* thread-safe without using global context
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 5 | ||||
-rw-r--r-- | www/curl/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index e43f348e14b..3f6510e460c 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.224 2020/03/08 16:48:18 wiz Exp $ +# $NetBSD: Makefile,v 1.225 2020/03/11 08:30:36 adam Exp $ -DISTNAME= curl-7.69.0 -PKGREVISION= 1 +DISTNAME= curl-7.69.1 CATEGORIES= www MASTER_SITES= https://curl.haxx.se/download/ EXTRACT_SUFX= .tar.xz diff --git a/www/curl/distinfo b/www/curl/distinfo index 0bf6c0aa2d8..8b1677f614d 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.160 2020/03/04 18:19:26 adam Exp $ +$NetBSD: distinfo,v 1.161 2020/03/11 08:30:36 adam Exp $ -SHA1 (curl-7.69.0.tar.xz) = 5ddc4d2883c0956c4cb74fd71cfe6609bf9ba199 -RMD160 (curl-7.69.0.tar.xz) = 646f9b576cf9ca204cec70109f38ed9457f2e87b -SHA512 (curl-7.69.0.tar.xz) = 8c151201b09c51cc1437c2f6345036fce88ea5402cd1fd62b76c093e294b87d0c1f61e1dcf6f799f508d8dcfe381589a3815001a8c8bbc085aed0fdca6f2536d -Size (curl-7.69.0.tar.xz) = 2466092 bytes +SHA1 (curl-7.69.1.tar.xz) = 2dcd7c3a5ebe67cd3329f34e704be147c16ec7dc +RMD160 (curl-7.69.1.tar.xz) = 802d529dac716fb17875bd40da9eb4afb3ca60d2 +SHA512 (curl-7.69.1.tar.xz) = dcb917ce9a6f34b30adae10e2e635d7a8c67781d69789cc5617ab2b49e898394ecfeee546453b14ab168d4b3b52baf974b2ec07e7a4b199addbc1ba57274d8fa +Size (curl-7.69.1.tar.xz) = 2467272 bytes SHA1 (patch-configure) = daf5fd2ceca72cca80f992be1973ef70f63135e2 SHA1 (patch-curl-config.in) = 363359665985cc14f36ddf47fc3480f1200e3533 |