Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ You should run this command once a week to install the latest dependencies.
## Manual Build

After installing [poetry] and the project's dependencies, the docs can be built with:

```sh
poetry run make html
```
Expand Down
16 changes: 8 additions & 8 deletions src/22.4/source-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0
export GVM_LIBS_VERSION=22.22.0
```

```{include} /22.4/source-build/gvm-libs/dependencies.md
Expand All @@ -48,7 +48,7 @@ Afterwards, gvm-libs can be build and installed.
```{code-block}
:caption: Setting the gvmd version to use

export GVMD_VERSION=25.1.1
export GVMD_VERSION=26.0.0
```

```{include} /22.4/source-build/gvmd/dependencies.md
Expand All @@ -71,7 +71,7 @@ Details about the optional dependencies can be found at
```{code-block}
:caption: Setting the pg-gvm version to use

export PG_GVM_VERSION=22.6.7
export PG_GVM_VERSION=22.6.9
```

```{include} /22.4/source-build/pg-gvm/dependencies.md
Expand Down Expand Up @@ -100,7 +100,7 @@ The Greenbone Security Assistant (GSA) sources consist of two parts:
```{code-block}
:caption: Setting the GSA version to use

export GSA_VERSION=24.3.0
export GSA_VERSION=25.0.0
```

```{include} /22.4/source-build/gsa/download.md
Expand All @@ -117,7 +117,7 @@ export GSA_VERSION=24.3.0
```{code-block}
:caption: Setting the GSAd version to use

export GSAD_VERSION=24.2.2
export GSAD_VERSION=24.3.0
```

```{include} /22.4/source-build/gsad/dependencies.md
Expand All @@ -142,7 +142,7 @@ export GSAD_VERSION=24.2.2
```{code-block}
:caption: Setting the openvas-scanner version to use

export OPENVAS_SCANNER_VERSION=23.15.3
export OPENVAS_SCANNER_VERSION=23.20.1
```

```{include} /22.4/source-build/openvas-scanner/dependencies.md
Expand All @@ -162,7 +162,7 @@ export OPENVAS_SCANNER_VERSION=23.15.3
```{code-block}
:caption: Setting the ospd and ospd-openvas versions to use

export OSPD_OPENVAS_VERSION=22.7.1
export OSPD_OPENVAS_VERSION=22.9.0
```

```{include} /22.4/source-build/ospd-openvas/dependencies.md
Expand All @@ -182,7 +182,7 @@ export OSPD_OPENVAS_VERSION=22.7.1
```{code-block}
:caption: Setting the openvas versions to use

export OPENVAS_DAEMON=23.15.3
export OPENVAS_DAEMON=23.20.0
```

```{include} /22.4/source-build/openvasd/dependencies.md
Expand Down
11 changes: 7 additions & 4 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Calendar Versioning](https://calver.org).

## Latest

* Update gvm-libs to 22.18.0
* Update gvmd to 25.1.1
* Update gsad to 24.2.2
* Update GSA to 24.3.0
* Update gvm-libs to 22.22.0
* Update gvmd to 26.0.0
* Update gsad to 24.3.0
* Update GSA to 25.0.0
* Update pg-gvm to 22.6.9
* Update openvas-scanner to 23.20.1
* Update ospd-openvas to 22.9.0
* Drop `lcov` development dependency in gvmd install instructions
* Fix - Docs copy (Feed Status moved to Administration)
* Update source build guide for a section explaining the environment variables
Expand Down