From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21073 invoked by alias); 5 Jun 2019 08:55:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 20468 invoked by uid 89); 5 Jun 2019 08:55:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mailout, H*F:D*t-online.de, H*r:sk:mailout, H*RU:sk:mailout X-HELO: mailout12.t-online.de Received: from mailout12.t-online.de (HELO mailout12.t-online.de) (194.25.134.22) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Jun 2019 08:55:44 +0000 Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout12.t-online.de (Postfix) with SMTP id AE26341BEC8F for ; Wed, 5 Jun 2019 10:55:40 +0200 (CEST) Received: from [192.168.2.127] (SscGYmZvghAKyLuslpCCPGCXu7y44btiBqGZIRpcgjEwQAtZDgyxAv2pQA+LLqhQNn@[84.159.159.76]) by fwd10.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1hYRhr-1FJUYK0; Wed, 5 Jun 2019 10:55:39 +0200 From: Henning Subject: Package pinfo-0.6.10 - fix for very old bug To: cygwin@cygwin.com Message-ID: Date: Wed, 05 Jun 2019 08:55:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------5C139B3101E7D3DA183E5D40" X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00047.txt.bz2 --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 511 In src/parse_confic.c there are two typos which cause an error message Parse error in config file on line nnn if you try to assign function keys f9 or f10 using the usual KEY_F() syntax. These two require KEY_(F). This bug was present as early as 2002 and is still present in the latest version 0.6.13. The attached patch applies to 0.6.10 (the current version in cygwin) and also to 0.6.13. I've also sent it to the maintainer, Bas Zoetekouw. So it might be taken intp account in 0.6.14. Henning --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=UTF-8; name="f9f10.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="f9f10.diff" Content-length: 741 LS0tIGEvc3JjL3BhcnNlX2NvbmZpZy5jCTIwMDYtMDYtMjQgMTc6MTY6MTQu MDAwMDAwMDAwICswMjAwCisrKyBiL3NyYy9wYXJzZV9jb25maWcuYwkyMDE5 LTA2LTA0IDIxOjI5OjE0LjkwMjQyMDgwMCArMDIwMApAQCAtODY3LDkgKzg2 Nyw5IEBACiAJCQkJCSprZXkgPSBLRVlfRig3KTsKIAkJCQllbHNlIGlmICgh KHN0cm5jbXAodGVtcCArIDQsICJGKDgpIiwgNCkpKQogCQkJCQkqa2V5ID0g S0VZX0YoOCk7Ci0JCQkJZWxzZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAi KEY5KSIsIDQpKSkKKwkJCQllbHNlIGlmICghKHN0cm5jbXAodGVtcCArIDQs ICJGKDkpIiwgNCkpKQogCQkJCQkqa2V5ID0gS0VZX0YoOSk7Ci0JCQkJZWxz ZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAiKEYxMCkiLCA1KSkpCisJCQkJ ZWxzZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAiRigxMCkiLCA1KSkpCiAJ CQkJCSprZXkgPSBLRVlfRigxMCk7CiAJCQkJZWxzZSBpZiAoIShzdHJuY21w KHRlbXAgKyA0LCAiRigxMSkiLCA1KSkpCiAJCQkJCSprZXkgPSBLRVlfRigx MSk7Cg== --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=us-ascii Content-length: 219 -- 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 --------------5C139B3101E7D3DA183E5D40--