From 88b668ecb947fcca9a8574c7f685104c9fb4c257 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Fri, 26 Jan 2024 19:47:03 -0500 Subject: security/gvm: update to 23.2.0 - databases/pg-gvm: update to 22.6.4 - security/gsa: update to 23.0.0 - security/gsad: update to 22.9.0 - security/gvm-libs: update to 22.8.0 - security/gvmd: update to 23.2.0 - security/openvas: update to 22.7.9 - security/py-gvm-tools: update to 24.1.0 - security/py-notus-scanner: update to 22.6.2 - security/py-ospd-openvas: update to 22.6.2 - security/py-python-gvm: update to 24.1.0 - security/py-greenbone-feed-sync: update to 23.10.0 --- security/openvas/files/patch-src_attack.c | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'security/openvas/files/patch-src_attack.c') diff --git a/security/openvas/files/patch-src_attack.c b/security/openvas/files/patch-src_attack.c index 8efb19d1240b..63169adea6f9 100644 --- a/security/openvas/files/patch-src_attack.c +++ b/security/openvas/files/patch-src_attack.c @@ -1,33 +1,14 @@ ---- src/attack.c.orig 2023-10-11 11:14:13 UTC -+++ src/attack.c -@@ -31,7 +31,7 @@ +--- src/attack.c.orig 2023-11-30 02:05:44.000000000 -0500 ++++ src/attack.c 2024-01-26 17:29:41.957545000 -0500 +@@ -31,7 +31,6 @@ #include "utils.h" #include /* for inet_ntoa() */ -#include -+ #include /* for errno() */ #include #include -@@ -1095,7 +1095,7 @@ apply_hosts_reverse_lookup_preferences (gvm_hosts_t *h - gvm_hosts_t *excluded; - - excluded = gvm_hosts_reverse_lookup_unify_excluded (hosts); -- g_debug ("reverse_lookup_unify: Skipped %lu host(s).", excluded->count); -+ g_debug ("reverse_lookup_unify: Skipped %zu host(s).", excluded->count); - - // Get the amount of hosts which are excluded now for this option, - // but they are already in the exclude list. -@@ -1111,7 +1111,7 @@ apply_hosts_reverse_lookup_preferences (gvm_hosts_t *h - gvm_hosts_t *excluded; - - excluded = gvm_hosts_reverse_lookup_only_excluded (hosts); -- g_debug ("reverse_lookup_unify: Skipped %lu host(s).", excluded->count); -+ g_debug ("reverse_lookup_unify: Skipped %zu host(s).", excluded->count); - // Get the amount of hosts which are excluded now for this option, - // but they are already in the exclude list. - // This is to avoid issues with the scan progress calculation, since -@@ -1614,13 +1614,13 @@ stop: +@@ -1614,13 +1613,13 @@ gettimeofday (&now, NULL); if (test_alive_hosts_only) -- cgit v1.2.3