pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/gnurl gnurl: Update to 7.67.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c6401ec219c
branches: trunk
changeset: 344346:5c6401ec219c
user: ng0 <ng0%pkgsrc.org@localhost>
date: Mon Nov 18 18:34:09 2019 +0000
description:
gnurl: Update to 7.67.0
Changelog:
Changes:
7.67.0
------
This release includes the following changes:
o curl: added --no-progress-meter
o setopt: CURLMOPT_MAX_CONCURRENT_STREAMS is new
o urlapi: CURLU_NO_AUTHORITY allows empty authority/host part
This release includes the following bugfixes:
o BINDINGS: five new bindings addded
o CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time
o CURLOPT_TIMEOUT.3: remove the mention of "minutes"
o ESNI: initial build/setup support
o FTP: FTPFILE_NOCWD: avoid redundant CWDs
o FTP: allow "rubbish" prepended to the SIZE response
o FTP: remove trailing slash from path for LIST/MLSD
o FTP: skip CWD to entry dir when target is absolute
o FTP: url-decode path before evaluation
o HTTP3.md: move -p for mkdir, remove -j for make
o HTTP3: fix invalid use of sendto for connected UDP socket
o HTTP3: fix ngtcp2 Windows build
o HTTP3: fix prefix parameter for ngtcp2 build
o HTTP3: fix typo somehere1 > somewhere1
o HTTP3: show an --alt-svc using example too
o INSTALL: add missing space for configure commands
o INSTALL: add vcpkg installation instructions
o README: minor grammar fix
o altsvc: accept quoted ma and persist values
o altsvc: both backends run h3-23 now
o appveyor: Add MSVC ARM64 build
o appveyor: Use two parallel compilation on appveyor with CMake
o appveyor: add --disable-proxy autotools build
o appveyor: add 32-bit MinGW-w64 build
o appveyor: add a winbuild
o appveyor: add a winbuild that uses VS2017
o appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017
o appveyor: publish artifacts on appveyor
o appveyor: upgrade VS2017 to VS2019
o asyn-thread: make use of Curl_socketpair() where available
o asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
o build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
o checksrc: fix uninitialized variable warning
o chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error
o cirrus: Increase the git clone depth
o cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build
o cirrus: switch off blackhole status on the freebsd CI machines
o cleanups: 21 various PVS-Studio warnings
o configure: only say ipv6 enabled when the variable is set
o configure: remove all cyassl references
o conn-reuse: requests wanting NTLM can reuse non-NTLM connections
o connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT
o connect: silence sign-compare warning
o cookie: avoid harmless use after free
o cookie: pass in the correct cookie amount to qsort()
o cookies: change argument type for Curl_flush_cookies
o cookies: using a share with cookies shouldn't enable the cookie engine
o copyrights: update copyright notices to 2019
o curl: create easy handles on-demand and not ahead of time
o curl: ensure HTTP 429 triggers --retry
o curl: exit the create_transfers loop on errors
o curl: fix memory leaked by parse_metalink()
o curl: load large files with -d @ much faster
o docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
o docs: added multi-event.c example
o docs: disambiguate CURLUPART_HOST is for host name (ie no port)
o docs: note on failed handles not being counted by curl_multi_perform
o doh: allow only http and https in debug mode
o doh: avoid truncating DNS QTYPE to lower octet
o doh: clean up dangling DOH memory on easy close
o doh: fix (harmless) buffer overrun
o doh: fix undefined behaviour and open up for gcc and clang optimization
o doh: return early if there is no time left
o examples/sslbackend: fix -Wchar-subscripts warning
o examples: remove the "this exact code has not been verified"
o git: add tests/server/disabled to .gitignore
o gnutls: make gnutls_bye() not wait for response on shutdown
o http2: expire a timeout at end of stream
o http2: prevent dup'ed handles to send dummy PRIORITY frames
o http2: relax verification of :authority in push promise requests
o http2_recv: a closed stream trumps pause state
o http: lowercase headernames for HTTP/2 and HTTP/3
o ldap: Stop using wide char version of ldapp_err2string
o ldap: fix OOM error on missing query string
o mbedtls: add error message for cert validity starting in the future
o mime: when disabled, avoid C99 macro
o ngtcp2: adapt to API change
o ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23
o ngtcp2: remove fprintf() calls
o openssl: close_notify on the FTP data connection doesn't mean closure
o openssl: fix compiler warning with LibreSSL
o openssl: use strerror on SSL_ERROR_SYSCALL
o os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr
o parsedate: fix date parsing disabled builds
o quiche: don't close connection at end of stream
o quiche: persist connection details (fixes -I with --http3)
o quiche: set 'drain' when returning without having drained the queues
o quiche: update HTTP/3 config creation to new API
o redirect: handle redirects to absolute URLs containing spaces
o runtests: get textaware info from curl instead of perl
o schannel: reverse the order of certinfo insertions
o schannel_verify: Fix concurrent openings of CA file
o security: silence conversion warning
o setopt: handle ALTSVC set to NULL
o setopt: make it easier to add new enum values
o setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly
o smb: check for full size message before reading message details
o smbserver: fix Python 3 compatibility
o socks: Fix destination host shown on SOCKS5 error
o test1162: disable MSYS2's POSIX path conversion
o test1591: fix spelling of http feature
o tests: add `connect to non-listen` keywords
o tests: fix narrowing conversion warnings
o tests: fix the test 3001 cert failures
o tests: makes tests succeed when using --disable-proxy
o tests: use %FILE_PWD for file:// URLs
o tests: use port 2 instead of 60000 for a safer non-listening port
o tool_operate: Fix retry sleep time shown to user when Retry-After
o travis: Add an ARM64 build
o url: Curl_free_request_state() should also free doh handles
o url: don't set appconnect time for non-ssl/non-ssh connections
o url: fix the NULL hostname compiler warning
o url: normalize CURLINFO_EFFECTIVE_URL
o url: only reuse TLS connections with matching pinning
o urlapi: avoid index underflow for short ipv6 hostnames
o urlapi: fix URL encoding when setting a full URL
o urlapi: fix unused variable warning
o urlapi: question mark within fragment is still fragment
o urldata: use 'bool' for the bit type on MSVC compilers
o vtls: Fix comment typo about macosx-version-min compiler flag
o vtls: fix narrowing conversion warnings
o winbuild/MakefileBuild.vc: Add vssh
o winbuild/MakefileBuild.vc: Fix line endings
o winbuild: Add manifest to curl.exe for proper OS version detection
o winbuild: add ENABLE_UNICODE option
diffstat:
www/gnurl/Makefile | 7 ++++---
www/gnurl/PLIST | 3 ++-
www/gnurl/buildlink3.mk | 4 ++--
www/gnurl/distinfo | 11 ++++++-----
www/gnurl/patches/patch-configure | 23 +++++++++++++++++++++++
5 files changed, 37 insertions(+), 11 deletions(-)
diffs (100 lines):
diff -r 4bed109088a4 -r 5c6401ec219c www/gnurl/Makefile
--- a/www/gnurl/Makefile Mon Nov 18 17:05:50 2019 +0000
+++ b/www/gnurl/Makefile Mon Nov 18 18:34:09 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/09/13 15:48:50 ng0 Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/18 18:34:10 ng0 Exp $
-DISTNAME= gnurl-7.66.0
+DISTNAME= gnurl-7.67.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=gnunet/}
EXTRACT_SUFX= .tar.Z
@@ -21,7 +21,8 @@
.include "../../mk/bsd.prefs.mk"
-TEST_TARGET= check
+# or "check"?
+TEST_TARGET= -C tests test
CONFIGURE_ARGS+= --without-libssh2
CONFIGURE_ARGS+= --without-libmetalink
diff -r 4bed109088a4 -r 5c6401ec219c www/gnurl/PLIST
--- a/www/gnurl/PLIST Mon Nov 18 17:05:50 2019 +0000
+++ b/www/gnurl/PLIST Mon Nov 18 18:34:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/09/13 15:48:50 ng0 Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/18 18:34:10 ng0 Exp $
bin/gnurl
bin/gnurl-config
include/gnurl/curl.h
@@ -81,6 +81,7 @@
man/man3/GNURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
man/man3/GNURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
man/man3/GNURLMOPT_MAXCONNECTS.3
+man/man3/GNURLMOPT_MAX_CONCURRENT_STREAMS.3
man/man3/GNURLMOPT_MAX_HOST_CONNECTIONS.3
man/man3/GNURLMOPT_MAX_PIPELINE_LENGTH.3
man/man3/GNURLMOPT_MAX_TOTAL_CONNECTIONS.3
diff -r 4bed109088a4 -r 5c6401ec219c www/gnurl/buildlink3.mk
--- a/www/gnurl/buildlink3.mk Mon Nov 18 17:05:50 2019 +0000
+++ b/www/gnurl/buildlink3.mk Mon Nov 18 18:34:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2019/07/20 22:46:06 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2019/11/18 18:34:10 ng0 Exp $
BUILDLINK_TREE+= gnurl
@@ -6,7 +6,7 @@
GNURL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnurl+= gnurl>=7.63.0
-BUILDLINK_ABI_DEPENDS.gnurl?= gnurl>=7.64.0nb1
+BUILDLINK_ABI_DEPENDS.gnurl+= gnurl>=7.64.0nb1
BUILDLINK_PKGSRCDIR.gnurl?= ../../www/gnurl
pkgbase:= gnurl
diff -r 4bed109088a4 -r 5c6401ec219c www/gnurl/distinfo
--- a/www/gnurl/distinfo Mon Nov 18 17:05:50 2019 +0000
+++ b/www/gnurl/distinfo Mon Nov 18 18:34:09 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/09/13 15:48:50 ng0 Exp $
+$NetBSD: distinfo,v 1.5 2019/11/18 18:34:10 ng0 Exp $
-SHA1 (gnurl-7.66.0.tar.Z) = 94b939e318bb74651dc4a35a90ca39948386d8df
-RMD160 (gnurl-7.66.0.tar.Z) = 850f2efb7b06bc1e338034d5b7477e4d174b5d05
-SHA512 (gnurl-7.66.0.tar.Z) = 31cf2224bcb5beeae8082f7d4ab03cf61a2ddd44088bff82e3df991a61d628800d1db25bd75d67808d2403cf5df36f717c9bb3e462e9ac9d63bdd56c33f08a40
-Size (gnurl-7.66.0.tar.Z) = 6193772 bytes
+SHA1 (gnurl-7.67.0.tar.Z) = 02a4dc1eb096d2be0229cf104908b0be49c3417a
+RMD160 (gnurl-7.67.0.tar.Z) = fc906ce5038352a03ffdc69af0b60f3562d529ef
+SHA512 (gnurl-7.67.0.tar.Z) = a9e0f75fd723a8e19092a53f8793be93b8c4df6e0bc4489e2806b846157987ddf8ae935b8991b9841233dd0d44fea601afff1d0f691a5be14f2a9138ab6e8c64
+Size (gnurl-7.67.0.tar.Z) = 6202775 bytes
+SHA1 (patch-configure) = 947722309928f75239f741c0d6ce28248e2b50a6
diff -r 4bed109088a4 -r 5c6401ec219c www/gnurl/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gnurl/patches/patch-configure Mon Nov 18 18:34:09 2019 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-configure,v 1.1 2019/11/18 18:34:09 ng0 Exp $
+
+portability fix, from upstream commit 7f49525e811bee4c88ec5ca1d959ec1f9e2590cf.
+
+--- configure~ 2019-11-18 18:13:11.117643620 +0000
++++ configure 2019-11-18 18:14:04.396905402 +0000
+@@ -42844,7 +42844,7 @@
+ ESNI_ENABLED=0
+ ESNI_SUPPORT=''
+
+- if test "x$OPENSSL_ENABLED" == "x1"; then
++ if test "x$OPENSSL_ENABLED" = "x1"; then
+ for ac_func in SSL_get_esni_status
+ do :
+ ac_fn_c_check_func "$LINENO" "SSL_get_esni_status" "ac_cv_func_SSL_get_esni_status"
+@@ -42860,7 +42860,7 @@
+
+ fi
+
+- if test "x$ESNI_ENABLED" == "x1"; then
++ if test "x$ESNI_ENABLED" = "x1"; then
+
+ $as_echo "#define USE_ESNI 1" >>confdefs.h
Home |
Main Index |
Thread Index |
Old Index