pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl curl: updated to 7.69.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f34fc0cf99ec
branches:  trunk
changeset: 412669:f34fc0cf99ec
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 11 08:30:36 2020 +0000

description:
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:

 www/curl/Makefile |   5 ++---
 www/curl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r ab23128b5396 -r f34fc0cf99ec www/curl/Makefile
--- a/www/curl/Makefile Wed Mar 11 08:27:36 2020 +0000
+++ b/www/curl/Makefile Wed Mar 11 08:30:36 2020 +0000
@@ -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 -r ab23128b5396 -r f34fc0cf99ec www/curl/distinfo
--- a/www/curl/distinfo Wed Mar 11 08:27:36 2020 +0000
+++ b/www/curl/distinfo Wed Mar 11 08:30:36 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index