Subject: CVS commit: [netbsd-3] src/usr.bin/ssh
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/02/2005 12:42:10
Module Name:	src
Committed By:	tron
Date:		Fri Sep  2 12:42:10 UTC 2005

Modified Files:
	src/usr.bin/ssh [netbsd-3]: Makefile.inc
	src/usr.bin/ssh/ssh [netbsd-3]: Makefile
	src/usr.bin/ssh/sshd [netbsd-3]: Makefile

Log Message:
Pull up following revision(s) (requested by christos in ticket #719):
	usr.bin/ssh/ssh/Makefile: revision 1.22
	usr.bin/ssh/sshd/Makefile: revision 1.27
	usr.bin/ssh/Makefile.inc: revision 1.12
PR/30750: Mark Davies: ssh gives bogus complaint when gssapi authentication
fails. The problem was that different ssh programs were compiled with different
cpp flags. In particular, ssh-keysign was affected. Move all the CPPFLAGS
to Makefile.inc. Note that I am not moving the library portion of the defines
because we don't want to link everything with all the libraries.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 src/usr.bin/ssh/Makefile.inc
cvs rdiff -r1.21 -r1.21.2.1 src/usr.bin/ssh/ssh/Makefile
cvs rdiff -r1.25 -r1.25.2.1 src/usr.bin/ssh/sshd/Makefile

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