Subject: CVS commit: pkgsrc/security/openssh
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2001 10:21:24
Module Name:	pkgsrc
Committed By:	martti
Date:		Mon Dec  3 08:21:23 UTC 2001

Modified Files:
	pkgsrc/security/openssh: Makefile distinfo
	pkgsrc/security/openssh/patches: patch-aa patch-ab patch-ah

Log Message:
* Updated to 3.0.2.1
* Disabled scard-install (patch/patch-ah -- Do we need/want it?)

Changes since 2.9.9.2:

- Don't allow authorized_keys specified environment variables when
  UseLogin in active
- Fix IPv4 default in ssh-keyscan
- Fix early (and double) free of remote user when using Kerberos
- fix krb5 authorization check
- enable authorized_keys2 again
- ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
- make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
- pad using the padding field from the ssh2 packet instead of sending
  extra ignore messages
- missing free and sync dss/rsa code
- crank c->path to 256 so they can hold a full hostname
- cleanup libwrap support
- Fix fd leak in loginrec.c
- avoid possible FD_ISSET overflow for channels established
  during channnel_after_select()
- chdir $HOME after krb_afslog()
- stat subsystem command before calling do_exec
- close all channels if the connection to the remote host has been closed,
  should fix sshd's hanging with WCHAN==wait
- add NoHostAuthenticationForLocalhost; note that the hostkey is
  now check for localhost, too
- loginrec.c: fix type conversion problems exposed when using 64-bit off_t
- Update spec files for new x11-askpass


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/security/openssh/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/security/openssh/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/security/openssh/patches/patch-ab
cvs rdiff -r1.14 -r1.15 pkgsrc/security/openssh/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.