Skip to content

Commit

Permalink
Merge pull request #3731 from canonical/revert-libssh-update
Browse files Browse the repository at this point in the history
Revert libssh update
  • Loading branch information
levkropp authored Oct 15, 2024
2 parents a5a936d + 707ee92 commit bf3719d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd-party/libssh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ file(STRINGS libssh/CMakeLists.txt libssh_VERSION REGEX "^project\\(libssh")
file(STRINGS libssh/CMakeLists.txt LIBRARY_VERSION REGEX "^set\\(LIBRARY_VERSION")
file(STRINGS libssh/CMakeLists.txt LIBRARY_SOVERSION REGEX "^set\\(LIBRARY_SOVERSION")

string(REGEX MATCH "^project\\(libssh VERSION ([0-9]+)\\.([0-9]+)\\.([0-9]+) LANGUAGES C CXX\\)$"
string(REGEX MATCH "^project\\(libssh VERSION ([0-9]+)\\.([0-9]+)\\.([0-9]+) LANGUAGES C\\)$"
libssh_VERSION "${libssh_VERSION}")
if (NOT libssh_VERSION)
message(FATAL_ERROR "unable to find libssh project version")
Expand Down
2 changes: 1 addition & 1 deletion 3rd-party/libssh/libssh
2 changes: 1 addition & 1 deletion 3rd-party/submodule_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Version: 1.52.1 (+[our patches](https://github.com/CanonicalLtd/grpc/compare/v1.
<https://github.com/grpc/grpc/releases>

### libssh
Version: 0.11.1 (+[our patches](https://github.com/canonical/libssh/compare/libssh-0.11.1...multipass)) |
Version: 0.10.6 (+[our patches](https://github.com/canonical/libssh/compare/libssh-0.10.6...multipass)) |
<https://github.com/canonical/libssh.git> |
<https://www.libssh.org/>

Expand Down

0 comments on commit bf3719d

Please sign in to comment.