From 791b90b9898cc41869538f1dfc303588436682b7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 15 Feb 2020 11:50:31 -0500 Subject: add upstream 10.20 It is worth noting that the send email feature is not present in the GPL release. --- Bugs.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'Bugs.txt') diff --git a/Bugs.txt b/Bugs.txt index ad75f52f..fe61dc97 100755 --- a/Bugs.txt +++ b/Bugs.txt @@ -1,6 +1,6 @@ When manually compiling FreeFileSync, you should also fix the following bugs in its library dependencies. FreeFileSync generally uses the latest library versions and works with upstream to get the bugs fixed -that affect FreeFileSync. Therefore it is not recommended to compile against older library versions than +that affect FreeFileSync. Therefore it is NOT RECOMMENDED TO COMPILE AGAINST OLDER library versions than the ones mentioned below. The remaining issues that are yet to be fixed are listed in the following: @@ -64,17 +64,11 @@ move the following constants from src/sftp.h to include/libssh2_sftp.h: #define MAX_SFTP_READ_SIZE 30000 __________________________________________________________________________________________________________ -src/comp.c -https://github.com/libssh2/libssh2/pull/418 +src/transport.c +https://github.com/libssh2/libssh2/pull/443 -_libssh2_comp_methods(LIBSSH2_SESSION* session) -{ -+ #undef compress - if (session->flag.compress) - return comp_methods; - else - return no_comp_methods; -} +- if (encrypted && compressed) ++ if (encrypted && compressed && session->local.comp_abstract) __________________________________________________________________________________________________________ src/openssl.cpp -- cgit