diff options
author | B Stack <bgstack15@gmail.com> | 2020-11-02 22:15:04 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-11-02 22:15:04 +0000 |
commit | debb37f9bef003546343a85573137daf7524b5a1 (patch) | |
tree | 53811457126253c74fb638abd1bf2253094bc3dd /freefilesync/debian/patches/ffs_libssh2.patch | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
parent | ffs 11.3-1 (diff) | |
download | stackrpms-debb37f9bef003546343a85573137daf7524b5a1.tar.gz stackrpms-debb37f9bef003546343a85573137daf7524b5a1.tar.bz2 stackrpms-debb37f9bef003546343a85573137daf7524b5a1.zip |
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 11.3-1
See merge request bgstack15/stackrpms!201
Diffstat (limited to 'freefilesync/debian/patches/ffs_libssh2.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_libssh2.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/freefilesync/debian/patches/ffs_libssh2.patch b/freefilesync/debian/patches/ffs_libssh2.patch index d5ca14e..022914b 100644 --- a/freefilesync/debian/patches/ffs_libssh2.patch +++ b/freefilesync/debian/patches/ffs_libssh2.patch @@ -9,8 +9,8 @@ Source: <none> Author: B Stack Message: libssh2 v1.8.0 does not yet implement these two error messages. I do not know why distros are not serving libssh2 v1.9.0 which wa released June 20, 2019. Date: 2019-09-17T13:41:23Z ---- 10.21-0/libssh2/libssh2_wrap.h 2020-03-18 08:56:08.500065173 -0400 -+++ 10.21-1/libssh2/libssh2_wrap.h 2020-03-18 09:11:49.398311857 -0400 +--- 11.3-0/libssh2/libssh2_wrap.h 2020-11-01 17:14:27.203497619 -0500 ++++ 11.3-1/libssh2/libssh2_wrap.h 2020-11-01 17:18:42.294130563 -0500 @@ -172,8 +172,8 @@ ZEN_CHECK_CASE_FOR_CONSTANT(LIBSSH2_ERROR_ENCRYPT); ZEN_CHECK_CASE_FOR_CONSTANT(LIBSSH2_ERROR_BAD_SOCKET); @@ -20,5 +20,6 @@ Date: 2019-09-17T13:41:23Z + //ZEN_CHECK_CASE_FOR_CONSTANT(LIBSSH2_ERROR_CHANNEL_WINDOW_FULL); + //ZEN_CHECK_CASE_FOR_CONSTANT(LIBSSH2_ERROR_KEYFILE_AUTH_FAILED); - default: + default: return replaceCpy<std::wstring>(L"SSH status %x", L"%x", numberTo<std::wstring>(sc)); + |