Package: openvas-scanner / 23.23.1-1

Metadata

Package Version Patches format
openvas-scanner 23.23.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix test failure.patch | (download)

misc/pcap_tests.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 fix test failure

Do not test if interface is not available (case of ipv6 only machine)

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976712

Adapt the redis config file for Kali.patch | (download)

config/redis-openvas.conf | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 adapt the redis config file for kali


Fix printf specifiers for time_t related types.patch | (download)

nasl/nasl_misc_funcs.c | 3 2 + 1 - 0 !
src/attack.c | 22 11 + 11 - 0 !
src/pluginlaunch.c | 8 5 + 3 - 0 !
3 files changed, 18 insertions(+), 15 deletions(-)

 [patch] fix printf specifiers for time_t-related types

Best to only use fixed-width types and explicit casting.

Use distro wide _FORTIFY_SOURCE.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use distro-wide _fortify_source

Upstream hardcods the FORTIFY_SOURCE flag in its build-system. Use
distro-wide FORTIFY_SOURCE

Remove Werror flag for the build.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove -werror flag for the build

The package FTBFS with
"cc1: all warnings being treated as errors"

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077954