diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-26 19:47:03 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-26 19:47:49 -0500 |
commit | 88b668ecb947fcca9a8574c7f685104c9fb4c257 (patch) | |
tree | 284228cf709b153d0f68d9cc30661f6b5f439541 /security/openvas/files/patch-src_attack.c | |
parent | devel/ipython: Moved man to share/man (diff) |
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
Diffstat (limited to 'security/openvas/files/patch-src_attack.c')
-rw-r--r-- | security/openvas/files/patch-src_attack.c | 27 |
1 files changed, 4 insertions, 23 deletions
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 <arpa/inet.h> /* for inet_ntoa() */ -#include <bsd/unistd.h> -+ #include <errno.h> /* for errno() */ #include <fcntl.h> #include <glib.h> -@@ -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) |