diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-11-04 22:58:08 +0100 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-11-04 22:58:08 +0100 |
commit | 6d1ff5ff8071369e31bc97b024dfa9b276d686e7 (patch) | |
tree | d5dc0bb6f0abea84fe8fc9d4b768389f5132dbf2 | |
parent | 04a1031d3429ff8e5a2ae4d820702c50519243a8 (diff) | |
download | buildroot-6d1ff5ff8071369e31bc97b024dfa9b276d686e7.tar.gz buildroot-6d1ff5ff8071369e31bc97b024dfa9b276d686e7.zip |
CHANGES: update with the explicit choice of backend in libssh2
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2017.11-rc1, To be released + libssh2: there is now an explicit choice of the backend to use + (mbedtls, gnutls or openssl). Previously, the choice was implicit + based on the TLS library that was selected. Now, it is possible to + choose the backend, which is important if several TLS libraries are + selected. The default is mbedtls, even if you didn't have mbedtls + selected before. + netsnmp: all MIB files are now installed, making the target filesystem a bit bigger than before. To remove unneeded MIBS, you should use a post-build script. |