Call for testing: OpenSSH-6.0

Corinna Vinschen vinschen at redhat.com
Tue Feb 14 01:05:35 EST 2012


On Feb 13 17:51, Damien Miller wrote:
> Hi,
> 
> OpenSSH 6.0 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This release contains a
> couple of new features and changes and bug fixes. Testing of the new
> sandboxed privilege separation mode (see below) would be particularly
> appreciated.

All tests pass on Cygwin.  However, is it possible to apply the below
patch before releasing 6.0?  It just added back an important system
environment variable for native Windows apps.


Thanks,
Corinna


Index: openbsd-compat/bsd-cygwin_util.c
===================================================================
RCS file: /cvs/openssh/openbsd-compat/bsd-cygwin_util.c,v
retrieving revision 1.23
diff -u -p -r1.23 bsd-cygwin_util.c
--- openbsd-compat/bsd-cygwin_util.c	17 Aug 2011 01:31:09 -0000	1.23
+++ openbsd-compat/bsd-cygwin_util.c	13 Feb 2012 13:45:21 -0000
@@ -76,6 +76,7 @@ static struct wenv {
 	{ NL("OS=") },
 	{ NL("PATH=") },
 	{ NL("PATHEXT=") },
+	{ NL("PROGRAMFILES=") },
 	{ NL("SYSTEMDRIVE=") },
 	{ NL("SYSTEMROOT=") },
 	{ NL("WINDIR=") }

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


More information about the openssh-unix-dev mailing list