From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1897 invoked by alias); 29 Jun 2017 10:17:31 -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 1879 invoked by uid 89); 29 Jun 2017 10:17:30 -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-languages-length:969 X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Jun 2017 10:17:29 +0000 Received: by mail-wm0-f44.google.com with SMTP id b184so9147684wme.1 for ; Thu, 29 Jun 2017 03:17:28 -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=b+HWW9CgNbBbS2To+ZkIZkEms8K/5rpprddadzTMR3o=; b=SCduPlqJgCRA6JgcgGid1IkgOhHPc7ucCTrUJx5gWqaWiw4NsgR8Ghyr19/PE8z+tg Absa2bvxQQhzempJrsKJ/JDHJ6S2HVZUbhds4EcmER0a+0GrcNGJbn7nCBEukNlcYuTa /My2kM4KlIGnT4CLqAYHt0keDbtpn+FsPmIxuZXkuIxWq5q/tLUpaMiE1y8QS7tB/7U1 n/Kroa2VpRRyLLehAMEmLhJjVPGxBggqWT5v/bYz2OpDOfrrEnod87K4yoyQZ93WyTSf VpatQQ9HM5eHOqv7bla+thLuw0HP2zcL6S/ofIivdn7Ir9tckwj/wF/tOnEXrvZkJ0oI W5VA== X-Gm-Message-State: AKS2vOzSmkI1qa6rC3NLGRQ3kPZBQEMktljI1atGpObu9gSTE5SjUdNQ czcUxOGwdWlOK+tzmyA= X-Received: by 10.80.166.216 with SMTP id f24mr1197602edc.71.1498731446737; Thu, 29 Jun 2017 03:17:26 -0700 (PDT) Received: from [172.21.192.193] ([62.154.173.198]) by smtp.googlemail.com with ESMTPSA id q10sm425943eda.25.2017.06.29.03.17.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jun 2017 03:17:25 -0700 (PDT) Subject: Re: gnupg2 ? To: cygwin-apps@cygwin.com References: <2ed91a25-083f-5ace-dee7-ae5bc6f57520@cygwin.com> From: Marco Atzeri Message-ID: Date: Thu, 29 Jun 2017 10:17: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/msg00046.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? > Hi Yaakov, on my tests on 64 bit libassuan was always failing. I looked inside the code and I saw a lot of assumption on cygwin that seems not anymore, if ever, valid. I will look on your proposal Regards Marco