From 5bf0033dd58b6f68cce10b6b6ada70a4b49d9e89 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Sat, 6 Apr 2019 17:19:12 +0000 Subject: community/greenbone-security-assistant: upgrade to 8.0.0 Removed unused patches --- .../greenbone-security-assistant/001-malloc-trim.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 community/greenbone-security-assistant/001-malloc-trim.patch (limited to 'community/greenbone-security-assistant/001-malloc-trim.patch') diff --git a/community/greenbone-security-assistant/001-malloc-trim.patch b/community/greenbone-security-assistant/001-malloc-trim.patch deleted file mode 100644 index 2d64f11178..0000000000 --- a/community/greenbone-security-assistant/001-malloc-trim.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/gsad_base.c b/src/gsad_base.c -index 15433f9..6500902 100644 ---- a/src/gsad_base.c -+++ b/src/gsad_base.c -@@ -312,8 +312,9 @@ xsl_transform_with_stylesheet (const char *xml_text, - - xsltFreeStylesheet (cur); - xmlFreeDoc (res); -+#ifdef __GLIBC__ - malloc_trim (0); -- -+#endif - return (char *) doc_txt_ptr; - #else - int content_fd; - -- cgit v1.2.3