From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-c1p-024060.sys.comcast.net (resqmta-c1p-024060.sys.comcast.net [IPv6:2001:558:fd00:56::3]) by sourceware.org (Postfix) with ESMTPS id 0FD273858D1E for ; Sun, 9 Oct 2022 15:09:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0FD273858D1E Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=acm.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=acm.org Received: from resomta-c1p-022591.sys.comcast.net ([96.102.18.238]) by resqmta-c1p-024060.sys.comcast.net with ESMTP id hXcoo4Sfe0YO3hXw4oZfJM; Sun, 09 Oct 2022 15:09:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20211018a; t=1665328188; bh=7rbaIvjrqg97SmC0Gtc5ckUxNvIEHMFHah/RSCiYcjQ=; h=Received:Received:Message-ID:Date:MIME-Version:Subject:To:From: Content-Type; b=oDxJ8lsEqCFfpqLpmy+zPMIVO9wZmUoGBJ/0z//X5xlDUMyh5DRXpOGoSrGAsNLPF bj3TyauFPMxcPyDWeTM5D1/d8UgX4Vs+AdCtWGIsUtKoEV/dHUt4yYvEsTnj+MlzUK fVnzwlSfK6WHCZRZ8umF+I/Go2bKQEU/pjsDAAOYueb6pNbQXxMuEgLpT2RptG2ZlT wklUynCxW3tVJVL9JpOr2ob9rxjIOBjJG0qXGwuNW2eyoJMQuDZ8vip4L4TKlC5Xu5 J0NkQFNc+438II8Po9hS+kf/jN8fX5oTujQF/TIEddHZ2bpGNmUFS2mVvKLJDzb59C N3tmNnEIGJsyg== Received: from [IPV6:2601:547:c500:dbe:4020:7910:4ac4:da9b] ([IPv6:2601:547:c500:dbe:4020:7910:4ac4:da9b]) by resomta-c1p-022591.sys.comcast.net with ESMTPSA id hXw1oRKdGnEI4hXw1o4EaS; Sun, 09 Oct 2022 15:09:47 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Message-ID: <0d704fae-2f1b-d291-43d5-df44f414be2d@acm.org> Date: Sun, 9 Oct 2022 11:09:45 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [ITP] minisign 0.10 Content-Language: en-US To: Jon Turney , "cygwin-apps@cygwin.com" References: <3f0de1a7-e057-78be-dd8b-3b05badaa138@acm.org> From: Chad Dougherty In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,KAM_DMARC_NONE,KAM_NUMSUBJECT,NICE_REPLY_A,SPF_HELO_PASS,SPF_SOFTFAIL,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-10-09 10:33, Jon Turney wrote: > Thanks. > > I think I'd like to be using minisign to sign setup.ini for Cygwin's > setup, rather than the accident waiting to happen which is libgpg, but > that's a whole other project... > I admit that was an ulterior motive but I also recognize there's a whole lot more to it :) I've used minisign to verify a few other things and I thought it would be another good exercise for me to get my feet wet on the packaging process. > Comments I made about rsync.cygport on REQUIRES and src_compile() also > apply here. > Ah, I think I understand better now. I'll address the rsync update soon. In the case of minisign, it uses CMake and needed to invoke cygcmake, that's why I left src_compile() there. Is that wrong? It didn't compile with that commented out even though I inherit cmake. >> src_install() { >>   cd ${B} >>   cyginstall >> } > > I think this is the same as the default src_install, so can be omitted? > Yep. -- -Chad