From 069a4b01484cc1eaae84844c1a1b2d4cda61fc92 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sun, 25 Dec 2022 16:24:36 -0600 Subject: system/libssh2: temporarily switch mirror. https://github.com/libssh2/libssh2/issues/775 Note: checksums remain the same. Appears to affect IPv6 only, which is causing automation failures because 'abuild fetch' isn't falling back to IPv4 in the event of an IPv6 failure. I asked Daniel to remove the AAAA record if it won't be repaired soon, but I'm not sure if/when he'll do that. --- system/libssh2/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'system/libssh2/APKBUILD') diff --git a/system/libssh2/APKBUILD b/system/libssh2/APKBUILD index e8d99487e..abf895908 100644 --- a/system/libssh2/APKBUILD +++ b/system/libssh2/APKBUILD @@ -10,7 +10,10 @@ license="BSD-3-Clause" checkdepends="openssh-server" makedepends="openssl-dev zlib-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.libssh2.org/download/libssh2-$pkgver.tar.gz +#< zv> heads up that ipv6 on www.libssh2.org seems to be down +#< bagder> yeah, I know. its a misconfigure thing since a while back +#source="https://www.libssh2.org/download/libssh2-$pkgver.tar.gz +source="https://github.com/libssh2/libssh2/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz test-sshd.patch fix-tests.patch " -- cgit v1.2.3-60-g2f50