diff options
Diffstat (limited to 'debian/patches/conch-ssh-rsa.patch')
-rw-r--r-- | debian/patches/conch-ssh-rsa.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/conch-ssh-rsa.patch b/debian/patches/conch-ssh-rsa.patch index 4d913a0..1025adc 100644 --- a/debian/patches/conch-ssh-rsa.patch +++ b/debian/patches/conch-ssh-rsa.patch @@ -1,4 +1,4 @@ -From df5489f19fc05621a5902490692de3245528d424 Mon Sep 17 00:00:00 2001 +From 1a567ea25bebb83f7765cf05401e974f855e6938 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Tue, 15 Feb 2022 18:25:35 +0000 Subject: Work around RSA SHA-2 signature issues in conch @@ -19,10 +19,10 @@ Patch-Name: conch-ssh-rsa.patch 1 file changed, 11 insertions(+) diff --git a/regress/test-exec.sh b/regress/test-exec.sh -index 603848683..09d91e3b8 100644 +index 56e98159c..bec44adb5 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh -@@ -749,6 +749,17 @@ REGRESS_INTEROP_CONCH=no +@@ -752,6 +752,17 @@ REGRESS_INTEROP_CONCH=no if test -x "$CONCH" ; then REGRESS_INTEROP_CONCH=yes fi |