[arch-commits] Commit in (openvas)

2020-05-01 Thread Antonio Rojas via arch-commits
Date: Friday, May 1, 2020 @ 19:03:53
  Author: arojas
Revision: 624193

Drop orphan package

Deleted:
  openvas/


[arch-commits] Commit in openvas/repos/community-x86_64 (6 files)

2019-08-10 Thread Christian Rebischke via arch-commits
Date: Saturday, August 10, 2019 @ 22:12:47
  Author: shibumi
Revision: 498748

archrelease: copy trunk to community-x86_64

Added:
  openvas/repos/community-x86_64/CHANGELOG.md
(from rev 498747, openvas/trunk/CHANGELOG.md)
  openvas/repos/community-x86_64/PKGBUILD
(from rev 498747, openvas/trunk/PKGBUILD)
  openvas/repos/community-x86_64/openvas.service
(from rev 498747, openvas/trunk/openvas.service)
Deleted:
  openvas/repos/community-x86_64/CHANGELOG.md
  openvas/repos/community-x86_64/PKGBUILD
  openvas/repos/community-x86_64/openvas.service

-+
 CHANGELOG.md|  174 +++---
 PKGBUILD|   74 +++---
 openvas.service |   22 +++---
 3 files changed, 136 insertions(+), 134 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-08-10 22:12:41 UTC (rev 498747)
+++ CHANGELOG.md2019-08-10 22:12:47 UTC (rev 498748)
@@ -1,87 +0,0 @@
-# Changelog
-
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
-
-## [Unreleased]
-
-### Added
-- An ID has been added to NVT preferences. 
[#282](https://github.com/greenbone/openvas/pull/282)
-- A new NVT cross references data handling has been 
added.[#317](https://github.com/greenbone/openvas/pull/317)
-
-### Changes
-- Vendor version is now an option in the config file. 
[#363](https://github.com/greenbone/openvas/pull/363)
-- The NVT preference format has been changed. 
[#275](https://github.com/greenbone/openvas/pull/275)
-- Redis supported versions must be 3.2 or higher. 
[#287](https://github.com/greenbone/openvas/pull/287)
-- Log directory is now configurable. 
[#316](https://github.com/greenbone/openvas/pull/316)
-- The greenbone-nvt-sync script is not allowed to run as root. 
[#323](https://github.com/greenbone/openvas/pull/323)
-- OpenVAS Scanner has been renamed to OpenVAS (Open Vulnerability Assessment 
Scanner). [#337](https://github.com/greenbone/openvas/pull/337) 
[#343](https://github.com/greenbone/openvas/pull/343)
-- Retry until a host finishes and frees a db before running a new host scan, 
in case there is no free redis db. Therefore a infinite loop has been added 
when it call kb_new(). [#340](https://github.com/greenbone/openvas/pull/340)
-
-### Fixed
-- An issue with stuck scans where only a single plugin is running and is 
beyond its timeout has been addressed. 
[#289](https://github.com/greenbone/openvas/pull/289)
-- Fix a type mismatch. Use correct format specifier for size_t. 
[#299](https://github.com/greenbone/openvas/pull/299)
-- An issue which caused falling back into a default port in get_ssh_port() has 
been fixed. [#342](https://github.com/greenbone/openvas/pull/342)
-
-### Removed
-- Unused be_nice scan preferences has been removed. 
[#313](https://github.com/greenbone/openvas/pull/313)
-- OTP has been entirely removed in favor of using the ospd-openvas interface. 
[#337](https://github.com/greenbone/openvas/pull/337)
-- Daemon mode has been entirely removed. 
[#337](https://github.com/greenbone/openvas/pull/337)  
[#341](https://github.com/greenbone/openvas/pull/341)
-
-[Unreleased]: 
https://github.com/greenbone/openvas/compare/openvas-scanner-6.0...master
-
-## [6.0.2] (unreleased)
-
-### Changes
-- The call to wmiexec.py has been replaced with impacket-wmiexec, because the 
symlink has been added in Debian Stretch with python-impacket 0.9.15-1.
-
-[6.0.2]: 
https://github.com/greenbone/openvas/compare/v6.0.1...openvas-scanner-6.0
-
-## [6.0.1] (2019-07-17)
-
-### Added
-
-### Changes
-- Use lowercase for values added from add_host_name(). 
[#306](https://github.com/greenbone/openvas/pull/306)
-- Do not launch the scan if the nvticache is corrupted. 
[#309](https://github.com/greenbone/openvas/pull/310)
-- Separate each scan plugin process into its own process group. 
[#325](https://github.com/greenbone/openvas/pull/325)
-
-### Fixed
-- An issue which caused the scanner to crash when a plugin is missing during a 
scan has been addressed. [#296](https://github.com/greenbone/openvas/pull/296)
-- An issue which causes a scan to hang has been addressed. 
[#301](https://github.com/greenbone/openvas/pull/301)
-- Issues in building process have been addressed. 
[#308](https://github.com/greenbone/openvas/pull/308)
-- An issue which caused resuming task not to work was addressed. 
[#312](https://github.com/greenbone/openvas/pull/312)
-- An issue which caused a possible null IP values in OTP results / HOST_END 
has been addressed. [#321](https://github.com/greenbone/openvas/pull/321)
-- An issue which caused the scanner to finish instantly without any result has 
been addressed. [#330](https://github.com/greenbone/openvas/pull/330)
-
-### Removed
-- Currently unused advanced_log related code has been removed. 

[arch-commits] Commit in openvas/trunk (PKGBUILD)

2019-08-10 Thread Christian Rebischke via arch-commits
Date: Saturday, August 10, 2019 @ 22:12:41
  Author: shibumi
Revision: 498747

upgpkg: openvas 6.0.1-2

Fix for #63424 - set libdir

Modified:
  openvas/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-10 21:45:08 UTC (rev 498746)
+++ PKGBUILD2019-08-10 22:12:41 UTC (rev 498747)
@@ -1,10 +1,12 @@
 # Maintainer  : Christian Rebischke 
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
+# Contributor : loqs
+
 pkgname=openvas
 pkgver=6.0.1
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
+pkgrel=2
+pkgdesc='Vulnerability scanning Daemon'
 arch=('x86_64')
 url="https://github.com/greenbone/openvas;
 license=('GPL')
@@ -25,7 +27,7 @@
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var 
-DLIBDIR=/usr/lib .
   make
 }
 


[arch-commits] Commit in openvas/repos (4 files)

2019-08-08 Thread Christian Rebischke via arch-commits
Date: Thursday, August 8, 2019 @ 15:13:35
  Author: shibumi
Revision: 498353

archrelease: copy trunk to community-x86_64

Added:
  openvas/repos/community-x86_64/
  openvas/repos/community-x86_64/CHANGELOG.md
(from rev 498352, openvas/trunk/CHANGELOG.md)
  openvas/repos/community-x86_64/PKGBUILD
(from rev 498352, openvas/trunk/PKGBUILD)
  openvas/repos/community-x86_64/openvas.service
(from rev 498352, openvas/trunk/openvas.service)

-+
 CHANGELOG.md|   87 ++
 PKGBUILD|   36 ++
 openvas.service |   11 ++
 3 files changed, 134 insertions(+)

Copied: openvas/repos/community-x86_64/CHANGELOG.md (from rev 498352, 
openvas/trunk/CHANGELOG.md)
===
--- community-x86_64/CHANGELOG.md   (rev 0)
+++ community-x86_64/CHANGELOG.md   2019-08-08 15:13:35 UTC (rev 498353)
@@ -0,0 +1,87 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+
+## [Unreleased]
+
+### Added
+- An ID has been added to NVT preferences. 
[#282](https://github.com/greenbone/openvas/pull/282)
+- A new NVT cross references data handling has been 
added.[#317](https://github.com/greenbone/openvas/pull/317)
+
+### Changes
+- Vendor version is now an option in the config file. 
[#363](https://github.com/greenbone/openvas/pull/363)
+- The NVT preference format has been changed. 
[#275](https://github.com/greenbone/openvas/pull/275)
+- Redis supported versions must be 3.2 or higher. 
[#287](https://github.com/greenbone/openvas/pull/287)
+- Log directory is now configurable. 
[#316](https://github.com/greenbone/openvas/pull/316)
+- The greenbone-nvt-sync script is not allowed to run as root. 
[#323](https://github.com/greenbone/openvas/pull/323)
+- OpenVAS Scanner has been renamed to OpenVAS (Open Vulnerability Assessment 
Scanner). [#337](https://github.com/greenbone/openvas/pull/337) 
[#343](https://github.com/greenbone/openvas/pull/343)
+- Retry until a host finishes and frees a db before running a new host scan, 
in case there is no free redis db. Therefore a infinite loop has been added 
when it call kb_new(). [#340](https://github.com/greenbone/openvas/pull/340)
+
+### Fixed
+- An issue with stuck scans where only a single plugin is running and is 
beyond its timeout has been addressed. 
[#289](https://github.com/greenbone/openvas/pull/289)
+- Fix a type mismatch. Use correct format specifier for size_t. 
[#299](https://github.com/greenbone/openvas/pull/299)
+- An issue which caused falling back into a default port in get_ssh_port() has 
been fixed. [#342](https://github.com/greenbone/openvas/pull/342)
+
+### Removed
+- Unused be_nice scan preferences has been removed. 
[#313](https://github.com/greenbone/openvas/pull/313)
+- OTP has been entirely removed in favor of using the ospd-openvas interface. 
[#337](https://github.com/greenbone/openvas/pull/337)
+- Daemon mode has been entirely removed. 
[#337](https://github.com/greenbone/openvas/pull/337)  
[#341](https://github.com/greenbone/openvas/pull/341)
+
+[Unreleased]: 
https://github.com/greenbone/openvas/compare/openvas-scanner-6.0...master
+
+## [6.0.2] (unreleased)
+
+### Changes
+- The call to wmiexec.py has been replaced with impacket-wmiexec, because the 
symlink has been added in Debian Stretch with python-impacket 0.9.15-1.
+
+[6.0.2]: 
https://github.com/greenbone/openvas/compare/v6.0.1...openvas-scanner-6.0
+
+## [6.0.1] (2019-07-17)
+
+### Added
+
+### Changes
+- Use lowercase for values added from add_host_name(). 
[#306](https://github.com/greenbone/openvas/pull/306)
+- Do not launch the scan if the nvticache is corrupted. 
[#309](https://github.com/greenbone/openvas/pull/310)
+- Separate each scan plugin process into its own process group. 
[#325](https://github.com/greenbone/openvas/pull/325)
+
+### Fixed
+- An issue which caused the scanner to crash when a plugin is missing during a 
scan has been addressed. [#296](https://github.com/greenbone/openvas/pull/296)
+- An issue which causes a scan to hang has been addressed. 
[#301](https://github.com/greenbone/openvas/pull/301)
+- Issues in building process have been addressed. 
[#308](https://github.com/greenbone/openvas/pull/308)
+- An issue which caused resuming task not to work was addressed. 
[#312](https://github.com/greenbone/openvas/pull/312)
+- An issue which caused a possible null IP values in OTP results / HOST_END 
has been addressed. [#321](https://github.com/greenbone/openvas/pull/321)
+- An issue which caused the scanner to finish instantly without any result has 
been addressed. [#330](https://github.com/greenbone/openvas/pull/330)
+
+### Removed
+- Currently unused advanced_log related code has been removed. 
[#327](https://github.com/greenbone/openvas/pull/327)
+
+[6.0.1]: 

[arch-commits] Commit in openvas-manager/repos (community-x86_64)

2019-08-08 Thread Christian Rebischke via arch-commits
Date: Thursday, August 8, 2019 @ 14:59:48
  Author: shibumi
Revision: 498345

db-remove: openvas-manager removed by shibumi

Deleted:
  openvas-manager/repos/community-x86_64/


[arch-commits] Commit in openvas-libraries/repos (community-x86_64)

2019-08-08 Thread Christian Rebischke via arch-commits
Date: Thursday, August 8, 2019 @ 14:59:35
  Author: shibumi
Revision: 498344

db-remove: openvas-libraries removed by shibumi

Deleted:
  openvas-libraries/repos/community-x86_64/


[arch-commits] Commit in openvas-scanner/repos (community-x86_64)

2019-08-08 Thread Christian Rebischke via arch-commits
Date: Thursday, August 8, 2019 @ 14:59:01
  Author: shibumi
Revision: 498342

db-remove: openvas-scanner removed by shibumi

Deleted:
  openvas-scanner/repos/community-x86_64/


[arch-commits] Commit in openvas-cli/repos (community-x86_64)

2019-04-19 Thread Christian Rebischke via arch-commits
Date: Friday, April 19, 2019 @ 18:54:29
  Author: shibumi
Revision: 452045

db-remove: openvas-cli removed by shibumi

Deleted:
  openvas-cli/repos/community-x86_64/


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2018-10-22 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 03:43:18
  Author: shibumi
Revision: 398640

upgpkg: openvas-libraries 9.0.3-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 03:43:03 UTC (rev 398639)
+++ PKGBUILD2018-10-23 03:43:18 UTC (rev 398640)
@@ -3,7 +3,7 @@
 # Contributor : Daniel Micay 
 _alternative_pkgname=gvm-libs
 pkgname=openvas-libraries
-pkgver=9.0.2
+pkgver=9.0.3
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('openvas')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz;
 
"https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz.sig;)
-sha512sums=('b8ca65fd636e94ae942e042d7e2390f3c546054e1431f4ad3acd57140b497e3bf165cfbf07effdc7978842b5193182bb1115b89145440daf0e7137c0966a8118'
+sha512sums=('bca213309e06a39d2dcd790cacb01f2a71471622887424e41cc025a2bc25feb6a9b2c1d904f739df6fd87d8ec7af5171b31d1f5d08411c5143e4be1e6723397a'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-libraries/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-22 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 03:43:25
  Author: shibumi
Revision: 398641

archrelease: copy trunk to community-x86_64

Added:
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 398640, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 03:43:18 UTC (rev 398640)
+++ PKGBUILD2018-10-23 03:43:25 UTC (rev 398641)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-_alternative_pkgname=gvm-libs
-pkgname=openvas-libraries
-pkgver=9.0.2
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=('openvas')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz;
-
"https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz.sig;)
-sha512sums=('b8ca65fd636e94ae942e042d7e2390f3c546054e1431f4ad3acd57140b497e3bf165cfbf07effdc7978842b5193182bb1115b89145440daf0e7137c0966a8118'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd "${_alternative_pkgname}-${pkgver}"
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${_alternative_pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  rmdir "${pkgdir}/var/run"
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 398640, 
openvas-libraries/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 03:43:25 UTC (rev 398641)
@@ -0,0 +1,35 @@
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+_alternative_pkgname=gvm-libs
+pkgname=openvas-libraries
+pkgver=9.0.3
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('x86_64')
+url="http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz;
+
"https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz.sig;)
+sha512sums=('bca213309e06a39d2dcd790cacb01f2a71471622887424e41cc025a2bc25feb6a9b2c1d904f739df6fd87d8ec7af5171b31d1f5d08411c5143e4be1e6723397a'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${_alternative_pkgname}-${pkgver}"
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${_alternative_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  rmdir "${pkgdir}/var/run"
+}


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2018-10-22 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 03:42:55
  Author: shibumi
Revision: 398638

upgpkg: openvas-scanner 5.1.3-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 03:40:55 UTC (rev 398637)
+++ PKGBUILD2018-10-23 03:42:55 UTC (rev 398638)
@@ -2,7 +2,7 @@
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
 pkgname=openvas-scanner
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/openvas-scanner/archive/v${pkgver}.tar.gz;
 
"https://github.com/greenbone/openvas-scanner/releases/download/v${pkgver}/openvas-scanner-${pkgver}.tar.gz.sig;
 "${pkgname}.service")
-sha512sums=('b9acaff071ccbfa29b62943fae18cb4ace81526afd6ae354aa7f7acb17f5ca91416f8b12646214f6b5aa993dd1348d385be34420e3a5228d3a8e449b9977c507'
+sha512sums=('5712ab275058877cfd656e268ed09c81db6617ae247c17092f1fcd037f692f2018daf21b09b82401f99a7361bb485f0e0f7d63f8ff2387839cfdd5a3aaf8424e'
 'SKIP'
 
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
 validpgpkeys=(


[arch-commits] Commit in openvas-scanner/repos/community-x86_64 (4 files)

2018-10-22 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 03:43:03
  Author: shibumi
Revision: 398639

archrelease: copy trunk to community-x86_64

Added:
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 398638, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 398638, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

-+
 PKGBUILD|   71 ++
 openvas-scanner.service |   22 +++---
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 03:42:55 UTC (rev 398638)
+++ PKGBUILD2018-10-23 03:43:03 UTC (rev 398639)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-scanner
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=('openvas')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/openvas-scanner/archive/v${pkgver}.tar.gz;
-
"https://github.com/greenbone/openvas-scanner/releases/download/v${pkgver}/openvas-scanner-${pkgver}.tar.gz.sig;
-"${pkgname}.service")
-sha512sums=('b9acaff071ccbfa29b62943fae18cb4ace81526afd6ae354aa7f7acb17f5ca91416f8b12646214f6b5aa993dd1348d385be34420e3a5228d3a8e449b9977c507'
-'SKIP'
-
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: openvas-scanner/repos/community-x86_64/PKGBUILD (from rev 398638, 
openvas-scanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 03:43:03 UTC (rev 398639)
@@ -0,0 +1,35 @@
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-scanner
+pkgver=5.1.3
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/openvas-scanner/archive/v${pkgver}.tar.gz;
+
"https://github.com/greenbone/openvas-scanner/releases/download/v${pkgver}/openvas-scanner-${pkgver}.tar.gz.sig;
+"${pkgname}.service")
+sha512sums=('5712ab275058877cfd656e268ed09c81db6617ae247c17092f1fcd037f692f2018daf21b09b82401f99a7361bb485f0e0f7d63f8ff2387839cfdd5a3aaf8424e'
+'SKIP'
+
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: openvas-scanner.service
===
--- openvas-scanner.service 2018-10-23 03:42:55 UTC (rev 398638)
+++ openvas-scanner.service 2018-10-23 03:43:03 UTC (rev 398639)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-After=redis.service
-Requires=redis.service
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-x86_64/openvas-scanner.service (from 
rev 398638, openvas-scanner/trunk/openvas-scanner.service)
===
--- openvas-scanner.service (rev 0)
+++ openvas-scanner.service 2018-10-23 03:43:03 UTC (rev 398639)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+After=redis.service

[arch-commits] Commit in openvas-manager/repos/community-x86_64 (PKGBUILD)

2018-10-18 Thread Eli Schwartz via arch-commits
Date: Thursday, October 18, 2018 @ 14:56:11
  Author: eschwartz
Revision: 396078

fix _pkgname in repos/ too

Modified:
  openvas-manager/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-18 14:50:52 UTC (rev 396077)
+++ PKGBUILD2018-10-18 14:56:11 UTC (rev 396078)
@@ -1,7 +1,7 @@
-# $Id$
 # Maintainer  : Christian Rebischke 
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
+
 _pkgname='gvm'
 pkgname='openvas-manager'
 pkgver=7.0.3
@@ -15,7 +15,7 @@
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=('openvas')
 install="${pkgname}.install"
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+source=("https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig;)
 
sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325'
 'SKIP')


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2018-04-12 Thread Christian Rebischke via arch-commits
Date: Thursday, April 12, 2018 @ 14:56:11
  Author: shibumi
Revision: 316073

removed double renaming

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 14:42:37 UTC (rev 316072)
+++ PKGBUILD2018-04-12 14:56:11 UTC (rev 316073)
@@ -16,7 +16,7 @@
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=('openvas')
 install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+source=("https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig;)
 
sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325'
 'SKIP')


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2018-04-09 Thread Christian Rebischke via arch-commits
Date: Monday, April 9, 2018 @ 09:39:46
  Author: shibumi
Revision: 315406

fixed _pkgname

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 08:46:41 UTC (rev 315405)
+++ PKGBUILD2018-04-09 09:39:46 UTC (rev 315406)
@@ -2,6 +2,7 @@
 # Maintainer  : Christian Rebischke 
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
+
 _pkgname='gvm'
 pkgname='openvas-manager'
 pkgver=7.0.3
@@ -15,7 +16,7 @@
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=('openvas')
 install="${pkgname}.install"
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig;)
 
sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325'
 'SKIP')


[arch-commits] Commit in openvas-manager/repos/community-x86_64 (4 files)

2018-04-06 Thread Christian Rebischke via arch-commits
Date: Friday, April 6, 2018 @ 21:45:15
  Author: shibumi
Revision: 314608

archrelease: copy trunk to community-x86_64

Added:
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 314607, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 314607, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

-+
 PKGBUILD|   83 ++
 openvas-manager.install |   10 ++---
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 21:45:09 UTC (rev 314607)
+++ PKGBUILD2018-04-06 21:45:15 UTC (rev 314608)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-manager
-pkgver=7.0.2
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install="${pkgname}.install"
-# 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/2448/openvas-manager-7.0.2.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2449/openvas-manager-7.0.2.tar.gz.sig;)
-sha512sums=('82b35b8bfcfbc781acabec71133d87352887a1e51e4af5a757c0f0a8b3eb86c37137022fdac693cc8802971c2628b52b900b1ec2af3c6434c3e2401bdbd8bfe2'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 314607, 
openvas-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 21:45:15 UTC (rev 314608)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+_pkgname='gvm'
+pkgname='openvas-manager'
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=('openvas')
+install="${pkgname}.install"
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig;)
+sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd "${_pkgname}-${pkgver}"
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd "${_pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: openvas-manager.install
===
--- openvas-manager.install 2018-04-06 21:45:09 UTC (rev 314607)
+++ openvas-manager.install 2018-04-06 21:45:15 UTC (rev 314608)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
-echo ">>> NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format"
-  fi
-}

Copied: openvas-manager/repos/community-x86_64/openvas-manager.install (from 
rev 314607, openvas-manager/trunk/openvas-manager.install)
===
--- openvas-manager.install (rev 0)
+++ openvas-manager.install 2018-04-06 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2018-04-06 Thread Christian Rebischke via arch-commits
Date: Friday, April 6, 2018 @ 21:45:09
  Author: shibumi
Revision: 314607

upgpkg: openvas-manager 7.0.3-1

Use github URL now

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 21:40:14 UTC (rev 314606)
+++ PKGBUILD2018-04-06 21:45:09 UTC (rev 314607)
@@ -2,8 +2,9 @@
 # Maintainer  : Christian Rebischke 
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
-pkgname=openvas-manager
-pkgver=7.0.2
+_pkgname='gvm'
+pkgname='openvas-manager'
+pkgver=7.0.3
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('x86_64')
@@ -12,13 +13,11 @@
 depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
+groups=('openvas')
 install="${pkgname}.install"
-# 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/2448/openvas-manager-7.0.2.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2449/openvas-manager-7.0.2.tar.gz.sig;)
-sha512sums=('82b35b8bfcfbc781acabec71133d87352887a1e51e4af5a757c0f0a8b3eb86c37137022fdac693cc8802971c2628b52b900b1ec2af3c6434c3e2401bdbd8bfe2'
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig;)
+sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
@@ -25,12 +24,12 @@
 )
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_pkgname}-${pkgver}"
   sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
 -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
@@ -37,6 +36,6 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in openvas-scanner/repos/community-x86_64 (4 files)

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 18:05:03
  Author: shibumi
Revision: 307420

archrelease: copy trunk to community-x86_64

Added:
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 307419, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 307419, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

-+
 PKGBUILD|   74 ++
 openvas-scanner.service |   22 ++---
 2 files changed, 47 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 18:04:43 UTC (rev 307419)
+++ PKGBUILD2018-03-13 18:05:03 UTC (rev 307420)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-scanner
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2423/openvas-scanner-5.1.1.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2424/openvas-scanner-5.1.1.tar.gz.sig;
-"${pkgname}.service")
-sha512sums=('8ca23fe9581c98381c030ee8e30a09876d538133980a589eff357321d2ceea0b24dbf8965ef7417e12abb9af240c6a26413b3041b219d28017c7f9ea04779fe1'
-'SKIP'
-
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: openvas-scanner/repos/community-x86_64/PKGBUILD (from rev 307419, 
openvas-scanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 18:05:03 UTC (rev 307420)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-scanner
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/openvas-scanner/archive/v${pkgver}.tar.gz;
+
"https://github.com/greenbone/openvas-scanner/releases/download/v${pkgver}/openvas-scanner-${pkgver}.tar.gz.sig;
+"${pkgname}.service")
+sha512sums=('b9acaff071ccbfa29b62943fae18cb4ace81526afd6ae354aa7f7acb17f5ca91416f8b12646214f6b5aa993dd1348d385be34420e3a5228d3a8e449b9977c507'
+'SKIP'
+
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: openvas-scanner.service
===
--- openvas-scanner.service 2018-03-13 18:04:43 UTC (rev 307419)
+++ openvas-scanner.service 2018-03-13 18:05:03 UTC (rev 307420)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-After=redis.service
-Requires=redis.service
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-x86_64/openvas-scanner.service (from 
rev 307419, openvas-scanner/trunk/openvas-scanner.service)
===
--- openvas-scanner.service   

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 18:04:43
  Author: shibumi
Revision: 307419

upgpkg: openvas-scanner 5.1.2-1

new version + new source array
(github uses atleast https instead of their usual release plattform)

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 18:03:54 UTC (rev 307418)
+++ PKGBUILD2018-03-13 18:04:43 UTC (rev 307419)
@@ -3,7 +3,7 @@
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
 pkgname=openvas-scanner
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('x86_64')
@@ -11,13 +11,11 @@
 license=('GPL')
 depends=('openvas-libraries' 'redis')
 makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2423/openvas-scanner-5.1.1.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2424/openvas-scanner-5.1.1.tar.gz.sig;
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/openvas-scanner/archive/v${pkgver}.tar.gz;
+
"https://github.com/greenbone/openvas-scanner/releases/download/v${pkgver}/openvas-scanner-${pkgver}.tar.gz.sig;
 "${pkgname}.service")
-sha512sums=('8ca23fe9581c98381c030ee8e30a09876d538133980a589eff357321d2ceea0b24dbf8965ef7417e12abb9af240c6a26413b3041b219d28017c7f9ea04779fe1'
+sha512sums=('b9acaff071ccbfa29b62943fae18cb4ace81526afd6ae354aa7f7acb17f5ca91416f8b12646214f6b5aa993dd1348d385be34420e3a5228d3a8e449b9977c507'
 'SKIP'
 
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
 validpgpkeys=(


[arch-commits] Commit in openvas-libraries/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 18:03:54
  Author: shibumi
Revision: 307418

archrelease: copy trunk to community-x86_64

Added:
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 307417, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 18:03:45 UTC (rev 307417)
+++ PKGBUILD2018-03-13 18:03:54 UTC (rev 307418)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-libraries
-pkgver=9.0.1
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2420/openvas-libraries-9.0.1.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig;)
-sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  rmdir "${pkgdir}/var/run"
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 307417, 
openvas-libraries/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 18:03:54 UTC (rev 307418)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+_alternative_pkgname=gvm-libs
+pkgname=openvas-libraries
+pkgver=9.0.2
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('x86_64')
+url="http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz;
+
"https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz.sig;)
+sha512sums=('b8ca65fd636e94ae942e042d7e2390f3c546054e1431f4ad3acd57140b497e3bf165cfbf07effdc7978842b5193182bb1115b89145440daf0e7137c0966a8118'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${_alternative_pkgname}-${pkgver}"
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${_alternative_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  rmdir "${pkgdir}/var/run"
+}


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 18:03:45
  Author: shibumi
Revision: 307417

upgpkg: openvas-libraries 9.0.2-1

New Version and New sources
(github uses https instead of their normal release plattform)

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 18:02:24 UTC (rev 307416)
+++ PKGBUILD2018-03-13 18:03:45 UTC (rev 307417)
@@ -2,8 +2,9 @@
 # Maintainer  : Christian Rebischke 
 # Maintainer  : Levente Polyak 
 # Contributor : Daniel Micay 
+_alternative_pkgname=gvm-libs
 pkgname=openvas-libraries
-pkgver=9.0.1
+pkgver=9.0.2
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('x86_64')
@@ -11,12 +12,10 @@
 license=('GPL')
 depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
 makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2420/openvas-libraries-9.0.1.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig;)
-sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
+groups=('openvas')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz;
+
"https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/openvas-libraries-${pkgver}.tar.gz.sig;)
+sha512sums=('b8ca65fd636e94ae942e042d7e2390f3c546054e1431f4ad3acd57140b497e3bf165cfbf07effdc7978842b5193182bb1115b89145440daf0e7137c0966a8118'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
@@ -23,7 +22,7 @@
 )
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_alternative_pkgname}-${pkgver}"
   LDFLAGS+=" -Wl,--no-as-needed"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
@@ -31,7 +30,7 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_alternative_pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
   rmdir "${pkgdir}/var/run"
 }


[arch-commits] Commit in openvas-cli/repos (4 files)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:30:29
  Author: shibumi
Revision: 264316

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 264315, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 264315, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 22:30:17 UTC (rev 264315)
+++ community-i686/PKGBUILD 2017-10-25 22:30:29 UTC (rev 264316)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2397/${pkgname}-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2398/${pkgname}-${pkgver}.tar.gz.sig;)
-sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 264315, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 22:30:29 UTC (rev 264316)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.4.5
+pkgrel=2
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/2397/${pkgname}-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2398/${pkgname}-${pkgver}.tar.gz.sig;)
+sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-25 22:30:17 UTC (rev 264315)
+++ community-x86_64/PKGBUILD   2017-10-25 22:30:29 UTC (rev 264316)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer  : Christian Rebischke 
-# Maintainer  : Levente Polyak 
-# Contributor : Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2397/${pkgname}-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2398/${pkgname}-${pkgver}.tar.gz.sig;)
-sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
-'SKIP')

[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:30:17
  Author: shibumi
Revision: 264315

upgpkg: openvas-cli 1.4.5-2

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 22:23:56 UTC (rev 264314)
+++ PKGBUILD2017-10-25 22:30:17 UTC (rev 264315)
@@ -4,7 +4,7 @@
 # Contributor : Daniel Micay 
 pkgname=openvas-cli
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'


[arch-commits] Commit in openvas-cli/repos (4 files)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:23:19
  Author: shibumi
Revision: 264311

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 264310, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 264310, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   33 
 community-x86_64/PKGBUILD |   33 
 3 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 22:23:07 UTC (rev 264310)
+++ community-i686/PKGBUILD 2017-10-25 22:23:19 UTC (rev 264311)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2397/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2398/$pkgname-$pkgver.tar.gz.asc;)
-sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 264310, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 22:23:19 UTC (rev 264311)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/2397/${pkgname}-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2398/${pkgname}-${pkgver}.tar.gz.sig;)
+sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-25 22:23:07 UTC (rev 264310)
+++ community-x86_64/PKGBUILD   2017-10-25 22:23:19 UTC (rev 264311)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2397/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2398/$pkgname-$pkgver.tar.gz.asc;)
-sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
- 

[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:23:07
  Author: shibumi
Revision: 264310

upgpkg: openvas-cli 1.4.5-1

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 22:23:01 UTC (rev 264309)
+++ PKGBUILD2017-10-25 22:23:07 UTC (rev 264310)
@@ -1,5 +1,7 @@
 # $Id$
-# Maintainer: Daniel Micay 
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
 pkgname=openvas-cli
 pkgver=1.4.5
 pkgrel=1
@@ -12,8 +14,8 @@
 groups=(openvas)
 # 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/2397/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2398/$pkgname-$pkgver.tar.gz.asc;)
+source=("http://wald.intevation.org/frs/download.php/2397/${pkgname}-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2398/${pkgname}-${pkgver}.tar.gz.sig;)
 
sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
 'SKIP')
 validpgpkeys=(
@@ -21,7 +23,7 @@
 )
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
@@ -28,6 +30,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
 }


[arch-commits] Commit in openvas-scanner/repos (8 files)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:22:13
  Author: shibumi
Revision: 264308

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 264307, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 264307, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 264307, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 264307, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   76 +
 /openvas-scanner.service |   22 
 community-i686/PKGBUILD  |   36 -
 community-i686/openvas-scanner.service   |   11 
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/openvas-scanner.service |   11 
 6 files changed, 98 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 22:21:59 UTC (rev 264307)
+++ community-i686/PKGBUILD 2017-10-25 22:22:13 UTC (rev 264308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-scanner
-pkgver=5.0.8
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2436/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2437/$pkgname-${pkgver}.tar.gz.asc;
-"$pkgname.service")
-sha512sums=('99bf234495351c795fd97d2af6d17ea5e42ae4c1a35051a9917629cd415d57f3ea7d6c41347c1540e1be4bec13bde7d0c163b591e144237d50db451f492af292'
-'SKIP'
-
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 264307, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 22:22:13 UTC (rev 264308)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-scanner
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2423/openvas-scanner-5.1.1.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2424/openvas-scanner-5.1.1.tar.gz.sig;
+"${pkgname}.service")
+sha512sums=('8ca23fe9581c98381c030ee8e30a09876d538133980a589eff357321d2ceea0b24dbf8965ef7417e12abb9af240c6a26413b3041b219d28017c7f9ea04779fe1'
+'SKIP'
+
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: community-i686/openvas-scanner.service
===
--- 

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:21:59
  Author: shibumi
Revision: 264307

upgpkg: openvas-scanner 5.1.1-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 22:07:13 UTC (rev 264306)
+++ PKGBUILD2017-10-25 22:21:59 UTC (rev 264307)
@@ -1,7 +1,9 @@
 # $Id$
-# Maintainer: Daniel Micay 
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
 pkgname=openvas-scanner
-pkgver=5.0.8
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +14,10 @@
 groups=(openvas)
 # 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/2436/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2437/$pkgname-${pkgver}.tar.gz.asc;
-"$pkgname.service")
-sha512sums=('99bf234495351c795fd97d2af6d17ea5e42ae4c1a35051a9917629cd415d57f3ea7d6c41347c1540e1be4bec13bde7d0c163b591e144237d50db451f492af292'
+source=("http://wald.intevation.org/frs/download.php/2423/openvas-scanner-5.1.1.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2424/openvas-scanner-5.1.1.tar.gz.sig;
+"${pkgname}.service")
+sha512sums=('8ca23fe9581c98381c030ee8e30a09876d538133980a589eff357321d2ceea0b24dbf8965ef7417e12abb9af240c6a26413b3041b219d28017c7f9ea04779fe1'
 'SKIP'
 
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
 validpgpkeys=(
@@ -23,7 +25,7 @@
 )
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
 -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
@@ -30,7 +32,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 ../"${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
 }


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 21:37:58
  Author: shibumi
Revision: 264299

upgpkg: openvas-manager 7.0.2-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 21:37:07 UTC (rev 264298)
+++ PKGBUILD2017-10-25 21:37:58 UTC (rev 264299)
@@ -1,7 +1,9 @@
 # $Id$
-# Maintainer: Daniel Micay 
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
 pkgname=openvas-manager
-pkgver=6.0.11
+pkgver=7.0.2
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -11,12 +13,12 @@
 makedepends=('cmake' 'doxygen' 'xmltoman')
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=(openvas)
-install=$pkgname.install
+install="${pkgname}.install"
 # 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/2445/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2446/$pkgname-${pkgver}.tar.gz.asc;)
-sha512sums=('29452400b3d2a999e4c71bc015a45add38be668a1d697d839cb05cea25ca55baff7463e669f844d43dad6ab6d293b4589570f80eddc4955c9bf611dc6d850890'
+source=("http://wald.intevation.org/frs/download.php/2448/openvas-manager-7.0.2.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2449/openvas-manager-7.0.2.tar.gz.sig;)
+sha512sums=('82b35b8bfcfbc781acabec71133d87352887a1e51e4af5a757c0f0a8b3eb86c37137022fdac693cc8802971c2628b52b900b1ec2af3c6434c3e2401bdbd8bfe2'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
@@ -23,12 +25,12 @@
 )
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
 -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
@@ -35,6 +37,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in openvas-manager/repos (8 files)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 21:38:08
  Author: shibumi
Revision: 264300

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 264299, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 264299, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 264299, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 264299, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-i686/openvas-manager.install
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

--+
 /PKGBUILD|   84 +
 /openvas-manager.install |   10 +++
 community-i686/PKGBUILD  |   40 -
 community-i686/openvas-manager.install   |5 -
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/openvas-manager.install |5 -
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 21:37:58 UTC (rev 264299)
+++ community-i686/PKGBUILD 2017-10-25 21:38:08 UTC (rev 264300)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-manager
-pkgver=6.0.11
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install=$pkgname.install
-# 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/2445/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2446/$pkgname-${pkgver}.tar.gz.asc;)
-sha512sums=('29452400b3d2a999e4c71bc015a45add38be668a1d697d839cb05cea25ca55baff7463e669f844d43dad6ab6d293b4589570f80eddc4955c9bf611dc6d850890'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 264299, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 21:38:08 UTC (rev 264300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-manager
+pkgver=7.0.2
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install="${pkgname}.install"
+# 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/2448/openvas-manager-7.0.2.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2449/openvas-manager-7.0.2.tar.gz.sig;)
+sha512sums=('82b35b8bfcfbc781acabec71133d87352887a1e51e4af5a757c0f0a8b3eb86c37137022fdac693cc8802971c2628b52b900b1ec2af3c6434c3e2401bdbd8bfe2'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/openvas-manager.install
===
--- 

[arch-commits] Commit in openvas-libraries/repos (4 files)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 21:37:07
  Author: shibumi
Revision: 264298

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 264297, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 264297, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   35 
 community-x86_64/PKGBUILD |   35 
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 21:36:53 UTC (rev 264297)
+++ community-i686/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.9
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2433/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc;)
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 264297, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=openvas-libraries
+pkgver=9.0.1
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url="http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2420/openvas-libraries-9.0.1.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig;)
+sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  rmdir "${pkgdir}/var/run"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-25 21:36:53 UTC (rev 264297)
+++ community-x86_64/PKGBUILD   2017-10-25 21:37:07 UTC (rev 264298)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.9
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2433/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc;)
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
-'SKIP')

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 21:36:53
  Author: shibumi
Revision: 264297

upgpkg: openvas-libraries 9.0.1-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 18:15:08 UTC (rev 264296)
+++ PKGBUILD2017-10-25 21:36:53 UTC (rev 264297)
@@ -1,7 +1,9 @@
 # $Id$
-# Maintainer: Daniel Micay 
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
 pkgname=openvas-libraries
-pkgver=8.0.9
+pkgver=9.0.1
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
@@ -12,9 +14,9 @@
 groups=(openvas)
 # 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/2433/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc;)
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
+source=("http://wald.intevation.org/frs/download.php/2420/openvas-libraries-9.0.1.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig;)
+sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
@@ -21,7 +23,7 @@
 )
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   LDFLAGS+=" -Wl,--no-as-needed"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
@@ -29,7 +31,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  rmdir "${pkgdir}/var/run"
 }


[arch-commits] Commit in openvas-scanner/repos (8 files)

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 20:45:50
  Author: felixonmars
Revision: 247947

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 247946, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 247946, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 247946, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 247946, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   22 
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |   11 
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-03 20:44:02 UTC (rev 247946)
+++ community-i686/PKGBUILD 2017-08-03 20:45:50 UTC (rev 247947)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=3
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2129/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
-"$pkgname.service")
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '9abf981e0f71754a92a94962a601f759')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 247946, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-03 20:45:50 UTC (rev 247947)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-scanner
+pkgver=5.0.8
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2436/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2437/$pkgname-${pkgver}.tar.gz.asc;
+"$pkgname.service")
+sha512sums=('99bf234495351c795fd97d2af6d17ea5e42ae4c1a35051a9917629cd415d57f3ea7d6c41347c1540e1be4bec13bde7d0c163b591e144237d50db451f492af292'
+'SKIP'
+
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2017-08-03 20:44:02 UTC (rev 
247946)
+++ community-i686/openvas-scanner.service  2017-08-03 20:45:50 UTC (rev 
247947)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-After=redis.service
-Requires=redis.service
-
-[Service]

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 20:44:02
  Author: felixonmars
Revision: 247946

upgpkg: openvas-scanner 5.0.8-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 20:33:21 UTC (rev 247945)
+++ PKGBUILD2017-08-03 20:44:02 UTC (rev 247946)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=3
+pkgver=5.0.8
+pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,12 +12,12 @@
 groups=(openvas)
 # 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/2129/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+source=("http://wald.intevation.org/frs/download.php/2436/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2437/$pkgname-${pkgver}.tar.gz.asc;
 "$pkgname.service")
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '9abf981e0f71754a92a94962a601f759')
+sha512sums=('99bf234495351c795fd97d2af6d17ea5e42ae4c1a35051a9917629cd415d57f3ea7d6c41347c1540e1be4bec13bde7d0c163b591e144237d50db451f492af292'
+'SKIP'
+
'574a9125928e672a9a22a00cab9c635897eedad0eaae550295c21d45cabd52d1d1cd376f441665d37fd1bb9fa48360039f553c300eb15dd9b83cf14df7f37de5')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )


[arch-commits] Commit in openvas-cli/repos (4 files)

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 19:30:55
  Author: felixonmars
Revision: 241727

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 241726, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 241726, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-30 19:30:31 UTC (rev 241726)
+++ community-i686/PKGBUILD 2017-06-30 19:30:55 UTC (rev 241727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2209/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2210/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('827fc66fe351fb81ea2d6fb42d9353bf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 241726, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-30 19:30:55 UTC (rev 241727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/2397/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2398/$pkgname-$pkgver.tar.gz.asc;)
+sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-30 19:30:31 UTC (rev 241726)
+++ community-x86_64/PKGBUILD   2017-06-30 19:30:55 UTC (rev 241727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2209/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2210/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('827fc66fe351fb81ea2d6fb42d9353bf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 241726, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-30 19:30:55 UTC (rev 241727)
@@ -0,0 +1,33 @@
+# 

[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 19:30:31
  Author: felixonmars
Revision: 241726

upgpkg: openvas-cli 1.4.5-1

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-30 19:30:15 UTC (rev 241725)
+++ PKGBUILD2017-06-30 19:30:31 UTC (rev 241726)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-cli
-pkgver=1.4.3
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=(openvas)
 # 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/2209/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2210/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('827fc66fe351fb81ea2d6fb42d9353bf'
- 'SKIP')
+source=("http://wald.intevation.org/frs/download.php/2397/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2398/$pkgname-$pkgver.tar.gz.asc;)
+sha512sums=('35ec391d1e25bfe1a49507b9e2ec69243411a6e839232334bb0f2eed26750a159942b7d14528fab9e57e1c7d7bf40fa087686444168ced4e4281ad78f2aeae85'
+'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )


[arch-commits] Commit in openvas-manager/repos (8 files)

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 19:30:15
  Author: felixonmars
Revision: 241725

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 241724, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 241724, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 241724, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 241724, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-i686/openvas-manager.install
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

--+
 /PKGBUILD|   80 +
 /openvas-manager.install |   10 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/openvas-manager.install   |5 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/openvas-manager.install |5 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-30 19:29:52 UTC (rev 241724)
+++ community-i686/PKGBUILD 2017-06-30 19:30:15 UTC (rev 241725)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-manager
-pkgver=6.0.6
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install=$pkgname.install
-# 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/2195/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2196/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('e8e5f9ccc8dd7dd35ea24291220249d8'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 241724, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-30 19:30:15 UTC (rev 241725)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-manager
+pkgver=6.0.11
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# 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/2445/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2446/$pkgname-${pkgver}.tar.gz.asc;)
+sha512sums=('29452400b3d2a999e4c71bc015a45add38be668a1d697d839cb05cea25ca55baff7463e669f844d43dad6ab6d293b4589570f80eddc4955c9bf611dc6d850890'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/openvas-manager.install
===
--- community-i686/openvas-manager.install  2017-06-30 19:29:52 UTC (rev 
241724)
+++ community-i686/openvas-manager.install  2017-06-30 19:30:15 UTC (rev 
241725)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
-echo ">>> NOTE: run \`openvasmd --migrate\` to 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 19:29:52
  Author: felixonmars
Revision: 241724

upgpkg: openvas-manager 6.0.11-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-30 19:22:50 UTC (rev 241723)
+++ PKGBUILD2017-06-30 19:29:52 UTC (rev 241724)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-manager
-pkgver=6.0.6
+pkgver=6.0.11
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@
 install=$pkgname.install
 # 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/2195/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2196/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('e8e5f9ccc8dd7dd35ea24291220249d8'
- 'SKIP')
+source=("http://wald.intevation.org/frs/download.php/2445/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2446/$pkgname-${pkgver}.tar.gz.asc;)
+sha512sums=('29452400b3d2a999e4c71bc015a45add38be668a1d697d839cb05cea25ca55baff7463e669f844d43dad6ab6d293b4589570f80eddc4955c9bf611dc6d850890'
+'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )


[arch-commits] Commit in openvas-libraries/repos (4 files)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 07:23:20
  Author: felixonmars
Revision: 24

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 241110, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 241110, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 07:22:18 UTC (rev 241110)
+++ community-i686/PKGBUILD 2017-06-27 07:23:20 UTC (rev 24)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2191/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2192/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('40dad0ea803d8ee7721f2385f2d2f8918b9e6733c8742efc1877210ade6501c1'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 241110, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 07:23:20 UTC (rev 24)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-libraries
+pkgver=8.0.9
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url="http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2433/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc;)
+sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rmdir "$pkgdir/var/run"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 07:22:18 UTC (rev 241110)
+++ community-x86_64/PKGBUILD   2017-06-27 07:23:20 UTC (rev 24)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2191/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2192/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('40dad0ea803d8ee7721f2385f2d2f8918b9e6733c8742efc1877210ade6501c1'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 07:22:18
  Author: felixonmars
Revision: 241110

upgpkg: openvas-libraries 8.0.9-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 07:08:51 UTC (rev 241109)
+++ PKGBUILD2017-06-27 07:22:18 UTC (rev 241110)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-libraries
-pkgver=8.0.5
+pkgver=8.0.9
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/2191/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2192/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('40dad0ea803d8ee7721f2385f2d2f8918b9e6733c8742efc1877210ade6501c1'
+source=("http://wald.intevation.org/frs/download.php/2433/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc;)
+sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2015-11-13 Thread Daniel Micay
Date: Friday, November 13, 2015 @ 21:14:40
  Author: thestinger
Revision: 146736

upgpkg: openvas-libraries 8.0.5-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 20:09:25 UTC (rev 146735)
+++ PKGBUILD2015-11-13 20:14:40 UTC (rev 146736)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-libraries
-pkgver=8.0.4
+pkgver=8.0.5
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/2125/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
+source=("http://wald.intevation.org/frs/download.php/2191/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2192/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('40dad0ea803d8ee7721f2385f2d2f8918b9e6733c8742efc1877210ade6501c1'
 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2015-11-13 Thread Daniel Micay
Date: Friday, November 13, 2015 @ 21:17:35
  Author: thestinger
Revision: 146738

upgpkg: openvas-cli 1.4.3-1

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 20:15:13 UTC (rev 146737)
+++ PKGBUILD2015-11-13 20:17:35 UTC (rev 146738)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-cli
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/2141/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('0ce5efb7826b886a58598b40acca9626'
+source=("http://wald.intevation.org/frs/download.php/2209/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2210/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('827fc66fe351fb81ea2d6fb42d9353bf'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-cli/repos (4 files)

2015-11-13 Thread Daniel Micay
Date: Friday, November 13, 2015 @ 21:18:05
  Author: thestinger
Revision: 146739

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 146738, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 146738, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-13 20:17:35 UTC (rev 146738)
+++ community-i686/PKGBUILD 2015-11-13 20:18:05 UTC (rev 146739)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2141/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('0ce5efb7826b886a58598b40acca9626'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 146738, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-13 20:18:05 UTC (rev 146739)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/2209/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2210/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('827fc66fe351fb81ea2d6fb42d9353bf'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-13 20:17:35 UTC (rev 146738)
+++ community-x86_64/PKGBUILD   2015-11-13 20:18:05 UTC (rev 146739)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/2141/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('0ce5efb7826b886a58598b40acca9626'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 146738, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-13 20:18:05 UTC (rev 146739)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.4.3

[arch-commits] Commit in openvas-libraries/repos (4 files)

2015-11-13 Thread Daniel Micay
Date: Friday, November 13, 2015 @ 21:15:13
  Author: thestinger
Revision: 146737

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 146736, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 146736, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-13 20:14:40 UTC (rev 146736)
+++ community-i686/PKGBUILD 2015-11-13 20:15:13 UTC (rev 146737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2125/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 146736, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-13 20:15:13 UTC (rev 146737)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-libraries
+pkgver=8.0.5
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url="http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2191/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2192/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('40dad0ea803d8ee7721f2385f2d2f8918b9e6733c8742efc1877210ade6501c1'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rmdir "$pkgdir/var/run"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-13 20:14:40 UTC (rev 146736)
+++ community-x86_64/PKGBUILD   2015-11-13 20:15:13 UTC (rev 146737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=8.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2125/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
-sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
-'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=" -Wl,--no-as-needed"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-11-13 Thread Daniel Micay
Date: Saturday, November 14, 2015 @ 01:01:34
  Author: thestinger
Revision: 146744

upgpkg: openvas-manager 6.0.6-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 22:11:37 UTC (rev 146743)
+++ PKGBUILD2015-11-14 00:01:34 UTC (rev 146744)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-manager
-pkgver=6.0.5
+pkgver=6.0.6
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@
 install=$pkgname.install
 # 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/2169/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
+source=("http://wald.intevation.org/frs/download.php/2195/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2196/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('e8e5f9ccc8dd7dd35ea24291220249d8'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-manager/repos (8 files)

2015-11-13 Thread Daniel Micay
Date: Saturday, November 14, 2015 @ 01:02:02
  Author: thestinger
Revision: 146745

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 146744, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 146744, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 146744, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 146744, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-i686/openvas-manager.install
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

--+
 /PKGBUILD|   80 +
 /openvas-manager.install |   10 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/openvas-manager.install   |5 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/openvas-manager.install |5 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 00:01:34 UTC (rev 146744)
+++ community-i686/PKGBUILD 2015-11-14 00:02:02 UTC (rev 146745)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-manager
-pkgver=6.0.5
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install=$pkgname.install
-# 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/2169/$pkgname-${pkgver}.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 146744, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 00:02:02 UTC (rev 146745)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-manager
+pkgver=6.0.6
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# 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/2195/$pkgname-${pkgver}.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2196/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('e8e5f9ccc8dd7dd35ea24291220249d8'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/openvas-manager.install
===
--- community-i686/openvas-manager.install  2015-11-14 00:01:34 UTC (rev 
146744)
+++ community-i686/openvas-manager.install  2015-11-14 00:02:02 UTC (rev 
146745)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
-echo ">>> NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format"
-  fi
-}

Copied: 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:10:23
  Author: thestinger
Revision: 138763

upgpkg: openvas-manager 6.0.5-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 18:32:40 UTC (rev 138762)
+++ PKGBUILD2015-08-25 19:10:23 UTC (rev 138763)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=3
+pkgver=6.0.5
+pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -14,9 +14,9 @@
 install=$pkgname.install
 # 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/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+source=(http://wald.intevation.org/frs/download.php/2169/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-manager/repos (8 files)

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:10:58
  Author: thestinger
Revision: 138764

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 138763, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 138763, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 138763, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 138763, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-i686/openvas-manager.install
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

--+
 /PKGBUILD|   80 +
 /openvas-manager.install |   10 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/openvas-manager.install   |5 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/openvas-manager.install |5 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 19:10:23 UTC (rev 138763)
+++ community-i686/PKGBUILD 2015-08-25 19:10:58 UTC (rev 138764)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=3
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install=$pkgname.install
-# 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/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 138763, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 19:10:58 UTC (rev 138764)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# 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/2169/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/openvas-manager.install
===
--- community-i686/openvas-manager.install  2015-08-25 19:10:23 UTC (rev 
138763)
+++ community-i686/openvas-manager.install  2015-08-25 19:10:58 UTC (rev 
138764)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
-echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
-  fi
-}

Copied: openvas-manager/repos/community-i686/openvas-manager.install (from 

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:57:27
  Author: thestinger
Revision: 137169

upgpkg: openvas-libraries 8.0.4-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:49:37 UTC (rev 137168)
+++ PKGBUILD2015-07-20 22:57:27 UTC (rev 137169)
@@ -1,21 +1,21 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
+pkgver=8.0.4
+pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
 license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # 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/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
+source=(http://wald.intevation.org/frs/download.php/2125/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
+'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )


[arch-commits] Commit in openvas-scanner/repos (8 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:07:06
  Author: thestinger
Revision: 137174

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137173, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137173, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137173, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137173, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:06:18 UTC (rev 137173)
+++ community-i686/PKGBUILD 2015-07-20 23:07:06 UTC (rev 137174)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.6
-pkgrel=2
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1959/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137173, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:07:06 UTC (rev 137174)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-20 23:06:18 UTC (rev 
137173)
+++ community-i686/openvas-scanner.service  2015-07-20 23:07:06 UTC (rev 
137174)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137173, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

[arch-commits] Commit in openvas-manager/repos (6 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:57:35
  Author: thestinger
Revision: 137184

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137183, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 137183, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137183, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 137183, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   80 +
 community-i686/PKGBUILD  |   39 --
 community-i686/openvas-manager.install   |5 +
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/openvas-manager.install |5 +
 5 files changed, 90 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:57:06 UTC (rev 137183)
+++ community-i686/PKGBUILD 2015-07-20 23:57:35 UTC (rev 137184)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-# 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/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137183, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:57:35 UTC (rev 137184)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=3
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# 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/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: openvas-manager/repos/community-i686/openvas-manager.install (from rev 
137183, openvas-manager/trunk/openvas-manager.install)
===
--- community-i686/openvas-manager.install  (rev 0)
+++ community-i686/openvas-manager.install  2015-07-20 23:57:35 UTC (rev 
137184)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
+echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:57:06 UTC (rev 137183)
+++ community-x86_64/PKGBUILD   

[arch-commits] Commit in openvas-scanner/repos (8 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:04:29
  Author: thestinger
Revision: 137186

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137185, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137185, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137185, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137185, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   22 
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 00:03:57 UTC (rev 137185)
+++ community-i686/PKGBUILD 2015-07-21 00:04:29 UTC (rev 137186)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=2
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2129/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137185, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 00:04:29 UTC (rev 137186)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=3
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '9abf981e0f71754a92a94962a601f759')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-21 00:03:57 UTC (rev 
137185)
+++ community-i686/openvas-scanner.service  2015-07-21 00:04:29 UTC (rev 
137186)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137185, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

[arch-commits] Commit in openvas-libraries/repos (4 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:57:59
  Author: thestinger
Revision: 137170

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 137169, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 137169, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 22:57:27 UTC (rev 137169)
+++ community-i686/PKGBUILD 2015-07-20 22:57:59 UTC (rev 137170)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+= -Wl,--no-as-needed
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 137169, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 22:57:59 UTC (rev 137170)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=8.0.4
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2125/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 22:57:27 UTC (rev 137169)
+++ community-x86_64/PKGBUILD   2015-07-20 22:57:59 UTC (rev 137170)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+= -Wl,--no-as-needed
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from 

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:06:18
  Author: thestinger
Revision: 137173

upgpkg: openvas-scanner 5.0.4-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:03:47 UTC (rev 137172)
+++ PKGBUILD2015-07-20 23:06:18 UTC (rev 137173)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.6
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,10 +12,10 @@
 groups=(openvas)
 # 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/1959/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
+source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 validpgpkeys=(


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:18:36
  Author: thestinger
Revision: 137175

upgpkg: openvas-manager 6.0.4-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:07:06 UTC (rev 137174)
+++ PKGBUILD2015-07-20 23:18:36 UTC (rev 137175)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
+source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-manager/repos (4 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:19:11
  Author: thestinger
Revision: 137176

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137175, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137175, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:18:36 UTC (rev 137175)
+++ community-i686/PKGBUILD 2015-07-20 23:19:11 UTC (rev 137176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137175, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:19:11 UTC (rev 137176)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:18:36 UTC (rev 137175)
+++ community-x86_64/PKGBUILD   2015-07-20 23:19:11 UTC (rev 137176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 137175, 
openvas-manager/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in openvas-scanner/repos (8 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:49:27
  Author: thestinger
Revision: 137182

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137181, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137181, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137181, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137181, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:48:56 UTC (rev 137181)
+++ community-i686/PKGBUILD 2015-07-20 23:49:27 UTC (rev 137182)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/2129/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137181, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:49:27 UTC (rev 137182)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=2
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-20 23:48:56 UTC (rev 
137181)
+++ community-i686/openvas-scanner.service  2015-07-20 23:49:27 UTC (rev 
137182)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137181, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:48:56
  Author: thestinger
Revision: 137181

upgpkg: openvas-scanner 5.0.4-2

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:43:06 UTC (rev 137180)
+++ PKGBUILD2015-07-20 23:48:56 UTC (rev 137181)
@@ -2,12 +2,12 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('openvas-libraries')
+depends=('openvas-libraries' 'redis')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD openvas-scanner.service)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:03:57
  Author: thestinger
Revision: 137185

upgpkg: openvas-scanner 5.0.4-3

Modified:
  openvas-scanner/trunk/PKGBUILD
  openvas-scanner/trunk/openvas-scanner.service

-+
 PKGBUILD|4 ++--
 openvas-scanner.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:57:35 UTC (rev 137184)
+++ PKGBUILD2015-07-21 00:03:57 UTC (rev 137185)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=5.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -17,7 +17,7 @@
 $pkgname.service)
 md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
  'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
+ '9abf981e0f71754a92a94962a601f759')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )

Modified: openvas-scanner.service
===
--- openvas-scanner.service 2015-07-20 23:57:35 UTC (rev 137184)
+++ openvas-scanner.service 2015-07-21 00:03:57 UTC (rev 137185)
@@ -1,6 +1,8 @@
 [Unit]
 Description=Open Vulnerability Assessment System Scanner Daemon
 Documentation=http://www.openvas.org/
+After=redis.service
+Requires=redis.service
 
 [Service]
 ExecStart=/usr/bin/openvassd -f


[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:03:14
  Author: thestinger
Revision: 137171

upgpkg: openvas-cli 1.4.2-1

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:57:59 UTC (rev 137170)
+++ PKGBUILD2015-07-20 23:03:14 UTC (rev 137171)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+source=(http://wald.intevation.org/frs/download.php/2141/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('0ce5efb7826b886a58598b40acca9626'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-cli/repos (4 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:03:47
  Author: thestinger
Revision: 137172

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 137171, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 137171, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:03:14 UTC (rev 137171)
+++ community-i686/PKGBUILD 2015-07-20 23:03:47 UTC (rev 137172)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 137171, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:03:47 UTC (rev 137172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/2141/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('0ce5efb7826b886a58598b40acca9626'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:03:14 UTC (rev 137171)
+++ community-x86_64/PKGBUILD   2015-07-20 23:03:47 UTC (rev 137172)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 137171, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-20 23:03:47 UTC (rev 137172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='The OpenVAS 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:42:32
  Author: thestinger
Revision: 137179

upgpkg: openvas-manager 6.0.4-2

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:22:38 UTC (rev 137178)
+++ PKGBUILD2015-07-20 23:42:32 UTC (rev 137179)
@@ -2,13 +2,14 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
@@ -20,6 +21,11 @@
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \


[arch-commits] Commit in openvas-manager/repos (4 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:43:06
  Author: thestinger
Revision: 137180

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137179, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137179, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 78 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:42:32 UTC (rev 137179)
+++ community-i686/PKGBUILD 2015-07-20 23:43:06 UTC (rev 137180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137179, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:43:06 UTC (rev 137180)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+# 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/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:42:32 UTC (rev 137179)
+++ community-x86_64/PKGBUILD   2015-07-20 23:43:06 UTC (rev 137180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD openvas-manager.install)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:57:06
  Author: thestinger
Revision: 137183

upgpkg: openvas-manager 6.0.4-3

Added:
  openvas-manager/trunk/openvas-manager.install
Modified:
  openvas-manager/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 openvas-manager.install |5 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:49:27 UTC (rev 137182)
+++ PKGBUILD2015-07-20 23:57:06 UTC (rev 137183)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=6.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -11,6 +11,7 @@
 makedepends=('cmake' 'doxygen' 'xmltoman')
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=(openvas)
+install=$pkgname.install
 # 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/2133/$pkgname-${pkgver}.tar.gz;

Added: openvas-manager.install
===
--- openvas-manager.install (rev 0)
+++ openvas-manager.install 2015-07-20 23:57:06 UTC (rev 137183)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
+echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
+  fi
+}


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:17:52
  Author: thestinger
Revision: 131246

upgpkg: openvas-manager 5.0.9-2

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 14:16:14 UTC (rev 131245)
+++ PKGBUILD2015-04-12 14:17:52 UTC (rev 131246)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=5.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'


[arch-commits] Commit in openvas-cli/repos (4 files)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:16:14
  Author: thestinger
Revision: 131245

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openvas-cli/repos/community-staging-i686/PKGBUILD
(from rev 131244, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-staging-x86_64/PKGBUILD
(from rev 131244, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-staging-i686/PKGBUILD
  openvas-cli/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-staging-i686/PKGBUILD   |   33 --
 community-staging-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-12 14:15:39 UTC (rev 131244)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:16:14 UTC (rev 131245)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-staging-i686/PKGBUILD (from rev 131244, 
openvas-cli/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:16:14 UTC (rev 131245)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/1803/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-04-12 14:15:39 UTC (rev 131244)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 14:16:14 UTC (rev 131245)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# 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/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-staging-x86_64/PKGBUILD (from rev 131244, 
openvas-cli/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 

[arch-commits] Commit in openvas-libraries/repos (4 files)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 15:32:47
  Author: thestinger
Revision: 131238

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openvas-libraries/repos/community-staging-i686/
  openvas-libraries/repos/community-staging-i686/PKGBUILD
(from rev 131237, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-staging-x86_64/
  openvas-libraries/repos/community-staging-x86_64/PKGBUILD
(from rev 131237, openvas-libraries/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: openvas-libraries/repos/community-staging-i686/PKGBUILD (from rev 
131237, openvas-libraries/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 13:32:47 UTC (rev 131238)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.9
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1971/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('dd0c8da845caf5d6f842f61282d71036'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Copied: openvas-libraries/repos/community-staging-x86_64/PKGBUILD (from rev 
131237, openvas-libraries/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 13:32:47 UTC (rev 131238)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.9
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1971/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('dd0c8da845caf5d6f842f61282d71036'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 15:32:17
  Author: thestinger
Revision: 131237

upgpkg: openvas-libraries 7.0.9-2

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 13:28:34 UTC (rev 131236)
+++ PKGBUILD2015-04-12 13:32:17 UTC (rev 131237)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;


[arch-commits] Commit in openvas-cli/repos (4 files)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:09:09
  Author: thestinger
Revision: 131243

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openvas-cli/repos/community-staging-i686/
  openvas-cli/repos/community-staging-i686/PKGBUILD
(from rev 131242, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-staging-x86_64/
  openvas-cli/repos/community-staging-x86_64/PKGBUILD
(from rev 131242, openvas-cli/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: openvas-cli/repos/community-staging-i686/PKGBUILD (from rev 131242, 
openvas-cli/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:09:09 UTC (rev 131243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/1803/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: openvas-cli/repos/community-staging-x86_64/PKGBUILD (from rev 131242, 
openvas-cli/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 14:09:09 UTC (rev 131243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/1803/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:15:39
  Author: thestinger
Revision: 131244

upgpkg: openvas-cli 1.3.1-2

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 14:09:09 UTC (rev 131243)
+++ PKGBUILD2015-04-12 14:15:39 UTC (rev 131244)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:19:25
  Author: thestinger
Revision: 131248

upgpkg: openvas-scanner 4.0.6-2

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 14:18:17 UTC (rev 131247)
+++ PKGBUILD2015-04-12 14:19:25 UTC (rev 131248)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=4.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'


[arch-commits] Commit in openvas-manager/repos (4 files)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:18:17
  Author: thestinger
Revision: 131247

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openvas-manager/repos/community-staging-i686/
  openvas-manager/repos/community-staging-i686/PKGBUILD
(from rev 131246, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-staging-x86_64/
  openvas-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 131246, openvas-manager/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: openvas-manager/repos/community-staging-i686/PKGBUILD (from rev 131246, 
openvas-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:18:17 UTC (rev 131247)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.9
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/1963/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('da37223106a4f0b6dbefd090e9703feb'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: openvas-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
131246, openvas-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 14:18:17 UTC (rev 131247)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.9
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/1963/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('da37223106a4f0b6dbefd090e9703feb'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in openvas-scanner/repos (6 files)

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:19:47
  Author: thestinger
Revision: 131249

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openvas-scanner/repos/community-staging-i686/
  openvas-scanner/repos/community-staging-i686/PKGBUILD
(from rev 131248, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-staging-i686/openvas-scanner.service
(from rev 131248, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-staging-x86_64/
  openvas-scanner/repos/community-staging-x86_64/PKGBUILD
(from rev 131248, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-staging-x86_64/openvas-scanner.service
(from rev 131248, openvas-scanner/trunk/openvas-scanner.service)

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/openvas-scanner.service   |9 +
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/openvas-scanner.service |9 +
 4 files changed, 90 insertions(+)

Copied: openvas-scanner/repos/community-staging-i686/PKGBUILD (from rev 131248, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:19:47 UTC (rev 131249)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.6
+pkgrel=2
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1959/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Copied: openvas-scanner/repos/community-staging-i686/openvas-scanner.service 
(from rev 131248, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-staging-i686/openvas-scanner.service  
(rev 0)
+++ community-staging-i686/openvas-scanner.service  2015-04-12 14:19:47 UTC 
(rev 131249)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-staging-x86_64/PKGBUILD (from rev 
131248, openvas-scanner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 14:19:47 UTC (rev 131249)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.6
+pkgrel=2
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1959/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Copied: openvas-scanner/repos/community-staging-x86_64/openvas-scanner.service 
(from rev 131248, openvas-scanner/trunk/openvas-scanner.service)

[arch-commits] Commit in openvas-libraries/repos (4 files)

2015-03-26 Thread Daniel Micay
Date: Thursday, March 26, 2015 @ 21:37:42
  Author: thestinger
Revision: 12

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 129998, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 129998, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   31 ---
 community-x86_64/PKGBUILD |   31 ---
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-26 20:37:08 UTC (rev 129998)
+++ community-i686/PKGBUILD 2015-03-26 20:37:42 UTC (rev 12)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1833/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 129998, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-26 20:37:42 UTC (rev 12)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.9
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1971/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('dd0c8da845caf5d6f842f61282d71036'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-26 20:37:08 UTC (rev 129998)
+++ community-x86_64/PKGBUILD   2015-03-26 20:37:42 UTC (rev 12)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1833/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 129998, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-26 20:37:42 UTC (rev 12)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2015-03-26 Thread Daniel Micay
Date: Thursday, March 26, 2015 @ 21:37:08
  Author: thestinger
Revision: 129998

upgpkg: openvas-libraries 7.0.9-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-26 20:30:17 UTC (rev 129997)
+++ PKGBUILD2015-03-26 20:37:08 UTC (rev 129998)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.6
+pkgver=7.0.9
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1833/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
+source=(http://wald.intevation.org/frs/download.php/1971/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('dd0c8da845caf5d6f842f61282d71036'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
@@ -22,6 +22,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make


[arch-commits] Commit in openvas-manager/repos (4 files)

2015-03-26 Thread Daniel Micay
Date: Thursday, March 26, 2015 @ 21:41:30
  Author: thestinger
Revision: 130001

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 13, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 13, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   30 
 community-x86_64/PKGBUILD |   30 
 3 files changed, 66 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-26 20:41:00 UTC (rev 13)
+++ community-i686/PKGBUILD 2015-03-26 20:41:30 UTC (rev 130001)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.7
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1849/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('771f1149ea7afd34a52965633da2ded0'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 13, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-26 20:41:30 UTC (rev 130001)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.9
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/1963/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('da37223106a4f0b6dbefd090e9703feb'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-26 20:41:00 UTC (rev 13)
+++ community-x86_64/PKGBUILD   2015-03-26 20:41:30 UTC (rev 130001)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.7
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1849/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('771f1149ea7afd34a52965633da2ded0'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 13, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-26 20:41:30 UTC (rev 130001)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2015-03-26 Thread Daniel Micay
Date: Thursday, March 26, 2015 @ 21:41:00
  Author: thestinger
Revision: 13

upgpkg: openvas-manager 5.0.9-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-26 20:37:42 UTC (rev 12)
+++ PKGBUILD2015-03-26 20:41:00 UTC (rev 13)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.7
+pkgver=5.0.9
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
 groups=(openvas)
 # 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/1849/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('771f1149ea7afd34a52965633da2ded0'
+source=(http://wald.intevation.org/frs/download.php/1963/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('da37223106a4f0b6dbefd090e9703feb'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in openvas-scanner/repos (8 files)

2015-03-16 Thread Daniel Micay
Date: Monday, March 16, 2015 @ 18:48:43
  Author: thestinger
Revision: 129383

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 129382, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 129382, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 129382, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 129382, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   33 -
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 17:48:03 UTC (rev 129382)
+++ community-i686/PKGBUILD 2015-03-16 17:48:43 UTC (rev 129383)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1844/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 129382, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-16 17:48:43 UTC (rev 129383)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1959/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-03-16 17:48:03 UTC (rev 
129382)
+++ community-i686/openvas-scanner.service  2015-03-16 17:48:43 UTC (rev 
129383)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
129382, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2015-03-16 17:48:43 

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2015-03-16 Thread Daniel Micay
Date: Monday, March 16, 2015 @ 18:47:33
  Author: thestinger
Revision: 129381

upgpkg: openvas-scanner 4.0.6-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 17:25:51 UTC (rev 129380)
+++ PKGBUILD2015-03-16 17:47:33 UTC (rev 129381)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 groups=(openvas)
 # 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/1844/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
+http://wald.intevation.org/frs/download.php/1959/openvas-scanner-4.0.6.tar.gz
+source=(http://wald.intevation.org/frs/download.php/1959/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
+md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 validpgpkeys=(


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2015-03-16 Thread Daniel Micay
Date: Monday, March 16, 2015 @ 18:48:03
  Author: thestinger
Revision: 129382

upgpkg: openvas-scanner 4.0.6-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 17:47:33 UTC (rev 129381)
+++ PKGBUILD2015-03-16 17:48:03 UTC (rev 129382)
@@ -12,7 +12,6 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-http://wald.intevation.org/frs/download.php/1959/openvas-scanner-4.0.6.tar.gz
 
source=(http://wald.intevation.org/frs/download.php/1959/$pkgname-${pkgver}.tar.gz;
 
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)


[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2014-12-29 Thread Daniel Micay
Date: Tuesday, December 30, 2014 @ 01:14:46
  Author: thestinger
Revision: 124888

openvas-cli: add validpgpkeys

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 00:13:43 UTC (rev 124887)
+++ PKGBUILD2014-12-30 00:14:46 UTC (rev 124888)
@@ -16,6 +16,9 @@
 
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
 md5sums=('70ac828c04995fdef997ea9e6ba29daf'
  'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2014-12-29 Thread Daniel Micay
Date: Tuesday, December 30, 2014 @ 01:15:18
  Author: thestinger
Revision: 124890

openvas-libraries: add validpgpkeys

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 00:15:17 UTC (rev 124889)
+++ PKGBUILD2014-12-30 00:15:18 UTC (rev 124890)
@@ -16,6 +16,9 @@
 
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
 md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
  'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2014-12-29 Thread Daniel Micay
Date: Tuesday, December 30, 2014 @ 01:15:41
  Author: thestinger
Revision: 124891

openvas-manager: add validpgpkeys

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 00:15:18 UTC (rev 124890)
+++ PKGBUILD2014-12-30 00:15:41 UTC (rev 124891)
@@ -16,6 +16,9 @@
 
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
 md5sums=('771f1149ea7afd34a52965633da2ded0'
  'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2014-12-29 Thread Daniel Micay
Date: Tuesday, December 30, 2014 @ 01:16:11
  Author: thestinger
Revision: 124892

openvas-scanner: add validpgpkeys

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 00:15:41 UTC (rev 124891)
+++ PKGBUILD2014-12-30 00:16:11 UTC (rev 124892)
@@ -18,6 +18,9 @@
 md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 00:59:59
  Author: thestinger
Revision: 123298

upgpkg: openvas-libraries 7.0.6-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 17:22:30 UTC (rev 123297)
+++ PKGBUILD2014-11-30 23:59:59 UTC (rev 123298)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.5
+pkgver=7.0.6
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
 license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # 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/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
+source=(http://wald.intevation.org/frs/download.php/1833/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
  'SKIP')
 
 build() {


[arch-commits] Commit in openvas-libraries/repos (4 files)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:00:38
  Author: thestinger
Revision: 123299

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 123298, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 123298, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-30 23:59:59 UTC (rev 123298)
+++ community-i686/PKGBUILD 2014-12-01 00:00:38 UTC (rev 123299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 123298, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:00:38 UTC (rev 123299)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.6
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1833/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-30 23:59:59 UTC (rev 123298)
+++ community-x86_64/PKGBUILD   2014-12-01 00:00:38 UTC (rev 123299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 123298, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-01 00:00:38 UTC (rev 123299)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.6
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')

[arch-commits] Commit in openvas-scanner/repos (8 files)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:04:03
  Author: thestinger
Revision: 123301

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 123300, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 123300, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 123300, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 123300, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 00:03:28 UTC (rev 123300)
+++ community-i686/PKGBUILD 2014-12-01 00:04:03 UTC (rev 123301)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1791/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('8462aca675bdbd617de2c2dd53be62ff'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 123300, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:04:03 UTC (rev 123301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1844/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-12-01 00:03:28 UTC (rev 
123300)
+++ community-i686/openvas-scanner.service  2014-12-01 00:04:03 UTC (rev 
123301)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
123300, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-12-01 00:04:03 UTC (rev 
123301)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner 

[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:03:28
  Author: thestinger
Revision: 123300

upgpkg: openvas-scanner 4.0.5-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 00:00:38 UTC (rev 123299)
+++ PKGBUILD2014-12-01 00:03:28 UTC (rev 123300)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=(openvas)
 # 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/1791/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
+source=(http://wald.intevation.org/frs/download.php/1844/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('8462aca675bdbd617de2c2dd53be62ff'
+md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 


[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:06:05
  Author: thestinger
Revision: 123302

upgpkg: openvas-manager 5.0.7-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 00:04:03 UTC (rev 123301)
+++ PKGBUILD2014-12-01 00:06:05 UTC (rev 123302)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.5
+pkgver=5.0.7
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
+source=(http://wald.intevation.org/frs/download.php/1849/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('771f1149ea7afd34a52965633da2ded0'
  'SKIP')
 
 build() {


[arch-commits] Commit in openvas-manager/repos (4 files)

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:06:37
  Author: thestinger
Revision: 123303

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 123302, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 123302, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 00:06:05 UTC (rev 123302)
+++ community-i686/PKGBUILD 2014-12-01 00:06:37 UTC (rev 123303)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 123302, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:06:37 UTC (rev 123303)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.7
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/1849/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('771f1149ea7afd34a52965633da2ded0'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-01 00:06:05 UTC (rev 123302)
+++ community-x86_64/PKGBUILD   2014-12-01 00:06:37 UTC (rev 123303)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# 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/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 123302, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-01 00:06:37 UTC (rev 123303)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.7
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:26:51
  Author: thestinger
Revision: 122918

upgpkg: openvas-libraries 7.0.5-1

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:49:46 UTC (rev 122917)
+++ PKGBUILD2014-11-22 11:26:51 UTC (rev 122918)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
+pkgver=7.0.5
+pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
+source=(http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('22ce18293221704e33534a313916ca2f'
  'SKIP')
 
 build() {


[arch-commits] Commit in openvas-libraries/repos (4 files)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:27:25
  Author: thestinger
Revision: 122919

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 122918, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 122918, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:26:51 UTC (rev 122918)
+++ community-i686/PKGBUILD 2014-11-22 11:27:25 UTC (rev 122919)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 122918, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:27:25 UTC (rev 122919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1787/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('22ce18293221704e33534a313916ca2f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:26:51 UTC (rev 122918)
+++ community-x86_64/PKGBUILD   2014-11-22 11:27:25 UTC (rev 122919)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# 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/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 122918, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:27:25 UTC (rev 122919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')

[arch-commits] Commit in openvas-cli/trunk (PKGBUILD)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:30:15
  Author: thestinger
Revision: 122920

upgpkg: openvas-cli 1.3.1-1

Modified:
  openvas-cli/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:27:25 UTC (rev 122919)
+++ PKGBUILD2014-11-22 11:30:15 UTC (rev 122920)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1633/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
+source=(http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
  'SKIP')
 
 build() {


[arch-commits] Commit in openvas-cli/repos (4 files)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:30:45
  Author: thestinger
Revision: 122921

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 122920, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 122920, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:30:15 UTC (rev 122920)
+++ community-i686/PKGBUILD 2014-11-22 11:30:45 UTC (rev 122921)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This 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/1633/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 122920, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:30:45 UTC (rev 122921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# 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/1803/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:30:15 UTC (rev 122920)
+++ community-x86_64/PKGBUILD   2014-11-22 11:30:45 UTC (rev 122921)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This 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/1633/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 122920, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:30:45 UTC (rev 122921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29

[arch-commits] Commit in openvas-manager/repos (4 files)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:34:00
  Author: thestinger
Revision: 122923

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 122922, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 122922, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:33:31 UTC (rev 122922)
+++ community-i686/PKGBUILD 2014-11-22 11:34:00 UTC (rev 122923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This 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/1730/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 122922, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:34:00 UTC (rev 122923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# 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/1795/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:33:31 UTC (rev 122922)
+++ community-x86_64/PKGBUILD   2014-11-22 11:34:00 UTC (rev 122923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This 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/1730/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 122922, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:34:00 UTC (rev 122923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'

[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:33:31
  Author: thestinger
Revision: 122922

upgpkg: openvas-manager 5.0.5-1

Modified:
  openvas-manager/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:30:45 UTC (rev 122921)
+++ PKGBUILD2014-11-22 11:33:31 UTC (rev 122922)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # 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/1730/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
+source=(http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
  'SKIP')
 
 build() {


[arch-commits] Commit in openvas-scanner/trunk (PKGBUILD)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:36:26
  Author: thestinger
Revision: 122924

upgpkg: openvas-scanner 4.0.4-1

Modified:
  openvas-scanner/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:34:00 UTC (rev 122923)
+++ PKGBUILD2014-11-22 11:36:26 UTC (rev 122924)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=(openvas)
 # 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/1726/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc;
+source=(http://wald.intevation.org/frs/download.php/1791/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
+md5sums=('8462aca675bdbd617de2c2dd53be62ff'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 


[arch-commits] Commit in openvas-scanner/repos (8 files)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:36:55
  Author: thestinger
Revision: 122925

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 122924, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 122924, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 122924, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 122924, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:36:26 UTC (rev 122924)
+++ community-i686/PKGBUILD 2014-11-22 11:36:55 UTC (rev 122925)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This 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/1726/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 122924, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:36:55 UTC (rev 122925)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1791/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('8462aca675bdbd617de2c2dd53be62ff'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-11-22 11:36:26 UTC (rev 
122924)
+++ community-i686/openvas-scanner.service  2014-11-22 11:36:55 UTC (rev 
122925)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
122924, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-11-22 11:36:55 UTC (rev 
122925)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner 

[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:39:43
  Author: thestinger
Revision: 119907

upgpkg: openvas-libraries 7.0.4-2

Modified:
  openvas-libraries/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 03:17:18 UTC (rev 119906)
+++ PKGBUILD2014-10-01 03:39:43 UTC (rev 119907)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
@@ -21,10 +21,11 @@
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
+  make
 }
 
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
 }


[arch-commits] Commit in openvas-libraries/repos (4 files)

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:40:12
  Author: thestinger
Revision: 119908

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 119907, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 119907, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 03:39:43 UTC (rev 119907)
+++ community-i686/PKGBUILD 2014-10-01 03:40:12 UTC (rev 119908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This 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/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 119907, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 03:40:12 UTC (rev 119908)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# 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/1722/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-01 03:39:43 UTC (rev 119907)
+++ community-x86_64/PKGBUILD   2014-10-01 03:40:12 UTC (rev 119908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This 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/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 119907, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-01 03:40:12 UTC (rev 119908)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;

[arch-commits] Commit in openvas-scanner/repos (8 files)

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 07:59:59
  Author: thestinger
Revision: 119157

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 119156, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 119156, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 119156, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 119156, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   31 -
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   31 -
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 05:59:31 UTC (rev 119156)
+++ community-i686/PKGBUILD 2014-09-18 05:59:59 UTC (rev 119157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz;
-$pkgname.service)
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 119156, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 05:59:59 UTC (rev 119157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# This 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/1726/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('850facc6e7f550d1a75925563b0e5caf'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-09-18 05:59:31 UTC (rev 
119156)
+++ community-i686/openvas-scanner.service  2014-09-18 05:59:59 UTC (rev 
119157)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
119156, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-09-18 05:59:59 UTC (rev 
119157)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]

  1   2   >