Skip to content

Commit

Permalink
security/gnome-ssh-askpass: Update version 8.2p1=>9.7p1
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Apr 11, 2024
1 parent f55049f commit 982e8c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion security/gnome-ssh-askpass/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gnome-ssh-askpass
PORTVERSION= 8.2p1
PORTVERSION= 9.7p1
CATEGORIES= security gnome
MASTER_SITES= OPENBSD/OpenSSH/portable/
DISTNAME= openssh-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions security/gnome-ssh-askpass/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1712763424
SHA256 (openssh-8.2p1.tar.gz) = 43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671
SIZE (openssh-8.2p1.tar.gz) = 1701197
TIMESTAMP = 1712871104
SHA256 (openssh-9.7p1.tar.gz) = 490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd
SIZE (openssh-9.7p1.tar.gz) = 1848766
@@ -1,6 +1,6 @@
--- contrib/gnome-ssh-askpass2.c.orig 2020-02-14 00:40:54 UTC
--- contrib/gnome-ssh-askpass2.c.orig 2024-03-11 05:20:49 UTC
+++ contrib/gnome-ssh-askpass2.c
@@ -90,13 +90,14 @@ passphrase_dialog(char *message, int prompt_type)
@@ -151,7 +151,7 @@ passphrase_dialog(char *message, int prompt_type)
{
const char *failed;
char *passphrase, *local;
Expand All @@ -9,14 +9,15 @@
int buttons, default_response;
GtkWidget *parent_window, *dialog, *entry;
GdkGrabStatus status;
@@ -160,6 +160,7 @@ passphrase_dialog(char *message, int prompt_type)

grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL);
grab_pointer = (getenv("GNOME_SSH_ASKPASS_GRAB_POINTER") != NULL);
+ grab_keyboard = (getenv("GNOME_SSH_ASKPASS_GRAB_KEYBOARD") != NULL);
grab_tries = 0;

/* Create an invisible parent window so that GtkDialog doesn't
@@ -156,18 +157,20 @@ passphrase_dialog(char *message, int prompt_type)
fg_set = parse_env_hex_color("GNOME_SSH_ASKPASS_FG_COLOR", &fg);
@@ -243,18 +244,20 @@ passphrase_dialog(char *message, int prompt_type)
}
}
}
Expand Down Expand Up @@ -49,7 +50,7 @@
if (grab_server) {
gdk_x11_grab_server();
}
@@ -179,7 +182,8 @@ passphrase_dialog(char *message, int prompt_type)
@@ -266,7 +269,8 @@ passphrase_dialog(char *message, int prompt_type)
XUngrabServer(gdk_x11_get_default_xdisplay());
if (grab_pointer)
gdk_pointer_ungrab(GDK_CURRENT_TIME);
Expand Down

0 comments on commit 982e8c1

Please sign in to comment.