[PR #92] [MERGED] Core/SSH: Underlying libssh2 library is upgraded (1.9.1 -> 1.10.0) #145

Closed
opened 2026-05-05 03:41:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: ssh_upgrade


📝 Commits (2)

  • 69d643a Core/SSH: Underlying libssh2 libarary is upgraded (1.9.1 -> 1.10.0)
  • 52c3ce8 Merge 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

  • underlying libssh2 is upgraded to 1.10.0 (See change logs)
  • ReadMe file is converted to markdown format.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/92 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 9/4/2022 **Status:** ✅ Merged **Merged:** 9/14/2022 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `ssh_upgrade` --- ### 📝 Commits (2) - [`69d643a`](https://github.com/ultimatepp/ultimatepp/commit/69d643ad80b266c7f1dc12c1045ca3a146b8ea77) Core/SSH: Underlying libssh2 libarary is upgraded (1.9.1 -> 1.10.0) - [`52c3ce8`](https://github.com/ultimatepp/ultimatepp/commit/52c3ce881ddd723641b224c2e7fae08829a6eec3) Merge branch 'ultimatepp:master' into ssh_upgrade ### 📊 Changes **27 files changed** (+1334 additions, -466 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - underlying libssh2 is upgraded to 1.10.0 (See change logs) - ReadMe file is converted to markdown format. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:41:31 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#145
No description provided.