summaryrefslogtreecommitdiff
path: root/system/libssh2/APKBUILD
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-09-11 19:39:21 -0500
committerMax Rees <maxcrees@me.com>2019-09-28 13:27:49 -0500
commit5288e2ca3c782ef019828c98d33f7f4e711a60cb (patch)
treeac0faf81d83ba6de88854382ceb3390e3963c56f /system/libssh2/APKBUILD
parent34908a6df0a38308174a2d27fec5169404de5075 (diff)
downloadpackages-5288e2ca3c782ef019828c98d33f7f4e711a60cb.tar.gz
packages-5288e2ca3c782ef019828c98d33f7f4e711a60cb.tar.bz2
packages-5288e2ca3c782ef019828c98d33f7f4e711a60cb.tar.xz
packages-5288e2ca3c782ef019828c98d33f7f4e711a60cb.zip
system/libssh2: kneecap test that relies on tty group access
Diffstat (limited to 'system/libssh2/APKBUILD')
-rw-r--r--system/libssh2/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/libssh2/APKBUILD b/system/libssh2/APKBUILD
index 913934a46..401fa2cf0 100644
--- a/system/libssh2/APKBUILD
+++ b/system/libssh2/APKBUILD
@@ -10,7 +10,8 @@ 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"
+source="https://www.libssh2.org/download/libssh2-$pkgver.tar.gz
+ test-sshd.patch"
build() {
./configure \
@@ -33,4 +34,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="41a3ebcf84e32eab69b7411ffb0a3b6e6db71491c968602b17392cfe3490ef00239726ec28acb3d25bf0ed62700db7f4d0bb5a9175618f413865f40badca6e17 libssh2-1.9.0.tar.gz"
+sha512sums="41a3ebcf84e32eab69b7411ffb0a3b6e6db71491c968602b17392cfe3490ef00239726ec28acb3d25bf0ed62700db7f4d0bb5a9175618f413865f40badca6e17 libssh2-1.9.0.tar.gz
+eef3c43184d53a3c655915ad61d182a88d9cced75ba8f8dde73ccf771ff4aeaa0f26e95aeb53601d7c47d96a2421c98678e9baf497f3883faa4427a091eea62c test-sshd.patch"