File 0864-ssh-Added-OpenSSH-8.2p1-to-compatibility-testing.patch of Package erlang
From 0dfe873596cb6a1e8895d5e27c537fcc11ff8386 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Mon, 25 May 2020 11:41:18 +0200
Subject: [PATCH] ssh: Added OpenSSH 8.2p1 to compatibility testing
---
lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
index c2e77fcc79..729fa5e140 100755
--- a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
+++ b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
@@ -24,6 +24,8 @@ SSH_SSL_VERSIONS=(\
openssh 7.9p1 openssl 1.0.2p \
\
openssh 7.9p1 libressl 2.6.4 \
+ \
+ openssh 8.2p1 openssl 1.0.2p \
)
if [ "x$1" == "x-b" ]
--
2.26.2