diff options
author | obache <obache@pkgsrc.org> | 2007-10-13 09:14:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-13 09:14:16 +0000 |
commit | 47e3e9f2b6b1f33e7cc0bf238feaa0bab7041c8b (patch) | |
tree | 2308e4e1a0154092f2c29facc08bcc91cec62ccb /security/putty/Makefile | |
parent | f07791f52246e912bc3752ad0c6a8057911ac3ab (diff) | |
download | pkgsrc-47e3e9f2b6b1f33e7cc0bf238feaa0bab7041c8b.tar.gz |
Update putty to 0.60.
Patch provided by Jukka Salmi in PR 37056.
These features are new in beta 0.60 (released 2007-04-29):
* Pressing Ctrl+Break now sends a serial break signal. (The previous behaviour
can still be obtained with Ctrl+C.)
* Serial ports higher than COM9 now no longer need a leading \\.\.
* You can now store a host name in the Default Settings.
* Bug fix: serial connections and local proxies should no longer crash all the
time.
* Bug fix: configuring the default connection type to serial should no longer
cause the configuration dialog to be skipped on startup.
* Bug fix: "Unable to read from standard input" should now not happen, or if it
still does it should produce more detailed diagnostics.
* Bug fix: fixed some malformed SSH-2 packet generation.
* Other minor bug fixes.
Diffstat (limited to 'security/putty/Makefile')
-rw-r--r-- | security/putty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 0c1cb97bb04..b47c39e63da 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2007/09/07 22:12:22 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/10/13 09:14:16 obache Exp $ # -DISTNAME= putty-0.59 +DISTNAME= putty-0.60 CATEGORIES= security -MASTER_SITES= http://the.earth.li/~sgtatham/putty/0.59/ +MASTER_SITES= http://the.earth.li/~sgtatham/putty/0.60/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ |