Skip to content

Commit

Permalink
Fix: Require gvm-libs 22.7 for credentials excerpt_size
Browse files Browse the repository at this point in the history
The credentials excerpt_size got introduced with greenbone/gvm-libs@19d347c0
and was released with gvm-libs 22.7.0. Since 81b9aaaf8
it is used in gvmd. The change was released with gvmd 22.7.0.

Closes #2073
  • Loading branch information
bjoernricks committed Sep 1, 2023
1 parent cdf97f3 commit bdb0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ find_package (Threads)
## list and throw an error, otherwise long install-cmake-install-cmake cycles
## might occur.

pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=22.6)
pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=22.7)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=22.6)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=22.6)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=22.6)
Expand Down

1 comment on commit bdb0223

@Flowdalic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* libgvm_base, libgvm_util, libgvm_osp, libgvm_gmp >= 20.08.0 ([gvm-libs](https://github.com/greenbone/gvm-libs/tree/gvm-libs-20.08) component)
still lists the old dependency information

Please sign in to comment.