From b57f481b8dd2bd320fd953df47bec7fc8657e3b0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:33:55 +0000 Subject: net-misc/openssh : pull from gentoo --- .../openssh-7.5_p1-disable-conch-interop-tests.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch (limited to 'net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch') diff --git a/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch b/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch deleted file mode 100644 index a5647ce9..00000000 --- a/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -Disable conch interop tests which are failing when called -via portage for yet unknown reason and because using conch -seems to be flaky (test is failing when using Python2 but -passing when using Python3). - -Bug: https://bugs.gentoo.org/605446 - ---- a/regress/conch-ciphers.sh -+++ b/regress/conch-ciphers.sh -@@ -3,6 +3,10 @@ - - tid="conch ciphers" - -+# https://bugs.gentoo.org/605446 -+echo "conch interop tests skipped due to Gentoo bug #605446" -+exit 0 -+ - if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then - echo "conch interop tests not enabled" - exit 0 -- cgit v1.2.3