[arch-commits] Commit in (gvm-tools)

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

Drop orphan package

Deleted:
  gvm-tools/


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

2019-11-04 Thread Evangelos Foutras via arch-commits
Date: Monday, November 4, 2019 @ 10:15:40
  Author: foutrelis
Revision: 524008

Python 3.8 rebuild

Modified:
  gvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 10:13:25 UTC (rev 524007)
+++ PKGBUILD2019-11-04 10:15:40 UTC (rev 524008)
@@ -3,7 +3,7 @@
 # Contributor : Daniel Micay 
 pkgname=gvm-tools
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='greenbone-vulnerability-manager tools'
 arch=('x86_64')
 url='http://www.openvas.org/'


[arch-commits] Commit in gvm-tools/repos (3 files)

2019-11-04 Thread Evangelos Foutras via arch-commits
Date: Monday, November 4, 2019 @ 10:15:44
  Author: foutrelis
Revision: 524009

archrelease: copy trunk to community-staging-x86_64

Added:
  gvm-tools/repos/community-staging-x86_64/
  gvm-tools/repos/community-staging-x86_64/CHANGELOG.md
(from rev 524008, gvm-tools/trunk/CHANGELOG.md)
  gvm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 524008, gvm-tools/trunk/PKGBUILD)

--+
 CHANGELOG.md |  219 +
 PKGBUILD |   34 
 2 files changed, 253 insertions(+)

Copied: gvm-tools/repos/community-staging-x86_64/CHANGELOG.md (from rev 524008, 
gvm-tools/trunk/CHANGELOG.md)
===
--- community-staging-x86_64/CHANGELOG.md   (rev 0)
+++ community-staging-x86_64/CHANGELOG.md   2019-11-04 10:15:44 UTC (rev 
524009)
@@ -0,0 +1,219 @@
+# 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/),
+and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0.html).
+
+For detailed code changes, please visit
+https://github.com/greenbone/gvm-tools/commits/master
+or get the entire source code repository and view log history:
+
+```sh
+$ git clone https://github.com/greenbone/gvm-tools.git
+$ cd gvm-tools && git log
+```
+
+## [Unreleased]
+
+### Added
+- Added --ssh-password switch for ssh connection [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
+- Added a new console line interface `gvm-script` for only running GMP and OSP
+  scripts without opening a python shell [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
+- Forbid to run any gvm-tools cli as root user [PR 
183](https://github.com/greenbone/gvm-tools/pull/183)
+- Added error message if invalid XML is passed to `gvm-cli` [PR 
198](https://github.com/greenbone/gvm-tools/pull/198)
+- Added argument `--pretty` to `gvm-cli` to pretty format xml output
+  [PR 203](https://github.com/greenbone/gvm-tools/pull/203)
+
+### Changed
+- Improved error messages if unix socket could not be found [PR 
78](https://github.com/greenbone/python-gvm/pull/78)
+- The structure for the config file (default is ~/.config/gvm-tools.conf) has
+  changed. It's possible to set defaults for nearly all command line arguments
+  [PR 140](https://github.com/greenbone/gvm-tools/pull/140)
+- The command line help for `gvm-cli` and `gvm-pyshell` has been updated and
+  made more consistent [PR 
138](https://github.com/greenbone/gvm-tools/pull/138)
+- Renamed --ssh-user switch to --ssh-username [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
+- Update `gvmtools.get_version` to return a fully compliant [PEP 
440](https://www.python.org/dev/peps/pep-0440/)
+  version string [PR 150](https://github.com/greenbone/gvm-tools/pull/150)
+- Refresh the dependencies specified via the `Pipfile.lock` file to their 
latest
+  versions [PR 186](https://github.com/greenbone/gvm-tools/pull/186),
+  [PR 193](https://github.com/greenbone/gvm-tools/pull/193)
+- Dropped global command line arguments from sub commands e.g. it must be 
`gvm-cli --config foo.conf socket ...`
+  instead of `gvm-cli socket --config foo.conf` now. The latter didn't work 
actually but
+  was listed in the `--help` output 
[#194](https://github.com/greenbone/gvm-tools/pull/194)
+- Improved error message if a global argument is passed after the connection 
type to `gvm-cli`
+  [#196](https://github.com/greenbone/gvm-tools/pull/196)
+- Renamed `clean-slave.gmp` to `clean-sensor.gmp` [PR 
202](https://github.com/greenbone/gvm-tools/pull/202)
+
+### Deprecated
+- Only running scripts with gvm-pyshell is deprecated [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
+- \[Auth\] section in config file is deprecated and will be ignored in future
+  releases [PR 160](https://github.com/greenbone/gvm-tools/pull/160)
+
+### Fixed
+- Fix a bug which caused `gvm-pyshell` to immediately re-enter interactive mode
+  upon exiting it for the first time [PR 
139](https://github.com/greenbone/gvm-tools/pull/139)
+- Support \[Auth\] section in config file for backwards compatibility [PR 
160](https://github.com/greenbone/gvm-tools/pull/160)
+- Fix using correct API to get single task and targets in 
update-task-target.gmp
+  script [PR 188](https://github.com/greenbone/gvm-tools/pull/188)
+
+## [2.0.0.beta1] - 2018-11-13
+
+gvm-tools got split into the command line interfaces (*gvm-cli* and
+*gvm-pyshell*) including the [gmp (example) 
scripts](https://github.com/greenbone/gvm-tools/tree/master/scripts)
+and the Python API. The Python API can now be found at
+[python-gvm](https://github.com/greenbone/python-gvm). During this split the
+python package name for the API got changed from **gmp** to **gvm**. The API
+has also been refactored and stabilized. For details please take a look at

[arch-commits] Commit in gvm-tools/repos/community-x86_64 (4 files)

2019-08-10 Thread Christian Rebischke via arch-commits
Date: Sunday, August 11, 2019 @ 00:31:19
  Author: shibumi
Revision: 498750

archrelease: copy trunk to community-x86_64

Added:
  gvm-tools/repos/community-x86_64/CHANGELOG.md
(from rev 498749, gvm-tools/trunk/CHANGELOG.md)
  gvm-tools/repos/community-x86_64/PKGBUILD
(from rev 498749, gvm-tools/trunk/PKGBUILD)
Deleted:
  gvm-tools/repos/community-x86_64/CHANGELOG.md
  gvm-tools/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  438 -
 PKGBUILD |   66 
 2 files changed, 253 insertions(+), 251 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-08-11 00:31:13 UTC (rev 498749)
+++ CHANGELOG.md2019-08-11 00:31:19 UTC (rev 498750)
@@ -1,219 +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/),
-and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0.html).
-
-For detailed code changes, please visit
-https://github.com/greenbone/gvm-tools/commits/master
-or get the entire source code repository and view log history:
-
-```sh
-$ git clone https://github.com/greenbone/gvm-tools.git
-$ cd gvm-tools && git log
-```
-
-## [Unreleased]
-
-### Added
-- Added --ssh-password switch for ssh connection [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
-- Added a new console line interface `gvm-script` for only running GMP and OSP
-  scripts without opening a python shell [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
-- Forbid to run any gvm-tools cli as root user [PR 
183](https://github.com/greenbone/gvm-tools/pull/183)
-- Added error message if invalid XML is passed to `gvm-cli` [PR 
198](https://github.com/greenbone/gvm-tools/pull/198)
-- Added argument `--pretty` to `gvm-cli` to pretty format xml output
-  [PR 203](https://github.com/greenbone/gvm-tools/pull/203)
-
-### Changed
-- Improved error messages if unix socket could not be found [PR 
78](https://github.com/greenbone/python-gvm/pull/78)
-- The structure for the config file (default is ~/.config/gvm-tools.conf) has
-  changed. It's possible to set defaults for nearly all command line arguments
-  [PR 140](https://github.com/greenbone/gvm-tools/pull/140)
-- The command line help for `gvm-cli` and `gvm-pyshell` has been updated and
-  made more consistent [PR 
138](https://github.com/greenbone/gvm-tools/pull/138)
-- Renamed --ssh-user switch to --ssh-username [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
-- Update `gvmtools.get_version` to return a fully compliant [PEP 
440](https://www.python.org/dev/peps/pep-0440/)
-  version string [PR 150](https://github.com/greenbone/gvm-tools/pull/150)
-- Refresh the dependencies specified via the `Pipfile.lock` file to their 
latest
-  versions [PR 186](https://github.com/greenbone/gvm-tools/pull/186),
-  [PR 193](https://github.com/greenbone/gvm-tools/pull/193)
-- Dropped global command line arguments from sub commands e.g. it must be 
`gvm-cli --config foo.conf socket ...`
-  instead of `gvm-cli socket --config foo.conf` now. The latter didn't work 
actually but
-  was listed in the `--help` output 
[#194](https://github.com/greenbone/gvm-tools/pull/194)
-- Improved error message if a global argument is passed after the connection 
type to `gvm-cli`
-  [#196](https://github.com/greenbone/gvm-tools/pull/196)
-- Renamed `clean-slave.gmp` to `clean-sensor.gmp` [PR 
202](https://github.com/greenbone/gvm-tools/pull/202)
-
-### Deprecated
-- Only running scripts with gvm-pyshell is deprecated [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
-- \[Auth\] section in config file is deprecated and will be ignored in future
-  releases [PR 160](https://github.com/greenbone/gvm-tools/pull/160)
-
-### Fixed
-- Fix a bug which caused `gvm-pyshell` to immediately re-enter interactive mode
-  upon exiting it for the first time [PR 
139](https://github.com/greenbone/gvm-tools/pull/139)
-- Support \[Auth\] section in config file for backwards compatibility [PR 
160](https://github.com/greenbone/gvm-tools/pull/160)
-- Fix using correct API to get single task and targets in 
update-task-target.gmp
-  script [PR 188](https://github.com/greenbone/gvm-tools/pull/188)
-
-## [2.0.0.beta1] - 2018-11-13
-
-gvm-tools got split into the command line interfaces (*gvm-cli* and
-*gvm-pyshell*) including the [gmp (example) 
scripts](https://github.com/greenbone/gvm-tools/tree/master/scripts)
-and the Python API. The Python API can now be found at
-[python-gvm](https://github.com/greenbone/python-gvm). During this split the
-python package name for the API got changed from **gmp** to **gvm**. The API
-has also been refactored and stabilized. For details please take a look at
-[python-gvm](https://github.com/greenbone/python-gvm)
-[PR 

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

2019-08-10 Thread Christian Rebischke via arch-commits
Date: Sunday, August 11, 2019 @ 00:31:13
  Author: shibumi
Revision: 498749

upgpkg: gvm-tools 1.4.1-2

removed VERSION file in /usr/VERSION

Modified:
  gvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-10 22:12:47 UTC (rev 498748)
+++ PKGBUILD2019-08-11 00:31:13 UTC (rev 498749)
@@ -3,7 +3,7 @@
 # Contributor : Daniel Micay 
 pkgname=gvm-tools
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='greenbone-vulnerability-manager tools'
 arch=('x86_64')
 url='http://www.openvas.org/'
@@ -29,4 +29,6 @@
 package() {
   cd "${pkgname}-${pkgver}"
   python setup.py install -O1 --root="${pkgdir}" --skip-build
+  # make sure to remove the VERSION file
+  rm "${pkgdir}/usr/VERSION"
 }


[arch-commits] Commit in gvm-tools/repos (3 files)

2019-08-08 Thread Christian Rebischke via arch-commits
Date: Thursday, August 8, 2019 @ 15:10:50
  Author: shibumi
Revision: 498351

archrelease: copy trunk to community-x86_64

Added:
  gvm-tools/repos/community-x86_64/
  gvm-tools/repos/community-x86_64/CHANGELOG.md
(from rev 498350, gvm-tools/trunk/CHANGELOG.md)
  gvm-tools/repos/community-x86_64/PKGBUILD
(from rev 498350, gvm-tools/trunk/PKGBUILD)

--+
 CHANGELOG.md |  219 +
 PKGBUILD |   32 
 2 files changed, 251 insertions(+)

Copied: gvm-tools/repos/community-x86_64/CHANGELOG.md (from rev 498350, 
gvm-tools/trunk/CHANGELOG.md)
===
--- community-x86_64/CHANGELOG.md   (rev 0)
+++ community-x86_64/CHANGELOG.md   2019-08-08 15:10:50 UTC (rev 498351)
@@ -0,0 +1,219 @@
+# 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/),
+and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0.html).
+
+For detailed code changes, please visit
+https://github.com/greenbone/gvm-tools/commits/master
+or get the entire source code repository and view log history:
+
+```sh
+$ git clone https://github.com/greenbone/gvm-tools.git
+$ cd gvm-tools && git log
+```
+
+## [Unreleased]
+
+### Added
+- Added --ssh-password switch for ssh connection [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
+- Added a new console line interface `gvm-script` for only running GMP and OSP
+  scripts without opening a python shell [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
+- Forbid to run any gvm-tools cli as root user [PR 
183](https://github.com/greenbone/gvm-tools/pull/183)
+- Added error message if invalid XML is passed to `gvm-cli` [PR 
198](https://github.com/greenbone/gvm-tools/pull/198)
+- Added argument `--pretty` to `gvm-cli` to pretty format xml output
+  [PR 203](https://github.com/greenbone/gvm-tools/pull/203)
+
+### Changed
+- Improved error messages if unix socket could not be found [PR 
78](https://github.com/greenbone/python-gvm/pull/78)
+- The structure for the config file (default is ~/.config/gvm-tools.conf) has
+  changed. It's possible to set defaults for nearly all command line arguments
+  [PR 140](https://github.com/greenbone/gvm-tools/pull/140)
+- The command line help for `gvm-cli` and `gvm-pyshell` has been updated and
+  made more consistent [PR 
138](https://github.com/greenbone/gvm-tools/pull/138)
+- Renamed --ssh-user switch to --ssh-username [PR 
140](https://github.com/greenbone/gvm-tools/pull/140)
+- Update `gvmtools.get_version` to return a fully compliant [PEP 
440](https://www.python.org/dev/peps/pep-0440/)
+  version string [PR 150](https://github.com/greenbone/gvm-tools/pull/150)
+- Refresh the dependencies specified via the `Pipfile.lock` file to their 
latest
+  versions [PR 186](https://github.com/greenbone/gvm-tools/pull/186),
+  [PR 193](https://github.com/greenbone/gvm-tools/pull/193)
+- Dropped global command line arguments from sub commands e.g. it must be 
`gvm-cli --config foo.conf socket ...`
+  instead of `gvm-cli socket --config foo.conf` now. The latter didn't work 
actually but
+  was listed in the `--help` output 
[#194](https://github.com/greenbone/gvm-tools/pull/194)
+- Improved error message if a global argument is passed after the connection 
type to `gvm-cli`
+  [#196](https://github.com/greenbone/gvm-tools/pull/196)
+- Renamed `clean-slave.gmp` to `clean-sensor.gmp` [PR 
202](https://github.com/greenbone/gvm-tools/pull/202)
+
+### Deprecated
+- Only running scripts with gvm-pyshell is deprecated [PR 
152](https://github.com/greenbone/gvm-tools/pull/152)
+- \[Auth\] section in config file is deprecated and will be ignored in future
+  releases [PR 160](https://github.com/greenbone/gvm-tools/pull/160)
+
+### Fixed
+- Fix a bug which caused `gvm-pyshell` to immediately re-enter interactive mode
+  upon exiting it for the first time [PR 
139](https://github.com/greenbone/gvm-tools/pull/139)
+- Support \[Auth\] section in config file for backwards compatibility [PR 
160](https://github.com/greenbone/gvm-tools/pull/160)
+- Fix using correct API to get single task and targets in 
update-task-target.gmp
+  script [PR 188](https://github.com/greenbone/gvm-tools/pull/188)
+
+## [2.0.0.beta1] - 2018-11-13
+
+gvm-tools got split into the command line interfaces (*gvm-cli* and
+*gvm-pyshell*) including the [gmp (example) 
scripts](https://github.com/greenbone/gvm-tools/tree/master/scripts)
+and the Python API. The Python API can now be found at
+[python-gvm](https://github.com/greenbone/python-gvm). During this split the
+python package name for the API got changed from **gmp** to **gvm**. The API
+has also been refactored and stabilized. For details please take a look at
+[python-gvm](https://github.com/greenbone/python-gvm)
+[PR