diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-02 12:13:21 -0500 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-02 12:18:12 -0500 |
| commit | 11e2887006dbf3cfd9326a3d98bd89f308043c28 (patch) | |
| tree | 995fdd05ca0ba0d070c52510e55e3f59d2dbaddb /security/openvas/files | |
| parent | devel/py-zclockfile: drop TEST_DEPENDS (diff) | |
security/gvm: update to 22.9.0
- databases/pg-gvm: update to 22.6.1
- security/gsa: update to 22.7.1
- security/gsad: update to 22.6.0
- security/gvm-libs: update to 22.7.1
- security/gvmd: update to 22.9.0
- security/openvas: update to 22.7.5
- security/py-gvm-tools: update to 23.9.0
- security/py-notus-scanner: update to 22.6.0
- security/py-ospd-openvas: update to 22.6.0
- security/py-python-gvm: update to 23.5.1
Diffstat (limited to 'security/openvas/files')
| -rw-r--r-- | security/openvas/files/patch-nasl_md4.h | 10 | ||||
| -rw-r--r-- | security/openvas/files/patch-src_CMakeLists.txt | 2 | ||||
| -rw-r--r-- | security/openvas/files/patch-src_main.c | 6 | ||||
| -rw-r--r-- | security/openvas/files/patch-src_openvas.h | 12 |
4 files changed, 15 insertions, 15 deletions
diff --git a/security/openvas/files/patch-nasl_md4.h b/security/openvas/files/patch-nasl_md4.h index 9ef902ccb9ec..f593feefda0b 100644 --- a/security/openvas/files/patch-nasl_md4.h +++ b/security/openvas/files/patch-nasl_md4.h @@ -1,10 +1,10 @@ ---- nasl/md4.h 2023-04-02 01:42:54.408984000 -0500 -+++ nasl/md4.h 2023-04-02 01:43:11.470498000 -0500 -@@ -28,5 +28,4 @@ - +--- nasl/md4.h 2023-08-31 14:23:03.000000000 -0500 ++++ nasl/md4.h 2023-09-21 00:00:17.238876000 -0500 +@@ -16,4 +16,5 @@ void mdfour_ntlmssp (unsigned char *out, const unsigned char *in, int n); -- + -#endif \ No newline at end of file +#endif ++ diff --git a/security/openvas/files/patch-src_CMakeLists.txt b/security/openvas/files/patch-src_CMakeLists.txt index 054b24b3335d..1f74b7c39c5d 100644 --- a/security/openvas/files/patch-src_CMakeLists.txt +++ b/security/openvas/files/patch-src_CMakeLists.txt @@ -1,5 +1,5 @@ --- src/CMakeLists.txt 2022-07-18 04:07:38.000000000 -0500 -+++ sc/CMakeLists.txt 2022-07-31 19:53:15.521197000 -0500 ++++ src/CMakeLists.txt 2022-07-31 19:53:15.521197000 -0500 @@ -30,7 +30,9 @@ pkg_check_modules (LIBGVM_BOREAS REQUIRED libgvm_boreas>=22.4) pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=22.4) diff --git a/security/openvas/files/patch-src_main.c b/security/openvas/files/patch-src_main.c index 0e0411d8035a..bf09062ee3fe 100644 --- a/security/openvas/files/patch-src_main.c +++ b/security/openvas/files/patch-src_main.c @@ -1,6 +1,6 @@ ---- src/main.c 2022-07-18 04:07:38.000000000 -0500 -+++ src/main.c 2022-07-31 21:37:38.265241000 -0500 -@@ -35,7 +35,13 @@ +--- src/main.c 2023-08-31 14:23:03.000000000 -0500 ++++ src/main.c 2023-09-20 23:54:36.721716000 -0500 +@@ -21,7 +21,13 @@ * @return EXIT_SUCCESS on success, EXIT_FAILURE on failure. */ int diff --git a/security/openvas/files/patch-src_openvas.h b/security/openvas/files/patch-src_openvas.h index f385cb98afee..a3cd586c5eec 100644 --- a/security/openvas/files/patch-src_openvas.h +++ b/security/openvas/files/patch-src_openvas.h @@ -1,13 +1,13 @@ ---- src/openvas.h 2022-07-31 21:28:34.160685000 -0500 -+++ src/openvas.h 2022-07-31 21:29:05.831561000 -0500 -@@ -26,6 +26,10 @@ - #define _OPENVAS_H +--- src/openvas.h 2023-08-31 14:23:03.000000000 -0500 ++++ src/openvas.h 2023-09-20 23:57:03.842529000 -0500 +@@ -12,6 +12,9 @@ + #define OPENVAS_H int +#if defined(__FreeBSD__) +openvas (int, char **); +#else openvas (int, char **, char **); +- +#endif - - #endif /* not _OPENVAS_H */ + #endif /* not OPENVAS_H */ |
