Someone who goes to the effort of installing openssh-portable with GSSAPI enabled probably wants the GSSAPI key-exchange as well. For whatever reason, this still isn't integrated as of OpenSSH 4.2. Fix: Simon Wilkinson's patch for 4.0p1 still applies cleanly on 4.2p1. How-To-Repeat: Install openssh-portable with GSSAPI turned on. Get annoying messages about public keys.
Responsible Changed From-To: freebsd-ports-bugs->mnag I'll take it
Dear Garrett, Best way to include this patch in openssh is submitting to upstream developers of openssh. Thanks -- Marcus Alves Grando Grupos Internet S/A marcus(at)corp.grupos.com.br mnag(at)FreeBSD.org
mnag 2006-10-07 21:06:55 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile distinfo Added files: security/openssh-portable/files openssh-lpk.patch Log: - Add OPTION to enable Kerberos/GSSAPI patch [1] - Add OPTION to enable LPK patch (ldap stored public key) [2] PR: 86384 [1], 103399 [2] Submitted by: Garrett Wollman <wollman___khavrinen.csail.mit.edu> [1], Dmitriy Kirhlarov <dkirhlarov___oilspace.com> [2] Revision Changes Path 1.113 +31 -11 ports/security/openssh-portable/Makefile 1.37 +6 -0 ports/security/openssh-portable/distinfo 1.1 +1813 -0 ports/security/openssh-portable/files/openssh-lpk.patch (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!