From aa2259e15611765d7e9408171fea12a82ffe53ac Mon Sep 17 00:00:00 2001 From: doracpphp Date: Tue, 3 Mar 2026 00:28:42 +0900 Subject: [PATCH 1/2] update gvmd --- src/22.4/source-build/index.md | 2 +- src/changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/22.4/source-build/index.md b/src/22.4/source-build/index.md index 2980275b..610be815 100644 --- a/src/22.4/source-build/index.md +++ b/src/22.4/source-build/index.md @@ -48,7 +48,7 @@ Afterwards, gvm-libs can be build and installed. ```{code-block} :caption: Setting the gvmd version to use -export GVMD_VERSION=26.0.0 +export GVMD_VERSION=26.10.0 ``` ```{include} /22.4/source-build/gvmd/dependencies.md diff --git a/src/changelog.md b/src/changelog.md index 2590e724..77ffa5c1 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -18,6 +18,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Use https in the default setup. * Port 9392 now redirects to 443. * Upgrade PostgreSQL to v16 for Ubuntu +* Update gvmd to 26.10.0 ## 26.2.0 - 2026-02-24 From e259f4f76a2240814f99ee12ac217a58d99549ca Mon Sep 17 00:00:00 2001 From: doracpphp Date: Tue, 3 Mar 2026 22:32:45 +0900 Subject: [PATCH 2/2] update gvm-libs --- src/22.4/source-build/index.md | 2 +- src/changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/22.4/source-build/index.md b/src/22.4/source-build/index.md index 610be815..2953332b 100644 --- a/src/22.4/source-build/index.md +++ b/src/22.4/source-build/index.md @@ -26,7 +26,7 @@ The components should be build and installed in the listed order. ```{code-block} :caption: Setting the gvm-libs version to use -export GVM_LIBS_VERSION=22.22.0 +export GVM_LIBS_VERSION=22.31.1 ``` ```{include} /22.4/source-build/gvm-libs/dependencies.md diff --git a/src/changelog.md b/src/changelog.md index 77ffa5c1..0fc429ab 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -18,6 +18,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Use https in the default setup. * Port 9392 now redirects to 443. * Upgrade PostgreSQL to v16 for Ubuntu +* Update gvm-libs to 22.31.1 * Update gvmd to 26.10.0 ## 26.2.0 - 2026-02-24