X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51E8B3857716 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1695656777; bh=tkVyyuy3KCcxTS49trR7rBTpehp16RYqN2M3Baw1VDQ=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=dAG1wA5D++2cgPJLiYsxsODLym51xNWCQzhiQE8Ls3OdK4nWoXbaGRnjj6mfpalkD wmLB1BweJ74zDBSHRMpKZik9hG9J3yQ576jMuhv0lQYRfy2wh7YeLIiwlEWAVTyaNq yX7dUNlq+FT4wc5oXfU3AWgBDNdThZtRk26xncdU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C38FA3858CDA X-Authority-Analysis: v=2.4 cv=ef4uwpIH c=1 sm=1 tr=0 ts=6511ab39 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=7392p9bmP1SmsWvOWsUA:9 a=QEXdDO2ut3YA:10 a=laBu1QMJHikA:10 a=sRI3_1zDfAgwuvI8zelB:22 Message-ID: <130e5776-5f8e-f48b-0147-50a17cb1b48e@Shaw.ca> Date: Mon, 25 Sep 2023 09:46:00 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: libargon2-devel is missing libargon2.pc file Content-Language: en-CA To: cygwin AT cygwin DOT com References: <7d023939-5846-a5cc-f171-a5c56af29352 AT asokolov DOT org> Organization: Inglis In-Reply-To: <7d023939-5846-a5cc-f171-a5c56af29352@asokolov.org> X-CMAE-Envelope: MS4xfJ7uz+aWYYxQ77B4jtLw6fr3xo/ltK4EXl3twI8EpizY2yB2uOZ919gABiZNK3svNh8M9kTm+kk0yrSsmLWseyM+UbzFncPR26oeiVeA9bC9Hb/aRCVU vpsav7tujTPhR/zqPMCDbpjTjVdHT4WvrCipOHTFhThoKF7M0TSH5MZSmNhQorq8F9izYVoEcyGnrGsRbmHGSItQGEc0BLj3kVuQdQyBerpOJoqZNvl47sOb X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, 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 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Brian Inglis via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Brian Inglis Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 38PFkI4p020115 On 2023-09-24 15:09, Alexey Sokolov via Cygwin wrote: > Hello, the packaged version of libargon2 is quite old. In 2019 upstream added > the .pc file, and released new version. As of now it's harder than necessary to > use libargon2 on cygwin - need to special case cygwin and include the > header/library manually. Please update. If you check the package source: https://cygwin.com/packages/summary/argon2-src.html argon2 is orphaned with no maintainer! You can clone the cygport repo linked there: https://cygwin.com/git/cygwin-packages/argon2 install cygport and any required argon2 build dependencies, update the version etc. in the cygport, and possibly also the patch if required, and run: $ cygport argon2.cygport get all check to download, patch, configure, build, and run checks on the built package. If successful, the package files will be virtually installed under: argon2-20190702-1.x86_64/inst/ and the installable tars under: argon2-20190702-1.x86_64/dist/argon2/ which you can test use of by running: $ tar -x -C / -f ... on each of: argon2-20190702-1.x86_64/dist/argon2/libargon2_1/libargon2_1-20190702-1.tar.xz argon2-20190702-1.x86_64/dist/argon2/libargon2-devel/libargon2-devel-20190702-1.tar.xz argon2-20190702-1.x86_64/dist/argon2/argon2-20190702-1.tar.xz If you are successful, after reading the contributor and packaging guidelines and linked pages, you may wish to offer to become the new maintainer of the package, for which help is available by subscribing and posting to the cygwin-apps list with subject "[ITA] argon2". -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple