diff options
author | 2019-02-07 04:51:45 +0300 | |
---|---|---|
committer | 2019-03-13 15:58:51 +0100 | |
commit | 87057ce7dbb83050472c6ee39f083a229aee2eed (patch) | |
tree | 64f3bdbd8e79e5c4329954da592bff8d06b93a31 /net-analyzer/openvas-scanner/metadata.xml | |
parent | net-analyzer/openvas-libraries: version bump to 9.0.3. (diff) | |
download | gentoo-87057ce7dbb83050472c6ee39f083a229aee2eed.tar.gz gentoo-87057ce7dbb83050472c6ee39f083a229aee2eed.tar.bz2 gentoo-87057ce7dbb83050472c6ee39f083a229aee2eed.zip |
net-analyzer/openvas-scanner: version bump to 5.1.3.
Bump to 5.1.3.
This also brings new improvements and introduces the new USE flag 'extras'.
Introduces three new patches which fixes build and QA issues:
- gcc8.patch fixes gcc-8 build issue.
- nvt.patch fixes nvt category issue.
- cachedir.patch fixes unnecessary directory install QA issue.
Introduces two new useful scripts:
- first-start script checks setup and ready it for first time use.
- openvas-feed-sync script updates OpenVAS feeds from cron.
Introduces one new example file for proper redis configuration.
redis.conf.example is proper example config file for package.
systemd & init script files updated.
Because of new dependencies ~arm ~ppc keywords have been dropped.
This package is part of net-analyzer/openvas.
Reported-by: NP-Hardass <np-hardass@gentoo.org>
Acked-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Tested-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-analyzer/openvas-scanner/metadata.xml')
-rw-r--r-- | net-analyzer/openvas-scanner/metadata.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net-analyzer/openvas-scanner/metadata.xml b/net-analyzer/openvas-scanner/metadata.xml index 6f49eba8f496..fa26aa942e17 100644 --- a/net-analyzer/openvas-scanner/metadata.xml +++ b/net-analyzer/openvas-scanner/metadata.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="person"> + <email>hasan.calisir@psauxit.com</email> + <name>Hasan ÇALIŞIR</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <use> + <flag name="extras">Html docs support</flag> + </use> </pkgmetadata> |