From 7233ec077a239ef162c60ae23e03633b78d3502c Mon Sep 17 00:00:00 2001 From: Kent Fritz Date: Mon, 3 Aug 2015 08:18:55 +0700 Subject: network/greenbone-security-assistant: Updated for version 6.0.4. Signed-off-by: Willy Sudiarto Raharjo --- network/greenbone-security-assistant/README | 12 +----------- .../greenbone-security-assistant.SlackBuild | 3 ++- .../greenbone-security-assistant.info | 6 +++--- network/greenbone-security-assistant/patch_src_xslt_i18n_h | 11 +++++++++++ 4 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 network/greenbone-security-assistant/patch_src_xslt_i18n_h (limited to 'network/greenbone-security-assistant') diff --git a/network/greenbone-security-assistant/README b/network/greenbone-security-assistant/README index 82c8f6f5bb..30a9d5b984 100644 --- a/network/greenbone-security-assistant/README +++ b/network/greenbone-security-assistant/README @@ -6,16 +6,6 @@ This is the UI the Open Vulnerability Assessment System (OpenVAS). - PDF report generation is broken. This may get fixed in a future slackbuild. -- The libssh-0.5.4 shipped with Slackware (at the time of this writing) is - broken. If you need to run "credentialed" scans against targets running - OpenSSH 6.7 or beyond (including Slackware), you have 2 options: - 1. Enable diffie-hellman-group1-sha1 as a KexAlgorithm in the sshd_config - of your targets. - 2. Update your libssh to the latest. - You also may have problems with targets running Dropbear SSH server. See - this thread on LinuxQuestions for more information: - http://www.linuxquestions.org/questions/showthread.php?t=4175533193 - - All the daemons run as root. There's no (working) configuration options or documentation to change this behavior. @@ -113,7 +103,7 @@ refer to http://slackbuilds.org/howto/ . 20. Point your browser at https://:9392 You'll get a certificate error, of course (fixing this is left as an - excercise for the reader). Log in with your username/password from #10. + excercise for the reader). Log in with your username/password from #12. 21. [Optional] Build and install openvas-cli. You'll need this if you ever want to script tests. diff --git a/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild b/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild index 67bf51f1f5..66ae28b1c5 100644 --- a/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild +++ b/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=greenbone-security-assistant -VERSION=${VERSION:-6.0.1} +VERSION=${VERSION:-6.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,6 +62,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION +patch -p0 < $CWD/patch_src_xslt_i18n_h chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/network/greenbone-security-assistant/greenbone-security-assistant.info b/network/greenbone-security-assistant/greenbone-security-assistant.info index f5a385496a..70785e6ae4 100644 --- a/network/greenbone-security-assistant/greenbone-security-assistant.info +++ b/network/greenbone-security-assistant/greenbone-security-assistant.info @@ -1,8 +1,8 @@ PRGNAM="greenbone-security-assistant" -VERSION="6.0.1" +VERSION="6.0.4" HOMEPAGE="http://www.openvas.org" -DOWNLOAD="http://wald.intevation.org/frs/download.php/2018/greenbone-security-assistant-6.0.1.tar.gz" -MD5SUM="907eb7afd1734463abc2530a35dd6f39" +DOWNLOAD="http://wald.intevation.org/frs/download.php/2137/greenbone-security-assistant-6.0.4.tar.gz" +MD5SUM="fb3577daad10abad36c957fcf72ff87d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="openvas-libraries libmicrohttpd" diff --git a/network/greenbone-security-assistant/patch_src_xslt_i18n_h b/network/greenbone-security-assistant/patch_src_xslt_i18n_h new file mode 100644 index 0000000000..2d5d994112 --- /dev/null +++ b/network/greenbone-security-assistant/patch_src_xslt_i18n_h @@ -0,0 +1,11 @@ +--- src/xslt_i18n.h.orig 2015-07-21 20:02:29.362467031 -0700 ++++ src/xslt_i18n.h 2015-07-21 19:52:28.251509461 -0700 +@@ -27,7 +27,7 @@ + #define _XSLT_I18N_H + + #include +-#include ++#include + + /** + * @brief Default language code, used when Accept-Language header is missing. -- cgit v1.2.3