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 Jul  1 07:54:09 UTC 2020

Modified Files:
        pkgsrc/www/curl: Makefile buildlink3.mk distinfo

Log Message:
curl: updated to 7.71.1

Fixed in 7.71.1:

cirrus-ci: disable FreeBSD 13 (again)
Curl_inet_ntop: always check the return code
CURLOPT_READFUNCTION.3: provide the upload data size up front
DYNBUF.md: fix a typo: trail => tail
escape: make the URL decode able to reject only %00-bytes
escape: zero length input should return a zero length output
examples/multithread.c: call curl_global_cleanup()
http2: set the correct URL in pushed transfers
http: fix proxy auth with blank password
mbedtls: fix build with disabled proxy support
ngtcp2: sync with current master
openssl: Fix compilation on Windows when ngtcp2 is enabled
Revert "multi: implement wait using winsock events"
sendf: improve the message on client write errors
terminology: call them null-terminated strings
tool_cb_hdr: Fix etag warning output and return code
url: allow user + password to contain "control codes" for HTTP(S)
vtls: compare cert blob when finding a connection to reuse


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/curl/buildlink3.mk
cvs rdiff -u -r1.163 -r1.164 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.229 pkgsrc/www/curl/Makefile:1.230
--- pkgsrc/www/curl/Makefile:1.229      Thu Jun 25 21:20:04 2020
+++ pkgsrc/www/curl/Makefile    Wed Jul  1 07:54:09 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.229 2020/06/25 21:20:04 wiz Exp $
+# $NetBSD: Makefile,v 1.230 2020/07/01 07:54:09 adam Exp $
 
-DISTNAME=      curl-7.71.0
+DISTNAME=      curl-7.71.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/buildlink3.mk
diff -u pkgsrc/www/curl/buildlink3.mk:1.49 pkgsrc/www/curl/buildlink3.mk:1.50
--- pkgsrc/www/curl/buildlink3.mk:1.49  Fri May 22 10:55:52 2020
+++ pkgsrc/www/curl/buildlink3.mk       Wed Jul  1 07:54:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.49 2020/05/22 10:55:52 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.50 2020/07/01 07:54:09 adam Exp $
 
 BUILDLINK_TREE+=       curl
 
@@ -11,22 +11,22 @@ BUILDLINK_PKGSRCDIR.curl?=  ../../www/cur
 
 pkgbase:= curl
 .include "../../mk/pkg-build-options.mk"
-.if !empty(PKG_BUILD_OPTIONS.curl:Mlibssh2)
+.if ${PKG_BUILD_OPTIONS.curl:Mlibssh2}
 .  include "../../security/libssh2/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.curl:Mgssapi)
+.if ${PKG_BUILD_OPTIONS.curl:Mgssapi}
 .  include "../../mk/krb5.buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.curl:Mldap)
+.if ${PKG_BUILD_OPTIONS.curl:Mldap}
 .  include "../../databases/openldap-client/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.curl:Mrtmp)
+.if ${PKG_BUILD_OPTIONS.curl:Mrtmp}
 .  include "../../net/rtmpdump/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.curl:Midn)
+.if ${PKG_BUILD_OPTIONS.curl:Midn}
 .  include "../../devel/libidn2/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.curl:Mhttp2)
+.if ${PKG_BUILD_OPTIONS.curl:Mhttp2}
 .  include "../../www/nghttp2/buildlink3.mk"
 .endif
 

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.163 pkgsrc/www/curl/distinfo:1.164
--- pkgsrc/www/curl/distinfo:1.163      Thu Jun 25 21:20:04 2020
+++ pkgsrc/www/curl/distinfo    Wed Jul  1 07:54:09 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.163 2020/06/25 21:20:04 wiz Exp $
+$NetBSD: distinfo,v 1.164 2020/07/01 07:54:09 adam Exp $
 
-SHA1 (curl-7.71.0.tar.xz) = 90a50b475e8f2be4f89ad511d893187d3a101397
-RMD160 (curl-7.71.0.tar.xz) = 5d8e8f6e6c51b60a6e1ee1e7d61891f9ff3f1cca
-SHA512 (curl-7.71.0.tar.xz) = f1ea045f23b6a7e2c84ea83954d3299c612f57c3b1e5fee0b39493dc92fc4e95e7af2a5424c2e5bc480659e80cf1adce1fc528fc816f8ff2d0e7bfcfe4c5830a
-Size (curl-7.71.0.tar.xz) = 2379056 bytes
+SHA1 (curl-7.71.1.tar.xz) = 243b6ab55421c20500cae8224409c3242d10bcce
+RMD160 (curl-7.71.1.tar.xz) = d41a8efd64fe6d831948bc5ab7ef033a23b5179d
+SHA512 (curl-7.71.1.tar.xz) = 631e0ee8562e5029fe022bfab4222836a3e6d666e82e2bfbd78311fe5985105218a36d1ea68c93472fc57a12b713957a3bcca6e385eda4e58a47ca8d5d50265b
+Size (curl-7.71.1.tar.xz) = 2387660 bytes
 SHA1 (patch-configure) = 8dcc112bd2950e146a77bed7638e490e24a5aa71
 SHA1 (patch-curl-config.in) = 16d50c2720e56fd56a9188f58c5cc2717f98e49f



Home | Main Index | Thread Index | Old Index