diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2015-08-12 23:07:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-12 23:07:06 +0700 |
commit | 9426e1367ecb5619cbe334dd0e1c71924a679f20 (patch) | |
tree | ea2af83a86fe6616519b6f59a16a87a5dab71d72 | |
parent | 8ba511b7acca98493d27ec7b830638aadb43c6fb (diff) | |
download | slackbuilds-9426e1367ecb5619cbe334dd0e1c71924a679f20.tar.gz |
network/greenbone-security-assistant: Updated for version 6.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
3 files changed, 4 insertions, 16 deletions
diff --git a/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild b/network/greenbone-security-assistant/greenbone-security-assistant.SlackBuild index 66ae28b1c5..230a386ebd 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.4} +VERSION=${VERSION:-6.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,6 @@ 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 70785e6ae4..0dfc6cbd41 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.4" +VERSION="6.0.5" HOMEPAGE="http://www.openvas.org" -DOWNLOAD="http://wald.intevation.org/frs/download.php/2137/greenbone-security-assistant-6.0.4.tar.gz" -MD5SUM="fb3577daad10abad36c957fcf72ff87d" +DOWNLOAD="http://wald.intevation.org/frs/download.php/2173/greenbone-security-assistant-6.0.5.tar.gz" +MD5SUM="ee69ddbd449401ca85a25f50f28291ac" 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 deleted file mode 100644 index 2d5d994112..0000000000 --- a/network/greenbone-security-assistant/patch_src_xslt_i18n_h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <libxslt/extensions.h> --#include <glib/gstring.h> -+#include <glib.h> - - /** - * @brief Default language code, used when Accept-Language header is missing. |