From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115931 invoked by alias); 11 Jul 2017 21:12:07 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 115920 invoked by uid 89); 11 Jul 2017 21:12:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_FUZZY_SPRM autolearn=no version=3.3.2 spammy=H*M:cygwin X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jul 2017 21:12:05 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 95CCB5F7B0 for ; Tue, 11 Jul 2017 21:12:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 95CCB5F7B0 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 95CCB5F7B0 Received: from [10.10.120.10] (ovpn-120-10.rdu2.redhat.com [10.10.120.10]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 439F7729BF for ; Tue, 11 Jul 2017 21:12:04 +0000 (UTC) Subject: Re: gnupg2 ? To: cygwin-apps@cygwin.com References: <2ed91a25-083f-5ace-dee7-ae5bc6f57520@cygwin.com> <5a1dd26f-a646-0cd1-c797-30f9b3612782@gmail.com> <779290d3-a265-3ed1-ebe6-c582aaa876af@gmail.com> From: Yaakov Selkowitz Message-ID: <2402b341-c7db-87f5-6f06-6721904017ac@cygwin.com> Date: Tue, 11 Jul 2017 21:12:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <779290d3-a265-3ed1-ebe6-c582aaa876af@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00029.txt.bz2 On 2017-06-30 23:28, Marco Atzeri wrote: > On 30/06/2017 22:20, Yaakov Selkowitz wrote: >> On 2017-06-30 00:34, Marco Atzeri wrote: >>> On 29/06/2017 08:27, Yaakov Selkowitz wrote: >>>> In order to update gpgme, we need libassuan in the distribution, as >>>> GnuPG 2 support is no longer optional. While I think we could get by >>>> with just that (and allow it to fall back to 1.x support at >>>> runtime), it >>>> did spur me to take another look at the gnupg2 stack. I don't know if >>>> it's *perfect* but it seems to be generally working: >>>> >>>> Any chance you could test this out and/or be interested in maintaining >>>> some or all of it? >>> >>> I am uploading all except gpa, that will follow later. >> >> Great, thanks! Did you find anything else that needed changing in these >> packages? > > only some DIFF_EXCLUDES Based on feedback from the list, please consider the following: https://github.com/cygwinports/pinentry/commit/b5933f33b4894849280e0edf88cac7883b9e10b0.patch -- Yaakov