From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42997 invoked by alias); 30 Jun 2017 05:34:20 -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 41111 invoked by uid 89); 30 Jun 2017 05:34:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,T_FUZZY_SPRM autolearn=no version=3.3.2 spammy=HX-Gm-Message-State:sk:AIVw112 X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Jun 2017 05:34:17 +0000 Received: by mail-wm0-f48.google.com with SMTP id 62so100002911wmw.1 for ; Thu, 29 Jun 2017 22:34:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=PXRYHeAS9ABSAul2v8ZSwr73xmNu0OFcggNRqpSsdiY=; b=Rd3tRrGGb6g7lU8h8i1CjY2iynwRUnSRC7URh58owefW/RrDvFCLDRHPva+pdIIR7D 6Qxf3g8JQLhSbbDTXmZWRGK8rlyO7imQfD/pfcehPwRdL1nsCgr5BaM5zcvBqeLUyQSN SsefkDlwMqcUOczTyHtNAjdwC54zHNJHVOaplWB636qgtFU7SDnU3s1+HIrIpoMaXfzk hJTeCCJxYFvulxqRSvDYxlgCkmW7wgibItY/XNsSAUaf0UzMkz99SsIbkcB0orTk3lku +DlxLct6ljYyWoCXrKAFaWmj2DVkG3aEPFfzdb8K1GJn1KMf2/v35bJPMgHoWCw/TVPv PXYA== X-Gm-Message-State: AIVw112AqDPJ2Bmp4e5ouZ8CIGoLnuBcxR3X9EOneEHVkw8PwEraeUTQ 5qYs/LlcTTvNcWNE X-Received: by 10.28.66.208 with SMTP id k77mr95727wmi.89.1498800855185; Thu, 29 Jun 2017 22:34:15 -0700 (PDT) Received: from [192.168.2.108] (p4FDB39C7.dip0.t-ipconnect.de. [79.219.57.199]) by smtp.googlemail.com with ESMTPSA id v203sm10412303wmd.2.2017.06.29.22.34.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jun 2017 22:34:14 -0700 (PDT) Subject: Re: gnupg2 ? To: cygwin-apps@cygwin.com References: <2ed91a25-083f-5ace-dee7-ae5bc6f57520@cygwin.com> From: Marco Atzeri Message-ID: <5a1dd26f-a646-0cd1-c797-30f9b3612782@gmail.com> Date: Fri, 30 Jun 2017 05:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <2ed91a25-083f-5ace-dee7-ae5bc6f57520@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00053.txt.bz2 On 29/06/2017 08:27, Yaakov Selkowitz wrote: > Marco, > > 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. Thanks Marco