DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 54PIOWNw2482210 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 54PIOWNw2482210 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=qi8FoCGH X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CAE4385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1748197470; bh=Gm8DieIjH5lPYT1/DqgRR0HEWTFF3KuD4Ak1kjNc01k=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=qi8FoCGHRNjbhMScSIb4z7T1GtAqs1kkqgFwq9rHc9dIQVLPsSt8Tbc+M1c4yNv4g F3/J8DvpmiBxQYA8nf02o+ehImdsz+ECpnpP4rrUyvN4ajT+UVgJNS9QTuC9I8Qzdv oXhzkzfG+ylULYC9+hzwyPD8vys6HtXW2jEtIZhk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC1FB3858D21 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BC1FB3858D21 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1748197413; cv=none; b=REEzQvuxCa5LJRbwTGl7zpwNGKVDRi968w9zE9pcsFqjVUcsq65H4tc5nLKSq/t3xIlvuS+zLz+HFgW81yiUyiOMKpbdAe2XdcVEgSMcXuYNap0rGtvje9fYvjrPeFo9iQRYEN7ICgZGFWl60TozS2tVN7uC9F43oCZp1ebA8yw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1748197413; c=relaxed/simple; bh=mXo7ytR48GPJR02h7NrfANtnCvmS/V7BSkQtAqRIxQA=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=pOsOlYTRlHBxA9uArzzSFTx+FJoNdRyK5KljVSR4yrVkIlTthXVuZBfPx8xrQjVf7Il3paaR3RWTIrLFQDbc6NYWthx6jGM9Y0tA+qyOkbgAXOK2P3mZFtY8RQ8b5BXuKfHFrC7XFVpbqwTJNXQawEuOkC01QfhE3BQUuqn75M8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC1FB3858D21 Date: Sun, 25 May 2025 11:23:33 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: Brian Inglis via Cygwin Subject: Re: openssl and libcurl issue with cargo In-Reply-To: Message-ID: <7649df83-c3d9-551b-b2a8-03ca018bca68@jdrake.com> References: <3a509f81-1b37-8625-7b3a-57b2027ccd66 AT jdrake DOT com> <083b5ba7-46c8-8780-d362-bea33f227cb9 AT jdrake DOT com> <874ix9gky6 DOT fsf AT Gerda DOT invalid> MIME-Version: 1.0 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: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: > So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, > with > the latest curl packages, retest and report, if you don't mind. > I've got 'dist' tarballs built for Cygwin, in https://github.com/jeremyd2019/rust/releases/tag/cygwin-3e674b06b . If someone else wants to play with them without fighting to get the initial cross-compile to work. Now I can try the test build and unmodified curl. To build these, I used my libgit2.cygport, plus diff --git a/openssl.cygport b/openssl.cygport index 4e29520..247efed 100644 --- a/openssl.cygport +++ b/openssl.cygport @@ -40,6 +40,7 @@ PATCH_URI=" 0051-Support-different-R_BITS-lengths-for-KBKDF.patch fedora/0052-Allow-SHA1-in-seclevel-1-if-rh-allow-sha1-signatures.patch 0100-RSA-PKCS15-implicit-rejection.patch + https://raw.githubusercontent.com/msys2/MSYS2-packages/9768c4d41b4641b1f2008f3b80d9705406d4f562/openssl/0005-skip-dllmain-detach.patch " # PKG_NAMES="openssl openssl-perl libssl3 libssl-devel" diff --git a/curl.cygport b/curl.cygport index c0423b6..9de3cbe 100644 --- a/curl.cygport +++ b/curl.cygport @@ -30,7 +30,7 @@ wcurl_VERSION=2025.02.24 GIT_URI=https://github.com/$BASE/w$BASE GIT_ARCHIVE=$GIT_URI/archive/refs/tags/v$wcurl_VERSION.tar.gz SRC_URI+=" $GIT_ARCHIVE#/w$BASE-$wcurl_VERSION.tar.gz" -PATCH_URI= +PATCH_URI="https://raw.githubusercontent.com/msys2/MSYS2-packages/9768c4d41b4641b1f2008f3b80d9705406d4f562/curl/openssl-no-cleanup.patch" # 7.71.1-2-curl-config.in.patch # 7.71.1-2-libstubgss-no-undefined.patch # curl-8.1.2-tests-pathhelp-pm-Cygwin-not-Win.patch -- 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