Curl starts telling me: > $ git pull > warning: curl_multi_add_handle failed: Invalid easy handle > fatal: konnte nicht auf 'https://gitbox.apache.org/repos/asf/maven.git/' zugreifen: failed to start HTTP request This is the cause: https://github.com/curl/curl/issues/5097 Recompiling with the threaded resolver makes it work again. Here is a fix (https://github.com/curl/curl/commit/3bfda07004a5739fb306e55cb9529ba3de35fbdb) which can be applied until 7.69.2 is out.
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Thu Apr 2 12:23:36 UTC 2020 New revision: 530365 URL: https://svnweb.freebsd.org/changeset/ports/530365 Log: Fix runtime error (for CARES enabled and IPV6 disabled builds) - Bump PORTREVISION for package change Obtained from: https://github.com/curl/curl/commit/3bfda07004a5739fb306e55cb9529ba3de35fbdb PR: 245237 Reported by: Michael Osipov <michael.osipov@siemens.com> Changes: head/ftp/curl/Makefile head/ftp/curl/files/patch-lib-easy.c