summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-06-09 22:12:35 +0000
committerjmmv <jmmv@pkgsrc.org>2003-06-09 22:12:35 +0000
commita6f4ed68f5cd6c653534c113da4d4f296e4a4c46 (patch)
treecfd815c6585e9751c8ffabb800694bb989c4c17d /security
parent8891fd354434cbd14be67a6eb32f4b15822c87a3 (diff)
downloadpkgsrc-a6f4ed68f5cd6c653534c113da4d4f296e4a4c46.tar.gz
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!
Diffstat (limited to 'security')
-rw-r--r--security/tkpasman/Makefile4
-rw-r--r--security/tkpasman/distinfo8
-rw-r--r--security/tkpasman/patches/patch-aa8
3 files changed, 10 insertions, 10 deletions
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