Source-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.71.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/1259df3e92b5
branches: trunk
changeset: 435123:1259df3e92b5
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jul 01 07:54:09 2020 +0000
description:
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
diffstat:
www/curl/Makefile | 4 ++--
www/curl/buildlink3.mk | 14 +++++++-------
www/curl/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (67 lines):
diff -r 3cc4396018bc -r 1259df3e92b5 www/curl/Makefile
--- a/www/curl/Makefile Wed Jul 01 07:39:52 2020 +0000
+++ b/www/curl/Makefile Wed Jul 01 07:54:09 2020 +0000
@@ -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
diff -r 3cc4396018bc -r 1259df3e92b5 www/curl/buildlink3.mk
--- a/www/curl/buildlink3.mk Wed Jul 01 07:39:52 2020 +0000
+++ b/www/curl/buildlink3.mk Wed Jul 01 07:54:09 2020 +0000
@@ -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 @@
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
diff -r 3cc4396018bc -r 1259df3e92b5 www/curl/distinfo
--- a/www/curl/distinfo Wed Jul 01 07:39:52 2020 +0000
+++ b/www/curl/distinfo Wed Jul 01 07:54:09 2020 +0000
@@ -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