diff options
| author | Ryo Nakamura <upa@haeena.net> | 2024-01-04 21:17:16 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2024-01-04 21:17:16 +0900 |
| commit | 71a0998e9be628d808b2fe4d6aad26d69ba55b44 (patch) | |
| tree | c3177208b5e22f558099db70ec7f85e9a9360a2f /.github/workflows/build-macos.yml | |
| parent | e3484dbc053729353808f27e6b612c7215b3f61f (diff) | |
bump libssh to 0.10.6
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
Diffstat (limited to '.github/workflows/build-macos.yml')
| -rw-r--r-- | .github/workflows/build-macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7e527cd..2eca114 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -30,7 +30,7 @@ jobs: run: echo "HOMEBREW_PREFIX=$(brew --prefix)" >> $GITHUB_OUTPUT - name: patch to libssh - run: patch -d libssh -p1 < patch/libssh-0.10.4.patch + run: patch -d libssh -p1 < patch/libssh-0.10.6.patch - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. |
