Subject: CVS commit: pkgsrc/security/openssh
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/10/2003 15:34:16
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 10 12:34:15 UTC 2003
Modified Files:
pkgsrc/security/openssh: Makefile distinfo
Log Message:
Update to 3.6.1p1. No NEWS file included, only a ChangeLog, and the
relevant changes are > 500 lines, see
ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog
Personal selection:
rekeying bugfixes and automatic rekeying
bandwidth limitation (scp -l)
Add a -t life option to ssh-agent that set the default lifetime.
The default can still be overriden by using -t in ssh-add.
sftp progress meter support.
allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
[scp.c]
1) include stalling time in total time
2) truncate filenames to 45 instead of 20 characters
3) print rate instead of progress bar, no more stars
4) scale output to tty width
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/security/openssh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.