diff options
author | Zach van Rijn <me@zv.io> | 2022-12-25 16:24:36 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-12-25 16:27:01 -0600 |
commit | 069a4b01484cc1eaae84844c1a1b2d4cda61fc92 (patch) | |
tree | 185f4746deee618adcd1ed28b9ea3885a5dbf919 /system/libssh2/APKBUILD | |
parent | e52cee0e8a9abb0c89f7b56f690b53e0d1db16e2 (diff) | |
download | packages-069a4b01484cc1eaae84844c1a1b2d4cda61fc92.tar.gz packages-069a4b01484cc1eaae84844c1a1b2d4cda61fc92.tar.bz2 packages-069a4b01484cc1eaae84844c1a1b2d4cda61fc92.tar.xz packages-069a4b01484cc1eaae84844c1a1b2d4cda61fc92.zip |
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.
Diffstat (limited to 'system/libssh2/APKBUILD')
-rw-r--r-- | system/libssh2/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
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 " |