summaryrefslogtreecommitdiff
path: root/system/libssh2/fix-tests.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-04-27 23:40:25 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:06:42 -0500
commit01996a9634b5e8d3130791b529ffb4509fbfef6a (patch)
treedc9863d01d847fc7567cfd3dd8b31350b0e70300 /system/libssh2/fix-tests.patch
parent9233ddc40adf40a8907b6237c665fc34090f122c (diff)
downloadpackages-01996a9634b5e8d3130791b529ffb4509fbfef6a.tar.gz
packages-01996a9634b5e8d3130791b529ffb4509fbfef6a.tar.bz2
packages-01996a9634b5e8d3130791b529ffb4509fbfef6a.tar.xz
packages-01996a9634b5e8d3130791b529ffb4509fbfef6a.zip
system/libssh2: Update to 1.10.0, fix tests
Need a compatibility switch to make tests pass on OpenSSH >=8.8p1.
Diffstat (limited to 'system/libssh2/fix-tests.patch')
-rw-r--r--system/libssh2/fix-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/libssh2/fix-tests.patch b/system/libssh2/fix-tests.patch
new file mode 100644
index 000000000..29f554991
--- /dev/null
+++ b/system/libssh2/fix-tests.patch
@@ -0,0 +1,11 @@
+--- libssh2-1.9.0/tests/ssh2.sh.old 2022-04-27 23:22:54.532007741 -0500
++++ libssh2-1.9.0/tests/ssh2.sh 2022-04-27 23:34:30.501706060 -0500
+@@ -27,6 +27,8 @@
+ -o "AuthorizedKeysFile $srcdir/etc/user.pub" \
+ -o 'UsePrivilegeSeparation no' \
+ -o 'StrictModes no' \
++ -o 'HostkeyAlgorithms +ssh-rsa' \
++ -o 'PubkeyAcceptedAlgorithms +ssh-rsa' \
+ -D \
+ -e \
+ $libssh2_sshd_params &