[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 351/411: KNOWN_BUGS: cmake autodetects cert paths when cross-com
From: |
gnunet |
Subject: |
[gnurl] 351/411: KNOWN_BUGS: cmake autodetects cert paths when cross-compiling |
Date: |
Wed, 13 Jan 2021 01:22:46 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit bf9e14159cbd74d3f106a48613df7f0f771bc299
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Wed Nov 18 16:58:44 2020 +0100
KNOWN_BUGS: cmake autodetects cert paths when cross-compiling
Closes #6178
---
docs/KNOWN_BUGS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 53ea5bf76..94fa76fc0 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -130,6 +130,7 @@ problems may have been fixed or changed somewhat since this
was written!
15.7 generated .pc file contains strange entries
15.8 libcurl.pc uses absolute library paths
15.9 doesn't fail if zlib support is requested but not found
+ 15.10 cert paths autodetected when cross-compiling
==============================================================================
@@ -888,3 +889,10 @@ problems may have been fixed or changed somewhat since
this was written!
15.9 doesn't fail if zlib support is requested but not found
See https://github.com/curl/curl/issues/6173
+
+15.10 cert paths autodetected when cross-compiling
+
+ The autotools build disables the ca_path/ca_bundle detection when
+ cross-compiling. The cmake build keeps doing the detection.
+
+ See https://github.com/curl/curl/issues/6178
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 283/411: CMake: make BUILD_TESTING dependent option, (continued)
- [gnurl] 283/411: CMake: make BUILD_TESTING dependent option, gnunet, 2021/01/12
- [gnurl] 337/411: cmake: correctly handle linker flags for static libs, gnunet, 2021/01/12
- [gnurl] 291/411: tool_operate: --retry for HTTP 408 responses too, gnunet, 2021/01/12
- [gnurl] 361/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 315/411: hsts: Remove pointless call to free in errorpath, gnunet, 2021/01/12
- [gnurl] 367/411: Makefile.m32: add support for UNICODE builds, gnunet, 2021/01/12
- [gnurl] 285/411: configure: use pkgconfig to find openSSL when cross-compiling, gnunet, 2021/01/12
- [gnurl] 354/411: cmake: make CURL_ZLIB a tri-state variable, gnunet, 2021/01/12
- [gnurl] 357/411: mailmap: Daniel Hwang, gnunet, 2021/01/12
- [gnurl] 265/411: CMake: store IDN2 information in curl_config.h, gnunet, 2021/01/12
- [gnurl] 351/411: KNOWN_BUGS: cmake autodetects cert paths when cross-compiling,
gnunet <=
- [gnurl] 222/411: build-wolfssl: fix build with Visual Studio 2019, gnunet, 2021/01/12
- [gnurl] 202/411: src: Consistently spell whitespace without whitespace, gnunet, 2021/01/12
- [gnurl] 224/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 277/411: range.d: fix typo, gnunet, 2021/01/12
- [gnurl] 296/411: sendf: move the verbose-check into Curl_debug, gnunet, 2021/01/12
- [gnurl] 359/411: tests/server/tftpd.c: close upload file right after transfer, gnunet, 2021/01/12
- [gnurl] 321/411: test493: verify --hsts upgrade and that %{url_effective} reflects that, gnunet, 2021/01/12
- [gnurl] 314/411: docs: Fix various typos in documentation, gnunet, 2021/01/12
- [gnurl] 364/411: http3: use the master branch of GnuTLS for testing, gnunet, 2021/01/12
- [gnurl] 349/411: KNOWN_BUGS: cmake libcurl.pc uses absolute library paths, gnunet, 2021/01/12