diff options
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/cmake/patches/ReadMe.md | 8 | ||||
-rw-r--r-- | Ports/openssh/ReadMe.md | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Ports/cmake/patches/ReadMe.md b/Ports/cmake/patches/ReadMe.md index 8ed638e7b4..571c7cf5c2 100644 --- a/Ports/cmake/patches/ReadMe.md +++ b/Ports/cmake/patches/ReadMe.md @@ -117,7 +117,7 @@ Everyone gets this wrong. most platforms are very lax with these includes, but w ### Status - [X] Local? -- [ ] Should be merged to upstream? +- [ ] Should be merged to upstream? - [ ] Resolves issue(s) with our side of things - [ ] Hack @@ -127,7 +127,7 @@ Our libstdc++ does not define `std::atoll`, this patch uses the equivalent C fun ### Status - [ ] Local? -- [ ] Should be merged to upstream? +- [ ] Should be merged to upstream? - [X] Resolves issue(s) with our side of things - [ ] Hack @@ -137,7 +137,7 @@ These two defines make GCC very sad. reasons are unknown at this time. ### Status - [ ] Local? -- [ ] Should be merged to upstream? +- [ ] Should be merged to upstream? - [X] Resolves issue(s) with our side of things - [X] Hack @@ -219,7 +219,7 @@ For unknown reasons, `curl_setup_once.h` does not include `sys/stat.h`. this pat ### Status - [ ] Local? -- [ ] Should be merged to upstream? +- [ ] Should be merged to upstream? - [X] Resolves issue(s) with our side of things - [X] Hack diff --git a/Ports/openssh/ReadMe.md b/Ports/openssh/ReadMe.md index 5be248bba8..f157b31d4d 100644 --- a/Ports/openssh/ReadMe.md +++ b/Ports/openssh/ReadMe.md @@ -3,7 +3,7 @@ - No DNS support. - No proxy support. - Assumes SSH2.0 for now. -- Cannot determine compatibility flags. +- Cannot determine compatibility flags. This means there may be some weird bugs when connecting to certain SSH implementations. - SSHD does not work as it requires socketpair. It will start, but will crash on connection. |