mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #92] [MERGED] Core/SSH: Underlying libssh2 library is upgraded (1.9.1 -> 1.10.0) #145
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/92
Author: @ismail-yilmaz
Created: 9/4/2022
Status: ✅ Merged
Merged: 9/14/2022
Merged by: @mirek-fidler
Base:
master← Head:ssh_upgrade📝 Commits (2)
69d643aCore/SSH: Underlying libssh2 libarary is upgraded (1.9.1 -> 1.10.0)52c3ce8Merge branch 'ultimatepp:master' into ssh_upgrade📊 Changes
27 files changed (+1334 additions, -466 deletions)
View changed files
📝
uppsrc/Core/SSH/Copying(+1 -1)➖
uppsrc/Core/SSH/ReadMe(+0 -50)➕
uppsrc/Core/SSH/ReadMe.md(+80 -0)📝
uppsrc/Core/SSH/SSH.upp(+1 -1)➕
uppsrc/Core/SSH/libssh2/ChangeLog(+1 -0)📝
uppsrc/Core/SSH/libssh2/Copying(+3 -1)📝
uppsrc/Core/SSH/libssh2/NEWS(+447 -157)📝
uppsrc/Core/SSH/libssh2/RELEASE-NOTES(+56 -38)📝
uppsrc/Core/SSH/libssh2/agent.c(+13 -52)➕
uppsrc/Core/SSH/libssh2/agent.h(+112 -0)➕
uppsrc/Core/SSH/libssh2/agent_win.c(+361 -0)📝
uppsrc/Core/SSH/libssh2/bcrypt_pbkdf.c(+1 -1)📝
uppsrc/Core/SSH/libssh2/channel.c(+5 -1)📝
uppsrc/Core/SSH/libssh2/hostkey.c(+39 -0)📝
uppsrc/Core/SSH/libssh2/kex.c(+83 -64)📝
uppsrc/Core/SSH/libssh2/libgcrypt.h(+1 -1)📝
uppsrc/Core/SSH/libssh2/libssh2.h(+5 -4)📝
uppsrc/Core/SSH/libssh2/libssh2_config.h(+3 -3)📝
uppsrc/Core/SSH/libssh2/libssh2_config.h.in(+6 -18)📝
uppsrc/Core/SSH/libssh2/libssh2_priv.h(+7 -2)...and 7 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.