summaryrefslogtreecommitdiffstats
path: root/debian/patches/pam-avoid-unknown-host.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 07:43:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 07:43:01 +0000
commitd7a73a8b8b4072c85837049c8eaae6f1d23c5f7c (patch)
tree4f2b90acc13aa39caae7a94f66075726a1d4cb8c /debian/patches/pam-avoid-unknown-host.patch
parentMerging upstream version 1:9.8p1. (diff)
downloadopenssh-d7a73a8b8b4072c85837049c8eaae6f1d23c5f7c.tar.xz
openssh-d7a73a8b8b4072c85837049c8eaae6f1d23c5f7c.zip
Adding debian version 1:9.8p1-1.debian/1%9.8p1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/pam-avoid-unknown-host.patch')
-rw-r--r--debian/patches/pam-avoid-unknown-host.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/pam-avoid-unknown-host.patch b/debian/patches/pam-avoid-unknown-host.patch
index 2887ee4..f034a8d 100644
--- a/debian/patches/pam-avoid-unknown-host.patch
+++ b/debian/patches/pam-avoid-unknown-host.patch
@@ -1,4 +1,4 @@
-From d4ae5b68870bf65747084f4ed3060bb13c586c9e Mon Sep 17 00:00:00 2001
+From 7406e666efe2d19e93cf6f50735b3a927bc3dfce Mon Sep 17 00:00:00 2001
From: Daan De Meyer <daan.j.demeyer@gmail.com>
Date: Mon, 20 Mar 2023 20:22:14 +0100
Subject: Only set PAM_RHOST if the remote host is not "UNKNOWN"
@@ -20,7 +20,7 @@ Patch-Name: pam-avoid-unknown-host.patch
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth-pam.c b/auth-pam.c
-index b49d415e7..81de88bba 100644
+index 13c0a792e..b22883b95 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -735,7 +735,7 @@ sshpam_init(struct ssh *ssh, Authctxt *authctxt)