mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #209] [MERGED] Core/SSH: libssh2 upgraded to version 1.11.1 #232
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#232
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/209
Author: @ismail-yilmaz
Created: 10/19/2024
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @mirek-fidler
Base:
master← Head:ssh2_upgrade📝 Commits (4)
d3e9bccCore/SSH: libssh2 upgraded to version 1.11.16d3da5eCore/SSH: SFtpStream: Don't try to read file attrs if the file is newly created.ec99e51Core/SSH: Error log fix.48a6009Merge branch 'ultimatepp:master' into ssh2_upgrade📊 Changes
82 files changed (+26410 additions, -11096 deletions)
View changed files
📝
uppsrc/Core/SSH/Copying(+2 -2)📝
uppsrc/Core/SSH/SFtp.cpp(+1 -1)📝
uppsrc/Core/SSH/SFtpStream.cpp(+2 -1)📝
uppsrc/Core/SSH/SSH.h(+2 -0)📝
uppsrc/Core/SSH/SSH.upp(+3 -3)📝
uppsrc/Core/SSH/Session.cpp(+18 -11)📝
uppsrc/Core/SSH/Session.h(+8 -7)📝
uppsrc/Core/SSH/libssh2/COPYING(+7 -8)➖
uppsrc/Core/SSH/libssh2/ChangeLog(+0 -1)📝
uppsrc/Core/SSH/libssh2/NEWS(+8926 -4861)➖
uppsrc/Core/SSH/libssh2/NMakefile(+0 -30)📝
uppsrc/Core/SSH/libssh2/README(+2 -2)📝
uppsrc/Core/SSH/libssh2/RELEASE-NOTES(+318 -55)📝
uppsrc/Core/SSH/libssh2/agent.c(+240 -65)➖
uppsrc/Core/SSH/libssh2/agent.h(+0 -112)📝
uppsrc/Core/SSH/libssh2/agent_win.c(+18 -30)📝
uppsrc/Core/SSH/libssh2/bcrypt_pbkdf.c(+57 -27)➖
uppsrc/Core/SSH/libssh2/blf.h(+0 -89)📝
uppsrc/Core/SSH/libssh2/blowfish.c(+111 -57)➕
uppsrc/Core/SSH/libssh2/chacha.c(+224 -0)...and 62 more files
📄 Description
libssh2 upgraded from
1.10to1.11.1It brings in many fixes, improvements and deprecations. The list of changes made to the underlying libssh2 can be found here
Core/SSH:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.