From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98655 invoked by alias); 30 Jun 2017 20:21:02 -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 98640 invoked by uid 89); 30 Jun 2017 20:21:01 -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=Hx-languages-length:952, 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; Fri, 30 Jun 2017 20:21:00 +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 133E1120EC for ; Fri, 30 Jun 2017 20:20:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 133E1120EC Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 133E1120EC Received: from [10.10.120.18] (ovpn-120-18.rdu2.redhat.com [10.10.120.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C028C82755 for ; Fri, 30 Jun 2017 20:20:58 +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> From: Yaakov Selkowitz Message-ID: Date: Fri, 30 Jun 2017 20:21: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: <5a1dd26f-a646-0cd1-c797-30f9b3612782@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00056.txt.bz2 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: >> >> https://github.com/cygwinports/libassuan >> https://github.com/cygwinports/libksba >> https://github.com/cygwinports/npth >> https://github.com/cygwinports/gnupg2 >> https://github.com/cygwinports/pinentry >> https://github.com/cygwinports/gpa >> >> 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? -- Yaakov