summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-01-04 21:17:16 +0900
committerRyo Nakamura <upa@haeena.net>2024-01-04 21:17:16 +0900
commit71a0998e9be628d808b2fe4d6aad26d69ba55b44 (patch)
treec3177208b5e22f558099db70ec7f85e9a9360a2f /.github
parente3484dbc053729353808f27e6b612c7215b3f61f (diff)
bump libssh to 0.10.6
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-macos.yml2
-rw-r--r--.github/workflows/build-ubuntu.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--.github/workflows/test.yml2
5 files changed, 6 insertions, 6 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.
diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml
index c6192c1..5ebd570 100644
--- a/.github/workflows/build-ubuntu.yml
+++ b/.github/workflows/build-ubuntu.yml
@@ -28,7 +28,7 @@ jobs:
sudo ./scripts/install-build-deps.sh
- 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.
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 86abd3d..5bc8ea8 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -48,7 +48,7 @@ jobs:
sudo ./scripts/install-build-deps.sh
- 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
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
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: |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a3c2333..0c6c8b1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.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 libssh. fix CMakeLists
- name: install build dependency