[arch-commits] Commit in greenbone-security-assistant/trunk (2 files)

Daniel Micay thestinger at archlinux.org
Mon Jul 20 23:22:11 UTC 2015


    Date: Tuesday, July 21, 2015 @ 01:22:11
  Author: thestinger
Revision: 137177

upgpkg: greenbone-security-assistant 6.0.4-1

Added:
  greenbone-security-assistant/trunk/glib-include.patch
Modified:
  greenbone-security-assistant/trunk/PKGBUILD

--------------------+
 PKGBUILD           |   23 +++++++++++++++--------
 glib-include.patch |   12 ++++++++++++
 2 files changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-20 23:19:11 UTC (rev 137176)
+++ PKGBUILD	2015-07-20 23:22:11 UTC (rev 137177)
@@ -1,22 +1,24 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=greenbone-security-assistant
-pkgver=5.0.6
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen' 'xmltoman')
 groups=(openvas)
 backup=(etc/openvas/gsad_log.conf)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1967/$pkgname-$pkgver.tar.gz"
-        "http://wald.intevation.org/frs/download.php/1968/$pkgname-$pkgver.tar.gz.asc")
-md5sums=('df21a4ebcd062baeb42c4f112a296fd0'
-         'SKIP')
+source=("http://wald.intevation.org/frs/download.php/2137/$pkgname-$pkgver.tar.gz"
+        "http://wald.intevation.org/frs/download.php/2138/$pkgname-$pkgver.tar.gz.asc"
+        glib-include.patch)
+md5sums=('fb3577daad10abad36c957fcf72ff87d'
+         'SKIP'
+         '75b6fa16ba92cc92546f1947831a1706')
 validpgpkeys=(
               'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
 )
@@ -24,6 +26,11 @@
 provides=(gsa)
 replaces=(gsa)
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../glib-include.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \

Added: glib-include.patch
===================================================================
--- glib-include.patch	                        (rev 0)
+++ glib-include.patch	2015-07-20 23:22:11 UTC (rev 137177)
@@ -0,0 +1,12 @@
+diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
+--- src/xslt_i18n.h	2015-07-07 05:52:06.000000000 -0400
++++ src.new/xslt_i18n.h	2015-07-20 19:16:25.106504690 -0400
+@@ -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.



More information about the arch-commits mailing list