git: 29dad2eb2751 - main - net/nbdkit: Fix "fetch: transfer timed out"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jan 2026 20:47:27 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29dad2eb27510056d0e8db15dc05029a348ecf63
commit 29dad2eb27510056d0e8db15dc05029a348ecf63
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-01-26 20:42:47 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-01-26 20:46:36 +0000
net/nbdkit: Fix "fetch: transfer timed out"
Can't connect to Hetzner with IPv6, so let's try IPv4, which works fine.
Reported by: pkg-fallout
---
net/nbdkit/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/nbdkit/Makefile b/net/nbdkit/Makefile
index 21a2fdab48e4..11d19f121513 100644
--- a/net/nbdkit/Makefile
+++ b/net/nbdkit/Makefile
@@ -42,6 +42,9 @@ CONFIGURE_ARGS+= --disable-golang \
INSTALL_TARGET= install-strip
TEST_TARGET= check
+# Workaround for "fetch: transfer timed out" due to Hetzner's IPv6
+FETCH_ARGS+= --ipv4-only
+
OPTIONS_DEFINE= CURL GNUTLS LIBVIRT LZMA MANPAGES PERL PYTHON RUBY SSH ZLIB \
ZSTD