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

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:14:35
  Author: thestinger
Revision: 138765

upgpkg: greenbone-security-assistant 6.0.5-1

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

+
 PKGBUILD   |   17 +
 glib-include.patch |   12 
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 19:10:58 UTC (rev 138764)
+++ PKGBUILD2015-08-25 19:14:35 UTC (rev 138765)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
-pkgver=6.0.4
+pkgver=6.0.5
 pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
@@ -13,12 +13,10 @@
 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/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')
+source=(http://wald.intevation.org/frs/download.php/2173/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2174/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('ee69ddbd449401ca85a25f50f28291ac'
+ 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )
@@ -26,11 +24,6 @@
 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 \

Deleted: glib-include.patch
===
--- glib-include.patch  2015-08-25 19:10:58 UTC (rev 138764)
+++ glib-include.patch  2015-08-25 19:14:35 UTC (rev 138765)
@@ -1,12 +0,0 @@
-diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
 src/xslt_i18n.h2015-07-07 05:52:06.0 -0400
-+++ src.new/xslt_i18n.h2015-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.


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

2015-07-20 Thread Daniel Micay
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
===
--- PKGBUILD2015-07-20 23:19:11 UTC (rev 137176)
+++ PKGBUILD2015-07-20 23:22:11 UTC (rev 137177)
@@ -1,22 +1,24 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@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.h2015-07-07 05:52:06.0 -0400
 src.new/xslt_i18n.h2015-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.