Skip to content

Commit

Permalink
security/gnome-ssh-askpass: Update version 6.6p1=>6.7p1
Browse files Browse the repository at this point in the history
- Mark DEPRECATED as ti uses deprecated gtk2 libraries
- Set EXPIRATION_DATE 2024-12-31
  • Loading branch information
5u623l20 committed Mar 17, 2024
1 parent 6504097 commit 2f17865
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions security/gnome-ssh-askpass/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gnome-ssh-askpass
PORTVERSION= 6.6p1
PORTREVISION= 1
PORTVERSION= 6.7p1
CATEGORIES= security gnome
MASTER_SITES= OPENBSD/OpenSSH/portable/
DISTNAME= openssh-${PORTVERSION}
Expand All @@ -11,7 +10,8 @@ COMMENT= Graphical SSH askpass utility for Gnome2
#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style
#LICENSE_FILE= ${WRKSRC}/LICENCE

PORTSCOUT= limit:^6\.6 # Will update when FreeBSD version off SSH goes to 5.9p1
DEPRECATED= Uses deprecated gtk2 library
EXPIRATION_DATE= 2024-12-31

WRKSRC= ${WRKDIR}/openssh-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/contrib
Expand Down
6 changes: 3 additions & 3 deletions security/gnome-ssh-askpass/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1476630437
SHA256 (openssh-6.6p1.tar.gz) = 48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb
SIZE (openssh-6.6p1.tar.gz) = 1282502
TIMESTAMP = 1710683146
SHA256 (openssh-6.7p1.tar.gz) = b2f8394eae858dabbdef7dac10b99aec00c95462753e80342e530bbb6f725507
SIZE (openssh-6.7p1.tar.gz) = 1351367
@@ -1,6 +1,6 @@
--- contrib/gnome-ssh-askpass2.c.orig Tue Sep 19 09:58:45 2006
+++ contrib/gnome-ssh-askpass2.c Tue Sep 19 10:03:27 2006
@@ -88,12 +88,13 @@
--- contrib/gnome-ssh-askpass2.c.orig 2009-11-18 06:51:59 UTC
+++ contrib/gnome-ssh-askpass2.c
@@ -88,12 +88,13 @@ passphrase_dialog(char *message)
{
const char *failed;
char *passphrase, *local;
Expand All @@ -15,7 +15,7 @@
grab_tries = 0;

dialog = gtk_message_dialog_new(NULL, 0,
@@ -135,17 +136,21 @@
@@ -138,17 +139,21 @@ passphrase_dialog(char *message)
}
}
}
Expand Down Expand Up @@ -46,7 +46,7 @@
if (grab_server) {
gdk_x11_grab_server();
}
@@ -157,7 +162,8 @@
@@ -160,7 +165,8 @@ passphrase_dialog(char *message)
XUngrabServer(GDK_DISPLAY());
if (grab_pointer)
gdk_pointer_ungrab(GDK_CURRENT_TIME);
Expand Down

0 comments on commit 2f17865

Please sign in to comment.