[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 266/411: KNOWN_BUGS: mention the individual cmake issues
From: |
gnunet |
Subject: |
[gnurl] 266/411: KNOWN_BUGS: mention the individual cmake issues |
Date: |
Wed, 13 Jan 2021 01:21:21 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 141e23d78974774217fc22671934d16499505890
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Wed Oct 21 08:25:19 2020 +0200
KNOWN_BUGS: mention the individual cmake issues
... to make them easier to refer to and address separately and
one-by-one.
---
docs/KNOWN_BUGS | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 deletions(-)
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 1aa025fd5..4d60f4068 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -53,11 +53,14 @@ problems may have been fixed or changed somewhat since this
was written!
5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
5.4 Build with statically built dependency
5.5 can't handle Unicode arguments in non-Unicode builds on Windows
- 5.6 cmake support gaps
+ 5.6 cmake: use correct SONAME for shared library
5.7 Visual Studio project gaps
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
5.11 configure --with-gssapi with Heimdal is ignored on macOS
+ 5.12 cmake: support build with GnuTLS
+ 5.13 cmake: unusable tool_hugehelp.c with MinGW
+ 5.14 cmake: build docs/curl.1
6. Authentication
6.1 NTLM authentication and unicode
@@ -416,21 +419,12 @@ problems may have been fixed or changed somewhat since
this was written!
https://curl.haxx.se/bug/?i=731
https://curl.haxx.se/bug/?i=3747
-5.6 cmake support gaps
+5.6 cmake: use correct SONAME for shared library
- The cmake build setup lacks several features that the autoconf build
- offers. This includes:
+ The autotools build sets the SONAME properly according to VERSIONINFO in
+ lib/Makefile.am and so should cmake to make comparable build.
- - use of correct soname for the shared library build
-
- - support for several TLS backends are missing
-
- - the unit tests cause link failures in regular non-static builds
-
- - no nghttp2 check
-
- - unusable tool_hugehelp.c with MinGW, see
- https://github.com/curl/curl/issues/3125
+ See https://github.com/curl/curl/pull/5935
5.7 Visual Studio project gaps
@@ -473,6 +467,18 @@ problems may have been fixed or changed somewhat since
this was written!
https://github.com/curl/curl/issues/3841
+5.12 cmake: support build with GnuTLS
+
+5.13 cmake: unusable tool_hugehelp.c with MinGW
+
+ see https://github.com/curl/curl/issues/3125
+
+5.14 cmake: build docs/curl.1
+
+ The cmake build doesn't create the docs/curl.1 file and therefor must rely on
+ it being there already. This makes the --manual option not work and test
+ cases like 1139 can't function.
+
6. Authentication
6.1 NTLM authentication and unicode
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 225/411: curl: make sure setopt CURLOPT_IPRESOLVE passes on a long, (continued)
- [gnurl] 225/411: curl: make sure setopt CURLOPT_IPRESOLVE passes on a long, gnunet, 2021/01/12
- [gnurl] 239/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 214/411: runtests: allow generating a binary sequence from hex, gnunet, 2021/01/12
- [gnurl] 238/411: THANKS: from 7.73.0 and .mailmap fixes, gnunet, 2021/01/12
- [gnurl] 340/411: release-notes.pl: detect #[number] better for Ref: etc, gnunet, 2021/01/12
- [gnurl] 352/411: KNOWN_BUGS: cmake: libspsl is not supported, gnunet, 2021/01/12
- [gnurl] 284/411: tool_operate: bail out proper on errors for parallel setup, gnunet, 2021/01/12
- [gnurl] 288/411: acinclude: detect manually set minimum macos/ipod version, gnunet, 2021/01/12
- [gnurl] 375/411: test506: make it not run in c-ares builds, gnunet, 2021/01/12
- [gnurl] 306/411: rtsp: error out on empty Session ID, unified the code, gnunet, 2021/01/12
- [gnurl] 266/411: KNOWN_BUGS: mention the individual cmake issues,
gnunet <=
- [gnurl] 362/411: KNOWN_BUGS: wakeup socket disconnect causes havoc, gnunet, 2021/01/12
- [gnurl] 317/411: FAQ: refreshed, gnunet, 2021/01/12
- [gnurl] 322/411: FAQ: refresh "Why do I get "certificate verify failed", gnunet, 2021/01/12
- [gnurl] 302/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 267/411: libssh2: require version 1.0 or later, gnunet, 2021/01/12
- [gnurl] 286/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 308/411: KNOWN_BUGS: LDAPS with NSS is slow, gnunet, 2021/01/12
- [gnurl] 299/411: hsts: add support for Strict-Transport-Security, gnunet, 2021/01/12
- [gnurl] 300/411: hsts: add read/write callbacks, gnunet, 2021/01/12
- [gnurl] 320/411: url: make sure an HSTS upgrade updates URL and scheme correctly, gnunet, 2021/01/12