pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security openvas-*: remove per PR pkg/56687



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc039e5175b4
branches:  trunk
changeset: 373101:fc039e5175b4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Feb 06 15:20:20 2022 +0000

description:
openvas-*: remove per PR pkg/56687

This has been marked BROKEN since 2019. The newest version of this
software, "Greenbone", would be a welcome addition to pkgsrc if anyone
would like to see it return.

diffstat:

 security/Makefile                                             |     7 +-
 security/openvas-client/DESCR                                 |     5 -
 security/openvas-client/Makefile                              |    26 -
 security/openvas-client/PLIST                                 |     6 -
 security/openvas-client/distinfo                              |     7 -
 security/openvas-client/patches/patch-aa                      |    64 -
 security/openvas-client/patches/patch-nessus_nessus.c         |    23 -
 security/openvas-libnasl/DESCR                                |     5 -
 security/openvas-libnasl/Makefile                             |    26 -
 security/openvas-libnasl/PLIST                                |     7 -
 security/openvas-libnasl/buildlink3.mk                        |    12 -
 security/openvas-libnasl/distinfo                             |     8 -
 security/openvas-libnasl/patches/patch-aa                     |    15 -
 security/openvas-libnasl/patches/patch-nasl_Makefile          |    15 -
 security/openvas-libnasl/patches/patch-nasl_nasl__grammar.y   |    32 -
 security/openvas-libraries/DESCR                              |     5 -
 security/openvas-libraries/MESSAGE                            |    10 -
 security/openvas-libraries/Makefile                           |    31 -
 security/openvas-libraries/PLIST                              |    28 -
 security/openvas-libraries/buildlink3.mk                      |    12 -
 security/openvas-libraries/distinfo                           |    16 -
 security/openvas-libraries/patches/patch-aa                   |    13 -
 security/openvas-libraries/patches/patch-ab                   |    13 -
 security/openvas-libraries/patches/patch-ac                   |    23 -
 security/openvas-libraries/patches/patch-ad                   |    12 -
 security/openvas-libraries/patches/patch-ae                   |    16 -
 security/openvas-libraries/patches/patch-af                   |    86 -
 security/openvas-libraries/patches/patch-ag                   |   105 -
 security/openvas-libraries/patches/patch-ah                   |    20 -
 security/openvas-libraries/patches/patch-ai                   |    14 -
 security/openvas-libraries/patches/patch-aj                   |    14 -
 security/openvas-libraries/patches/patch-libopenvas_network.c |    20 -
 security/openvas-plugins/DESCR                                |     5 -
 security/openvas-plugins/Makefile                             |    41 -
 security/openvas-plugins/PLIST                                |  6008 ----------
 security/openvas-plugins/distinfo                             |     5 -
 security/openvas-server/DESCR                                 |     5 -
 security/openvas-server/Makefile                              |    36 -
 security/openvas-server/PLIST                                 |    23 -
 security/openvas-server/buildlink3.mk                         |    12 -
 security/openvas-server/distinfo                              |     6 -
 security/openvas-server/files/openvasd.sh                     |    27 -
 security/openvas-server/options.mk                            |    17 -
 security/openvas-server/patches/patch-aa                      |    13 -
 44 files changed, 1 insertions(+), 6893 deletions(-)

diffs (truncated from 7080 to 300 lines):

diff -r ba9ec5b085ec -r fc039e5175b4 security/Makefile
--- a/security/Makefile Sun Feb 06 14:45:05 2022 +0000
+++ b/security/Makefile Sun Feb 06 15:20:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.846 2022/01/25 13:01:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.847 2022/02/06 15:20:20 nia Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -262,11 +262,6 @@
 SUBDIR+=       opensc
 SUBDIR+=       openssh
 SUBDIR+=       openssl
-SUBDIR+=       openvas-client
-SUBDIR+=       openvas-libnasl
-SUBDIR+=       openvas-libraries
-SUBDIR+=       openvas-plugins
-SUBDIR+=       openvas-server
 SUBDIR+=       otpCalc
 SUBDIR+=       p0f
 SUBDIR+=       p11-kit
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/DESCR
--- a/security/openvas-client/DESCR     Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-OpenVAS stands for Open Vulnerability Assessment System and is a
-network security scanner with associated tools like a graphical
-user front-end. The core component is a server with a set of network
-vulnerability tests (NVTs) to detect security problems in remote
-systems and applications.
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/Makefile
--- a/security/openvas-client/Makefile  Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.45 2021/12/08 16:06:21 adam Exp $
-#
-
-DISTNAME=      openvas-client-2.0.1
-PKGREVISION=   39
-CATEGORIES=    security
-MASTER_SITES=  http://wald.intevation.org/frs/download.php/552/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.openvas.org/
-COMMENT=       Client for the Open Vulnerability Assessment System
-
-USE_TOOLS+=    gmake pkg-config
-GNU_CONFIGURE= YES
-BUILD_DEFS+=   VARBASE
-USE_X11=       YES
-
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-CONFIGURE_ARGS+=       --with-x11
-CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
-
-.include "../../security/openvas-libraries/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/PLIST
--- a/security/openvas-client/PLIST     Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:12:18 adrianp Exp $
-bin/OpenVAS-Client
-bin/openvasclient-mkcert
-man/man1/OpenVAS-Client.1
-man/man1/openvasclient-mkcert.1
-man/man1/openvasclient-mkrand.1
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/distinfo
--- a/security/openvas-client/distinfo  Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:17:23 nia Exp $
-
-BLAKE2s (openvas-client-2.0.1.tar.gz) = 1ae8dd12ebd6c3b6c5239c504cd5b97cc9d832a2296abf9f28556ecd2fc4ae5a
-SHA512 (openvas-client-2.0.1.tar.gz) = b20235fb9b6d6355a01b02156f6b10b78c98e74e1ebcfac586167989c8175f347a8eaf6eab543a76556745ef4c6aaa88a6e63f984a081d55a7f496d6063fe892
-Size (openvas-client-2.0.1.tar.gz) = 629551 bytes
-SHA1 (patch-aa) = ffca8ce1116a4014e1a65f53536e0fc4faeeb675
-SHA1 (patch-nessus_nessus.c) = 9c2e10a8abe410db8c9b8a7a575dd6cfdbec5804
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/patches/patch-aa
--- a/security/openvas-client/patches/patch-aa  Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/12/09 05:19:36 obache Exp $
-
-avoid to conflict with stdout/stderr in stdio.h.
-
---- src/openvas-lib/openvas_ssh_login.c.orig   2008-12-17 09:29:56.000000000 +0000
-+++ src/openvas-lib/openvas_ssh_login.c
-@@ -77,8 +77,8 @@ static
- gboolean openvas_ssh_privkey_create(char* pubkey_file, char* privkey_file,
-                                     char* passphrase_pub, char* passphrase_priv)
- {
--  gchar* stdout = NULL;
--  gchar* stderr = NULL;
-+  gchar* std_out = NULL;
-+  gchar* std_err = NULL;
-   GError* err = NULL;
-   gint exit_status;
-   char* dir;
-@@ -116,14 +116,14 @@ gboolean openvas_ssh_privkey_create(char
-                                     privkey_file, " -passout pass:",
-                                     passphrase_priv, NULL);
-   
--  if(g_spawn_command_line_sync(command, &stdout, &stderr, &exit_status, &err) == FALSE
-+  if(g_spawn_command_line_sync(command, &std_out, &std_err, &exit_status, &err) == FALSE
-           || exit_status != 0 )
-   {
-     show_error(_("Error creating private key file.\nFor further information consult your shell."));
-     printf("Error creating private key file.");
-     printf("\tSpawned openssl process returned with %d.\n", exit_status);
--    printf("\t\t stdout: %s", stdout);
--    printf("\t\t stderr: %s", stderr);
-+    printf("\t\t stdout: %s", std_out);
-+    printf("\t\t stderr: %s", std_err);
-     return FALSE;
-   }
- 
-@@ -144,8 +144,8 @@ static
- gboolean openvas_ssh_pubkey_create(char* comment, char* passphrase,
-                                    char* filepath)
- {
--  gchar* stdout = NULL;
--  gchar* stderr = NULL;
-+  gchar* std_out = NULL;
-+  gchar* std_err = NULL;
-   GError* err = NULL;
-   gint exit_status;
-   char* dir;
-@@ -191,14 +191,14 @@ gboolean openvas_ssh_pubkey_create(char*
-                                     comment, " -P ", passphrase, NULL);
-   efree(&file_pubstripped);
- 
--  if(g_spawn_command_line_sync(command, &stdout, &stderr, &exit_status, &err) == FALSE
-+  if(g_spawn_command_line_sync(command, &std_out, &std_err, &exit_status, &err) == FALSE
-      || exit_status != 0 )
-   {
-     show_error(_("Error creating public key file.\nFor further information consult your shell."));
-     printf("Error creating public key file.\n");
-     printf("\tSpawned key-gen process returned with %d.\n", exit_status);
--    printf("\t\t stdout: %s", stdout);
--    printf("\t\t stderr: %s", stderr);
-+    printf("\t\t stdout: %s", std_out);
-+    printf("\t\t stderr: %s", std_err);
-     return FALSE;
-   }
-   return TRUE;
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-client/patches/patch-nessus_nessus.c
--- a/security/openvas-client/patches/patch-nessus_nessus.c     Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-nessus_nessus.c,v 1.1 2016/03/29 22:00:14 joerg Exp $
-
---- nessus/nessus.c.orig       2016-03-29 18:19:57.396124258 +0000
-+++ nessus/nessus.c
-@@ -410,9 +410,7 @@ Please launch openvasclient-mkrand(1) fi
-       }
-       if (ssl_mt == NULL)
-       {
--        if (strcasecmp(ssl_ver, "SSLv2") == 0)
--          ssl_mt = SSLv2_client_method();
--        else if (strcasecmp(ssl_ver, "SSLv3") == 0)
-+        if (strcasecmp(ssl_ver, "SSLv3") == 0)
-           ssl_mt = SSLv3_client_method();
-         else if (strcasecmp(ssl_ver, "SSLv23") == 0)
-           ssl_mt = SSLv23_client_method();
-@@ -443,6 +441,7 @@ Please launch openvasclient-mkrand(1) fi
-           return "SSL error";
-         }
- 
-+      SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2);
-       if (SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL) < 0)
-       sslerror("SSL_CTX_set_options(SSL_OP_ALL)");
- 
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/DESCR
--- a/security/openvas-libnasl/DESCR    Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-OpenVAS stands for Open Vulnerability Assessment System and is a
-network security scanner with associated tools like a graphical
-user front-end. The core component is a server with a set of network
-vulnerability tests (NVTs) to detect security problems in remote
-systems and applications.
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/Makefile
--- a/security/openvas-libnasl/Makefile Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2021/12/08 16:06:21 adam Exp $
-
-DISTNAME=      openvas-libnasl-2.0.0
-PKGREVISION=   17
-CATEGORIES=    security
-MASTER_SITES=  http://wald.intevation.org/frs/download.php/549/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.openvas.org/
-COMMENT=       Libraries for the Open Vulnerability Assessment System
-LICENSE=       gnu-gpl-v2
-
-GNU_CONFIGURE= YES
-USE_LIBTOOL=   YES
-BUILD_DEFS+=   VARBASE
-USE_TOOLS+=    bison pkg-config
-
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-
-.include "../../security/openvas-libraries/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../security/gpgme/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/PLIST
--- a/security/openvas-libnasl/PLIST    Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 21:21:16 joerg Exp $
-bin/openvas-libnasl-config
-bin/openvas-nasl
-include/openvas/nasl.h
-lib/libopenvasnasl.la
-man/man1/openvas-libnasl-config.1
-man/man1/openvas-nasl.1
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/buildlink3.mk
--- a/security/openvas-libnasl/buildlink3.mk    Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:21 joerg Exp $
-
-BUILDLINK_TREE+=       openvas-libnasl
-
-.if !defined(OPENVAS_LIBNASL_BUILDLINK3_MK)
-OPENVAS_LIBNASL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.openvas-libnasl+=        openvas-libnasl>=2.0.0
-BUILDLINK_PKGSRCDIR.openvas-libnasl?=  ../../security/openvas-libnasl
-.endif # OPENVAS_LIBNASL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -openvas-libnasl
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/distinfo
--- a/security/openvas-libnasl/distinfo Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:17:23 nia Exp $
-
-BLAKE2s (openvas-libnasl-2.0.0.tar.gz) = c54701b2a9bb117468116856db9c4fdec1de4c157a625bc889ea58b1a9f5b8ee
-SHA512 (openvas-libnasl-2.0.0.tar.gz) = cc1952d68e8c2382a5ea53daa4db0a85ac3b3af04d781be6e02c770efb1df03dcf267226f3bea73f4fc2a2791786cc64c5b62588e9e46ff2793870b5aa6e1592
-Size (openvas-libnasl-2.0.0.tar.gz) = 497973 bytes
-SHA1 (patch-aa) = da45176003eaf27c61b707a17cef48ee2fcb95da
-SHA1 (patch-nasl_Makefile) = 395a2da0af5249c9cce0e916f1c0f641bc183a21
-SHA1 (patch-nasl_nasl__grammar.y) = 1c5eef82e0ffc3277789aaa1573c13f297e5a583
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/patches/patch-aa
--- a/security/openvas-libnasl/patches/patch-aa Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2011/07/05 05:02:10 dholland Exp $
-
-Remove bashism.
-
---- test/test_script_signing.sh.orig   2008-06-30 11:55:03.000000000 +0100
-+++ test/test_script_signing.sh
-@@ -18,7 +18,7 @@ numfailed=0
- check_script() {
-     echo -n "$1 "
-     result=$($NASL $1 2> $1.err.log)
--    if [ "x$result" == "x$2" ]; then
-+    if [ "x$result" = "x$2" ]; then
-       numok=$((numok + 1))
-       echo OK
-     else
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/patches/patch-nasl_Makefile
--- a/security/openvas-libnasl/patches/patch-nasl_Makefile      Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-nasl_Makefile,v 1.1 2011/07/05 05:02:10 dholland Exp $
-
-Fix broken build; needs libgcrypt.
-
---- nasl/Makefile~     2008-12-16 13:06:34.000000000 +0000
-+++ nasl/Makefile
-@@ -93,7 +93,7 @@ all : libopenvasnasl.la openvas-nasl
-       $(COMPILE) -c $<
- 
- openvas-nasl : $(OBJS) libopenvasnasl.la nasl.c
--      $(LINK) -o openvas-nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS)
-+      $(LINK) -o openvas-nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS) -lgcrypt
- 
- libopenvasnasl.la : $(OBJS)
-       $(LINK) $(NESSUS_LIBS) -o libopenvasnasl.la $(LO_OBJS) -rpath ${libdir} \
diff -r ba9ec5b085ec -r fc039e5175b4 security/openvas-libnasl/patches/patch-nasl_nasl__grammar.y
--- a/security/openvas-libnasl/patches/patch-nasl_nasl__grammar.y       Sun Feb 06 14:45:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-$NetBSD: patch-nasl_nasl__grammar.y,v 1.1 2013/08/20 13:08:29 wiz Exp $
-
-Fix build with bison-3.0.
-



Home | Main Index | Thread Index | Old Index