summaryrefslogtreecommitdiff
path: root/openssh-4.3p2-askpass-grab-info.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-03 02:42:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-03 02:42:38 +0000
commit3c362eae690284f325824e38431881825e32ffdd (patch)
treed2d0e11b92bf88d35c270559d268845d391a4703 /openssh-4.3p2-askpass-grab-info.patch
parent62f0a34c39a6846b6a86f2bbc7fb8c319bd46d94 (diff)
automatic import of openssh
Diffstat (limited to 'openssh-4.3p2-askpass-grab-info.patch')
-rw-r--r--openssh-4.3p2-askpass-grab-info.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/openssh-4.3p2-askpass-grab-info.patch b/openssh-4.3p2-askpass-grab-info.patch
deleted file mode 100644
index 120ed1b..0000000
--- a/openssh-4.3p2-askpass-grab-info.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -up openssh-8.6p1/contrib/gnome-ssh-askpass2.c.grab-info openssh-8.6p1/contrib/gnome-ssh-askpass2.c
---- openssh-8.6p1/contrib/gnome-ssh-askpass2.c.grab-info 2021-04-19 13:57:11.720113536 +0200
-+++ openssh-8.6p1/contrib/gnome-ssh-askpass2.c 2021-04-19 13:59:29.842163204 +0200
-@@ -70,8 +70,12 @@ report_failed_grab (GtkWidget *parent_wi
-
- err = gtk_message_dialog_new(GTK_WINDOW(parent_window), 0,
- GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE,
-- "Could not grab %s. A malicious client may be eavesdropping "
-- "on your session.", what);
-+ "SSH password dialog could not grab the %s input.\n"
-+ "This might be caused by application such as screensaver, "
-+ "however it could also mean that someone may be eavesdropping "
-+ "on your session.\n"
-+ "Either close the application which grabs the %s or "
-+ "log out and log in again to prevent this from happening.", what, what);
- gtk_window_set_position(GTK_WINDOW(err), GTK_WIN_POS_CENTER);
-
- gtk_dialog_run(GTK_DIALOG(err));