From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (unknown [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id 12954386F812; Sat, 2 May 2020 15:36:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 12954386F812 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUuC3-0005BC-Gh; Sat, 02 May 2020 15:36:43 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.92.3) (envelope-from ) id 1jUuC3-000Wrz-3b; Sat, 02 May 2020 11:36:43 -0400 Received: from fche by very.elastic.org with local (Exim 4.92.3) (envelope-from ) id 1jUuC3-0051eY-2q; Sat, 02 May 2020 11:36:43 -0400 Date: Sat, 2 May 2020 11:36:43 -0400 From: "Frank Ch. Eigler" To: cygwin@cygwin.com, Overseers mailing list Subject: Re: changed behaviour for "cygcheck -p " Message-ID: <20200502153643.GD749797@elastic.org> References: <5969fad0-6055-4a5c-bbde-813f916c185f@SystematicSw.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5969fad0-6055-4a5c-bbde-813f916c185f@SystematicSw.ab.ca> X-Sender-Verification: "" X-Sender-Verification: "" X-Spam-Status: No, score=-105.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 15:36:45 -0000 Hi - > > It seems there is a new escape system that is fooling > > the search engine > > $ cygcheck -p 'bin/mutt' > https://cygwin.com/packages/ I suspect it's not new, but yes, urlescaped %XY characters are not correctly handled in package-grep.cgi. Until it's fixed, you can use dots instead of slashes, for example. - FChE