2024-03-29 05:11 UTC

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002839Buildsystem[All Projects] Generalpublic2022-02-14 22:16
ReporterCameron Cawley 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusnewResolutionopen 
Summary0002839: [PATCH] Fix libcurl builds with MinGW
DescriptionThis has been submitted upstream and is included in newer versions of curl.

https://github.com/curl/curl/pull/7025
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files
  • patch file icon 0001-Fix-libcurl-builds-with-MinGW.patch (1,218 bytes) 2022-02-14 22:16 -
    From 9a64fa6532d62c295b5030415886374540c97087 Mon Sep 17 00:00:00 2001
    From: Cameron Cawley <ccawley2011@gmail.com>
    Date: Mon, 14 Feb 2022 22:05:32 +0000
    Subject: [PATCH] Fix libcurl builds with MinGW
    
    ---
     sdk/recipes/patches/libcurl/lib.vtls.openssl.c.p | 12 ++++++++++++
     1 file changed, 12 insertions(+)
     create mode 100644 sdk/recipes/patches/libcurl/lib.vtls.openssl.c.p
    
    diff --git a/sdk/recipes/patches/libcurl/lib.vtls.openssl.c.p b/sdk/recipes/patches/libcurl/lib.vtls.openssl.c.p
    new file mode 100644
    index 0000000..682211c
    --- /dev/null
    +++ b/sdk/recipes/patches/libcurl/lib.vtls.openssl.c.p
    @@ -0,0 +1,12 @@
    +--- lib/vtls/openssl.c.orig	2021-04-12 09:04:07.000000000 +0100
    ++++ lib/vtls/openssl.c	2021-09-12 19:15:37.380253943 +0100
    +@@ -2885,8 +2885,7 @@
    +   if((SSL_CONN_CONFIG(verifypeer) || SSL_CONN_CONFIG(verifyhost)) &&
    +      (SSL_SET_OPTION(native_ca_store))) {
    +     X509_STORE *store = SSL_CTX_get_cert_store(backend->ctx);
    +-    HCERTSTORE hStore = CertOpenSystemStore((HCRYPTPROV_LEGACY)NULL,
    +-                                            TEXT("ROOT"));
    ++    HCERTSTORE hStore = CertOpenSystemStore(0, TEXT("ROOT"));
    + 
    +     if(hStore) {
    +       PCCERT_CONTEXT pContext = NULL;
    -- 
    2.30.2
    
    
    patch file icon 0001-Fix-libcurl-builds-with-MinGW.patch (1,218 bytes) 2022-02-14 22:16 +

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2022-02-14 22:16 Cameron Cawley New Issue
2022-02-14 22:16 Cameron Cawley File Added: 0001-Fix-libcurl-builds-with-MinGW.patch
+Issue History