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

Daniel Micay thestinger at archlinux.org
Tue Aug 25 19:14:35 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-08-25 19:10:58 UTC (rev 138764)
+++ PKGBUILD	2015-08-25 19:14:35 UTC (rev 138765)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at 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.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