X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4F336323.7010904@cwilson.fastmail.fm> Date: Thu, 09 Feb 2012 01:09:39 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config References: <5792aa960fbaca409f15179dbe31fa0c DOT squirrel AT deadeye DOT schutter DOT home> <20120208203016 DOT GD23481 AT calimero DOT vinschen DOT de> In-Reply-To: <20120208203016.GD23481@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2/8/2012 3:30 PM, Corinna Vinschen wrote: > On Feb 8 13:12, Tom Schutter wrote: >> It appears that the "-v" option to passwd was changed to "-V" in >> cygwin-1.7.10.1. This indirectly breaks the ssh-host-config script. >> The actual breakage is in the csih script. >> [...] >> $ grep "passwd -v" /usr/share/csih/cygwin-service-installation-helper.sh >> passwd_has_expiry_flags=$(passwd -v | /usr/bin/awk '/^passwd >> /{print ( $3>= >> 1.5 ) ? "yes" : "no";}') > > Chuck, can we please remove this test in csih amd release a new version > ASAP? The expiry stuff is from 2003 so we can safely assume its > existence. Especially as csih-0.9.x requires cygwin-1.7. I've uploaded a csih-0.9.5-1 as a 'test' release. Changes: * native/Makefile: Avoid -mno-cygwin and gcc3; use mingw cross compiler. * native/winProductName.c (GetOSDisplayString): Support Windows 8 and Windows Server 8. Improve support for various Microsoft OS products. * New functions csih_is_windows8(), csih_is_exactly_windows8(), and csih_is_exactly_windows8server(). * In csih_account_has_necessary_privileges(), no longer attempt to validate membership in Administrators group -- the test doesn't work properly on domains anyway. Just try to set the necessary rights and report error if the operation fails. Reported by Corinna Vinschen. * In csih_create_privileged_user(), don't attempt to check whether /usr/bin/passwd has the -e option; all versions of passwd shipped with cygwin-1.7.x support it. Reported by Tom Schutter. * Fixed bug related to the various existing csih_is_exactly_* functions. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple