[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#70813: marked as done ([PATCH] make ssh-askpass-ptk exit 1 if cancelled)



Your message dated Thu, 25 Sep 2003 20:26:03 +0200
with message-id <20030925182603.GA24906@kallisti.csbnet.se>
and subject line ssh-askpass-ptk has been removed from Debian
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Sep 2000 22:50:15 +0000
>From tv@hq.yok.utu.fi Sat Sep 02 17:50:14 2000
Return-path: <tv@hq.yok.utu.fi>
Received: from hq.yok.utu.fi [::ffff:130.232.128.220] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13VM73-0004xj-00; Sat, 02 Sep 2000 17:50:14 -0500
Received: by hq.yok.utu.fi (Postfix, from userid 1000)
	id ADEE6381B; Sun,  3 Sep 2000 01:50:10 +0300 (EEST)
From: Tommi Virtanen <tv@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: [PATCH] make ssh-askpass-ptk exit 1 if cancelled
X-Reportbug-Version: 1.2
X-Mailer: reportbug 1.2
Date: Sun, 03 Sep 2000 01:50:10 +0300
Message-Id: <20000902225010.ADEE6381B@hq.yok.utu.fi>
Sender: tv@hq.yok.utu.fi
Delivered-To: submit@bugs.debian.org

Package: ssh-askpass-ptk
Version: 1:1.2.3-9
Severity: wishlist

	This makes ssh-askpass-ptk behave more like
	the pure X11 version.

--- perltk-ssh-askpass	Thu Jun 29 01:06:38 2000
+++ perltk-ssh-askpass.tv	Sun Sep  3 01:43:41 2000
@@ -5,6 +5,7 @@
 use strict;
 use Tk;
 
+my $err=0;
 sub Tk::Error {
   my($main, $error, @msgs) = @_;
 
@@ -24,7 +25,7 @@
   $dialog->bind('<Escape>', [$main=>'destroy']);
 
   $dialog->transient($main);
-
+  $err=1;
 }
 
 sub do_it($$;) {
@@ -44,7 +45,8 @@
   my $ok=$buttons->Button(-text=>'Ok', 
                           -command=>sub {do_it $passphrase, $main}
                          )->pack(-side=>'left');
-  my $cancel=$buttons->Button(-text=>'Cancel', -command=>[$main=>'destroy'])
+  my $cancel=$buttons->Button(-text=>'Cancel',
+			      -command=>sub {$main->destroy(); $err=1;})
     ->pack(-side=>'right');
   $main->bind('Tk::Button', '<Return>' => 'invoke');
   $main->bind('<Return>', [$ok => 'invoke']);
@@ -57,4 +59,4 @@
 ask ($#ARGV==0
      ? $ARGV[0]
      : 'Please enter your authentication passphrase:');
-
+exit $err;


-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux hq 2.4.0-test7 #1 SMP Sun Aug 27 01:17:37 EEST 2000 i686

Versions of packages ssh-askpass-ptk depends on:
ii  perl-tk                      1:800.022-1 Perl module providing the Tk graph
ii  ssh                          1:2.1.1p4-3 Secure rlogin/rsh/rcp replacement 


---------------------------------------
Received: (at 70813-done) by bugs.debian.org; 25 Sep 2003 18:30:48 +0000
>From weinholt@kallisti.csbnet.se Thu Sep 25 13:26:05 2003
Return-path: <weinholt@kallisti.csbnet.se>
Received: from (kallisti.csbnet.se) [193.11.248.85] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A2aoX-0007or-00; Thu, 25 Sep 2003 13:26:05 -0500
Received: from weinholt by kallisti.csbnet.se with local (Exim 3.36 #1 (Debian))
	id 1A2aoV-0006ZZ-00; Thu, 25 Sep 2003 20:26:03 +0200
Date: Thu, 25 Sep 2003 20:26:03 +0200
From: =?iso-8859-1?Q?G=F6ran?= Weinholt <weinholt@dtek.chalmers.se>
To: 56668-done@bugs.debian.org, 67774-done@bugs.debian.org,
	70813-done@bugs.debian.org
Subject: ssh-askpass-ptk has been removed from Debian
Message-ID: <20030925182603.GA24906@kallisti.csbnet.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.4i
Sender: =?iso-8859-1?Q?G=F6ran_Weinholt?= <weinholt@kallisti.csbnet.se>
Delivered-To: 70813-done@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=4.0
	tests=none
	version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp)

ssh-askpass-ptk was removed from Debian in 2001, because it was no longer
being built from source.

-- 
Göran Weinholt <weinholt@dtek.chalmers.se>
GPG: 1024D/4A8854E6 EC27 7F6A DFA9 CBBD 9EE3  F07A 8DF5 8BB6 4A88 54E6
"Science does not remove the terror of the Gods."  -- J.R. "Bob" Dobbs



Reply to: