Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove: Drop mention of obsolete dependency on xml-twig-tools / perl-XML-Twig #524

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 4 additions & 8 deletions src/22.4/source-build/gvmd/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
python3 \
smbclient \
python3-lxml \
gnutls-bin \
xml-twig-tools
gnutls-bin

.. tab:: Ubuntu
.. code-block::
Expand Down Expand Up @@ -79,8 +78,7 @@
python3 \
smbclient \
python3-lxml \
gnutls-bin \
xml-twig-tools
gnutls-bin

.. tab:: Fedora
.. code-block::
Expand Down Expand Up @@ -122,8 +120,7 @@
socat \
samba-client \
python3-lxml \
gnutls-utils \
perl-XML-Twig
gnutls-utils

.. tab:: CentOS
.. code-block::
Expand Down Expand Up @@ -157,6 +154,5 @@
socat \
samba-client \
python3-lxml \
gnutls-utils \
perl-XML-Twig
gnutls-utils
```
1 change: 1 addition & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
* Update GSA to 23.0.0
* Update OpenVAS Scanner to 23.0.1
* Drop notus-scanner in favor of the new OpenVAS Daemon (openvasd). This made the Mosquitto MQTT broker obsolete too.
* Drop mention of obsolete dependency on xml-twig-tools / perl-XML-Twig

## 23.11.0
* Add workflow page for source builds
Expand Down
3 changes: 1 addition & 2 deletions test-build-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ $APT_INSTALL \
python3 \
smbclient \
python3-lxml \
gnutls-bin \
xml-twig-tools
gnutls-bin

curl -f -L https://github.com/greenbone/gvmd/archive/refs/tags/v$GVMD_VERSION.tar.gz -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz

Expand Down
Loading