This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from 83927e9 Fix permissions on set timestamp script new bfbc1e9 Add libssh 0.6.4 ( + the 3 0.6.x commits since 0.6.4 was released) with our current 2 patches applied. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .../CMake-Show-My-Changes.txt | 17 +++ .../CMake/libssh/libssh-config-version.cmake | 11 ++ .../CMake/libssh/libssh-config.cmake | 13 +++ libssh/0.6.4-x2go1-mingw482_bin/bin/libssh.dll | Bin 0 -> 446214 bytes .../bin/libssh_threads.dll | Bin 41391 -> 41391 bytes libssh/0.6.4-x2go1-mingw482_bin/build-log.txt | 89 ++++++++++++++++ .../include/libssh/callbacks.h | 0 .../include/libssh/legacy.h | 0 .../include/libssh/libssh.h | 4 +- .../include/libssh/server.h | 66 +----------- .../include/libssh/sftp.h | 0 .../include/libssh/ssh2.h | 0 .../lib/libssh.dll.a | Bin 236770 -> 237438 bytes .../lib/libssh_threads.dll.a | Bin 1538 -> 1538 bytes .../lib/pkgconfig/libssh.pc | 2 +- .../lib/pkgconfig/libssh_threads.pc | 2 +- libssh/0.6.4-x2go1-mingw482_bin_set-timestamps.sh | 16 +++ .../0.6.4-x2go1-mingw482_src.zip} | Bin 531527 -> 515193 bytes .../0001-options-Fix-setting-the-port.patch | 112 ++++++++++++++++++++ ...heck-that-errno-is-0-to-fix-Windows-build.patch | 31 ++++++ .../0003-Fix-the-dh.c-build-with-libgcrypt.patch | 55 ++++++++++ .../CMake-Show-My-Changes.txt | 17 +++ ...upport-for-putty-s-pageant-0.6.4-71a931b.patch} | 12 +-- .../libssh-fix-mingw482-build.patch | 33 ++++++ .../why-patches-0001-0003-exist.txt | 16 +++ 25 files changed, 423 insertions(+), 73 deletions(-) create mode 100755 libssh/0.6.4-x2go1-mingw482_bin/CMake-Show-My-Changes.txt create mode 100755 libssh/0.6.4-x2go1-mingw482_bin/CMake/libssh/libssh-config-version.cmake create mode 100755 libssh/0.6.4-x2go1-mingw482_bin/CMake/libssh/libssh-config.cmake create mode 100755 libssh/0.6.4-x2go1-mingw482_bin/bin/libssh.dll copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/bin/libssh_threads.dll (67%) mode change 100644 => 100755 create mode 100755 libssh/0.6.4-x2go1-mingw482_bin/build-log.txt copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/callbacks.h (100%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/legacy.h (100%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/libssh.h (99%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/server.h (80%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/sftp.h (100%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/include/libssh/ssh2.h (100%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/lib/libssh.dll.a (76%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/lib/libssh_threads.dll.a (81%) mode change 100644 => 100755 copy libssh/{0.5.2-1_bin => 0.6.4-x2go1-mingw482_bin}/lib/pkgconfig/libssh.pc (79%) mode change 100644 => 100755 copy libssh/{0.6.3-762055b-pageant-support-mingw482_bin => 0.6.4-x2go1-mingw482_bin}/lib/pkgconfig/libssh_threads.pc (84%) mode change 100644 => 100755 create mode 100755 libssh/0.6.4-x2go1-mingw482_bin_set-timestamps.sh copy libssh/{0.6.3-762055b-pageant-support-mingw482_src/libssh-0.6.3-762055b-pageant-support-mingw482_src.zip => 0.6.4-x2go1-mingw482_src/0.6.4-x2go1-mingw482_src.zip} (64%) mode change 100755 => 100644 create mode 100644 libssh/0.6.4-x2go1-mingw482_src/0001-options-Fix-setting-the-port.patch create mode 100644 libssh/0.6.4-x2go1-mingw482_src/0002-connect-Check-that-errno-is-0-to-fix-Windows-build.patch create mode 100644 libssh/0.6.4-x2go1-mingw482_src/0003-Fix-the-dh.c-build-with-libgcrypt.patch create mode 100644 libssh/0.6.4-x2go1-mingw482_src/CMake-Show-My-Changes.txt copy libssh/{0.6.3-762055b-pageant-support-mingw482_src/implement-support-for-putty-s-pageant-0.6.3-de62963.patch => 0.6.4-x2go1-mingw482_src/implement-support-for-putty-s-pageant-0.6.4-71a931b.patch} (98%) mode change 100755 => 100644 create mode 100644 libssh/0.6.4-x2go1-mingw482_src/libssh-fix-mingw482-build.patch create mode 100644 libssh/0.6.4-x2go1-mingw482_src/why-patches-0001-0003-exist.txt -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git