pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 11 08:30:37 UTC 2020

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.160 -r1.161 pkgsrc/www/curl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.224 pkgsrc/www/curl/Makefile:1.225
--- pkgsrc/www/curl/Makefile:1.224      Sun Mar  8 16:48:18 2020
+++ pkgsrc/www/curl/Makefile    Wed Mar 11 08:30:36 2020
@@ -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

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.160 pkgsrc/www/curl/distinfo:1.161
--- pkgsrc/www/curl/distinfo:1.160      Wed Mar  4 18:19:26 2020
+++ pkgsrc/www/curl/distinfo    Wed Mar 11 08:30:36 2020
@@ -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