Subject: Importing BETA version of openssh (was: CVS commit: basesrc)
To: Jun-ichiro itojun Hagino <itojun@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 06/23/2001 23:52:48
Hi,

I appreciate all your work with updating ssh in the NetBSD tree,
but do we REALLY need to always import the latest ssh version?

I don't think we go this way for other external packages, okay
dhcp is one, but thats the only other exception.

And you should add a BIG headups with this authorized_keys2 and
known_hosts2 change, otherwise a lot of people will get into trouble.

Btw, you also need to update etc/changelist for the removal of /etc/primes.

Bernd

On Sat, Jun 23, 2001 at 10:37:44PM +0300, Jun-ichiro itojun Hagino wrote:
> 
> Module Name:	basesrc
> Committed By:	itojun
> Date:		Sat Jun 23 19:37:44 UTC 2001
> 
> Modified Files:
> 	basesrc/crypto/dist/ssh: auth-chall.c auth-rhosts.c auth.c auth.h
> 	    auth1.c auth2-chall.c auth2.c authfd.c authfile.c canohost.c
> 	    channels.c channels.h cipher.c cli.c clientloop.c deattack.c dh.c
> 	    hostfile.c includes.h kex.c kexdh.c kexgex.c key.c misc.c misc.h
> 	    nchan2.ms openssh2netbsd packet.c pathnames.h radix.c readconf.c
> 	    readconf.h readpass.c scp.c servconf.c servconf.h serverloop.c
> 	    session.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c sftp.1
> 	    sftp.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.1 ssh-keygen.c
> 	    ssh-keyscan.1 ssh-keyscan.c ssh-rsa.c ssh.1 ssh.c ssh.h ssh1.h
> 	    sshconnect.c sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config
> 	    version.h
> 	basesrc/distrib/sets/lists/etc: mi obsolete.mi
> 	basesrc/usr.bin/ssh: Makefile
> 	basesrc/usr.bin/ssh/sshd: Makefile
> Added Files:
> 	basesrc/crypto/dist/ssh: auth-skey.c
> Removed Files:
> 	basesrc/crypto/dist/ssh: nchan.h primes primes.5
> 
> Log Message:
> upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
> 
> - authorized_keys2 and known_hosts2 are obsoleted, and integrated
>   into those without "2".
> - file name change, /etc/primes -> /etc/moduli
> - cleanups