From a6f4ed68f5cd6c653534c113da4d4f296e4a4c46 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 9 Jun 2003 22:12:35 +0000 Subject: Update to 2.2a: - Cleared up some ambiguous syntax (grid -column instead of -col) - Added a workaround for a bug in Tcl/Tk 8.4.0, which crashes on selection requests when a handler is registered without a type. Thanks to Roberto Ugoccioni for both of these patches! --- security/tkpasman/Makefile | 4 ++-- security/tkpasman/distinfo | 8 ++++---- security/tkpasman/patches/patch-aa | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'security') diff --git a/security/tkpasman/Makefile b/security/tkpasman/Makefile index d25b50ae535..7a70f1eed9e 100644 --- a/security/tkpasman/Makefile +++ b/security/tkpasman/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/01/03 15:26:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/09 22:12:35 jmmv Exp $ # -DISTNAME= TkPasMan-2.2 +DISTNAME= TkPasMan-2.2a PKGNAME= ${DISTNAME:S/TkPasMan/tkpasman/} CATEGORIES= security MASTER_SITES= http://www.xs4all.nl/~wbsoft/linux/projects/ diff --git a/security/tkpasman/distinfo b/security/tkpasman/distinfo index f32e4f7218f..523091d7835 100644 --- a/security/tkpasman/distinfo +++ b/security/tkpasman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2003/06/09 22:12:35 jmmv Exp $ -SHA1 (TkPasMan-2.2.tar.gz) = 2f8eae070b6afc6d8a21e120425e7dc125487684 -Size (TkPasMan-2.2.tar.gz) = 30944 bytes -SHA1 (patch-aa) = 3d6f323efb4037b2df65f5e8c0b9be7640319970 +SHA1 (TkPasMan-2.2a.tar.gz) = 670e4a05e4cad221261189c8819e851760907921 +Size (TkPasMan-2.2a.tar.gz) = 31330 bytes +SHA1 (patch-aa) = e7256ce74b1688d2c8b4df160bd77afc50623a79 diff --git a/security/tkpasman/patches/patch-aa b/security/tkpasman/patches/patch-aa index 3bee525a98a..aadc77af6e9 100644 --- a/security/tkpasman/patches/patch-aa +++ b/security/tkpasman/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2003/06/09 22:12:35 jmmv Exp $ ---- config.in.orig Tue Nov 13 16:05:11 2001 +--- config.in.orig 2003-06-09 13:00:02.000000000 +0200 +++ config.in @@ -4,11 +4,13 @@ # paths below. @@ -32,9 +32,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $ +OPENSSL=@OPENSSL@ # The preferred algorithms to use. We don't make this a runtime option, to - # prevent users from loosing data while switching from one algorithm to + # prevent users from losing data while switching from one algorithm to @@ -45,4 +47,3 @@ ENC="bf|des3|rc2" # ================================================ - VERSION=2.2 + VERSION=2.2a PROGNAME=tkpasman -OPENSSL_SEARCH_PATH=/usr/ssl/bin:/usr/openssl/bin:/usr/local/ssl/bin:/usr/local/openssl/bin -- cgit v1.2.3