From 2f17865e8ccecdc93bb62c8702eb34753c9ec810 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 17 Mar 2024 14:54:08 +0100 Subject: [PATCH] security/gnome-ssh-askpass: Update version 6.6p1=>6.7p1 - Mark DEPRECATED as ti uses deprecated gtk2 libraries - Set EXPIRATION_DATE 2024-12-31 --- security/gnome-ssh-askpass/Makefile | 6 +++--- security/gnome-ssh-askpass/distinfo | 6 +++--- ...h-askpass2.c => patch-contrib_gnome-ssh-askpass2.c} | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) rename security/gnome-ssh-askpass/files/{patch-contrib_ssh-askpass2.c => patch-contrib_gnome-ssh-askpass2.c} (84%) diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile index 0263f87592be4..e2c1fca13e00f 100644 --- a/security/gnome-ssh-askpass/Makefile +++ b/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} @@ -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 diff --git a/security/gnome-ssh-askpass/distinfo b/security/gnome-ssh-askpass/distinfo index 371cf1735183b..88d12a2dd015d 100644 --- a/security/gnome-ssh-askpass/distinfo +++ b/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 diff --git a/security/gnome-ssh-askpass/files/patch-contrib_ssh-askpass2.c b/security/gnome-ssh-askpass/files/patch-contrib_gnome-ssh-askpass2.c similarity index 84% rename from security/gnome-ssh-askpass/files/patch-contrib_ssh-askpass2.c rename to security/gnome-ssh-askpass/files/patch-contrib_gnome-ssh-askpass2.c index 3c3f601fd3f35..281d2981379da 100644 --- a/security/gnome-ssh-askpass/files/patch-contrib_ssh-askpass2.c +++ b/security/gnome-ssh-askpass/files/patch-contrib_gnome-ssh-askpass2.c @@ -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; @@ -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) } } } @@ -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);