diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-10 12:34:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-10 12:34:15 +0000 |
commit | 99626117c198b41b39be342a77a7880be2d59128 (patch) | |
tree | 390d5b9b06523a814b64088f90e5859d9d88ecff /security | |
parent | cd99dbc1be39647900df5b946bebcfcdb65fd0b0 (diff) | |
download | pkgsrc-99626117c198b41b39be342a77a7880be2d59128.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 6 | ||||
-rw-r--r-- | security/openssh/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 60b8b6fa183..9aa3d766f93 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2003/01/28 22:04:06 jlam Exp $ +# $NetBSD: Makefile,v 1.95 2003/04/10 12:34:15 wiz Exp $ -DISTNAME= openssh-3.5p1 -PKGNAME= openssh-3.5.0.1 +DISTNAME= openssh-3.6.1p1 +PKGNAME= openssh-3.6.1.1 SVR4_PKGNAME= ossh CATEGORIES= security MASTER_SITES= ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 08f7fa32f00..292a87b26d2 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2003/01/19 01:26:36 seb Exp $ +$NetBSD: distinfo,v 1.24 2003/04/10 12:34:15 wiz Exp $ -SHA1 (openssh-3.5p1.tar.gz) = 44025609bc882933ae8626dd012fd866f07af935 -Size (openssh-3.5p1.tar.gz) = 851486 bytes +SHA1 (openssh-3.6.1p1.tar.gz) = 545abce6a007bf511706cd9bfb75d90b53a33fb9 +Size (openssh-3.6.1p1.tar.gz) = 875806 bytes SHA1 (patch-aa) = 63aa7c0acb4c568545b684cd9838410a82659bac SHA1 (patch-ab) = 1069fe256b7925fcf404781ef14e5c492f52c21e SHA1 (patch-ah) = 9913c868bde5d318915b1dee2c05dcf454a0f506 |