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/release.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/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 827f35b..d70157e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: submodules: true - 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 # TODO: just building docker does not require packages. fix CMakeLists - name: install build dependency @@ -58,7 +58,7 @@ jobs: submodules: true - 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: Set variables run: | |
