From 8492b7e93ef85f07fe7292f45e4b89b3df6d83bd Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 8 Oct 2025 00:01:30 -0700 Subject: security/gvm: Update to 26.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit databases/pg-gvm: Update to 22.6.11 security/gsa: Update to 26.0.0 (Only amd64 and aarch64) security/gsad: Update to 24.5.4 security/openvas: Update to 23.28.0 [1] security/gvmd: Update to 26.0.0 security/gvm-libs: 22.29.2 security/py-greenbone-feed-sync: Update to 25.1.3 security/py-gvm-tools: Update to 25.4.0 security/py-python-gvm: Update to 26.6.0 PR: 289958 Reported by: Trond Endrestøl [1] --- security/gvmd/files/patch-src_manage_sql.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'security/gvmd/files/patch-src_manage_sql.c') diff --git a/security/gvmd/files/patch-src_manage_sql.c b/security/gvmd/files/patch-src_manage_sql.c index f0a2558a25c8..4a8c168b398a 100644 --- a/security/gvmd/files/patch-src_manage_sql.c +++ b/security/gvmd/files/patch-src_manage_sql.c @@ -1,31 +1,28 @@ ---- src/manage_sql.c 2024-01-12 03:14:29.000000000 -0500 -+++ src/manage_sql.c 2024-01-26 16:42:23.043251000 -0500 -@@ -54,7 +54,6 @@ +--- src/manage_sql.c 2025-09-05 02:59:51.000000000 -0700 ++++ src/manage_sql.c 2025-10-07 22:42:53.666243000 -0700 +@@ -72,7 +72,6 @@ #include #include #include -#include - #include #include #include -@@ -71,7 +70,6 @@ + #include +@@ -84,12 +83,12 @@ + #include + #include + #include ++#include + + #include #include #include #include -#include #include - #include #include -@@ -9431,7 +9429,7 @@ - g_debug (" HTTP_GET %s", url); - - cmd = (gchar **) g_malloc (5 * sizeof (gchar *)); -- cmd[0] = g_strdup ("/usr/bin/wget"); -+ cmd[0] = g_strdup ("/usr/local/bin/wget"); - cmd[1] = g_strdup ("-O"); - cmd[2] = g_strdup ("-"); - cmd[3] = g_strdup (url); -@@ -15775,8 +15773,6 @@ + #include +@@ -6382,8 +6381,6 @@ cleanup_iterator (&nvts); cleanup_iterator (&prefs); -- cgit v1.2.3