diff options
author | 2019-02-07 04:50:12 +0300 | |
---|---|---|
committer | 2019-03-13 15:58:27 +0100 | |
commit | bdb9f0c42f339d8752d912f99c145e4d5d7643b9 (patch) | |
tree | 206606274c255d03de8b132c26c60850f1fc8c49 /net-analyzer/openvas-libraries/metadata.xml | |
parent | net-analyzer/openvas: version bump to 9.0.0. (diff) | |
download | gentoo-bdb9f0c42f339d8752d912f99c145e4d5d7643b9.tar.gz gentoo-bdb9f0c42f339d8752d912f99c145e4d5d7643b9.tar.bz2 gentoo-bdb9f0c42f339d8752d912f99c145e4d5d7643b9.zip |
net-analyzer/openvas-libraries: version bump to 9.0.3.
Bump to 9.0.3.
This also fixes cmake bug 663446 and introduces the new USE flags
'extras' 'ldap' 'radius'.
Introduces six new patches which fixes build and QA issues:
- gcc8.patch fixes gcc-8 build issue.
- netsnmp.patch fixes cmake netsnmp name issue.
- cachedir.patch fixes unnecessary directory install QA issue.
- rundir.patch fixes unnecessary directory install QA issue.
- rpath.patch fixes insecure rpath QA issue.
- underlinking.patch fixes linking issue.
Because of new dependencies ~arm ~ppc keywords have been
dropped.
This package is part of net-analyzer/openvas.
Reported-by: Toralf Förster <toralf@gentoo.org>
Reported-by: NP-Hardass <np-hardass@gentoo.org>
Acked-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Closes: https://bugs.gentoo.org/663446
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-libraries/metadata.xml')
-rw-r--r-- | net-analyzer/openvas-libraries/metadata.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/net-analyzer/openvas-libraries/metadata.xml b/net-analyzer/openvas-libraries/metadata.xml index 6f49eba8f496..c71bb473eca2 100644 --- a/net-analyzer/openvas-libraries/metadata.xml +++ b/net-analyzer/openvas-libraries/metadata.xml @@ -1,5 +1,17 @@ <?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> + <flag name="ldap">Enable support for ldap</flag> + <flag name="radius">Enable support for radius</flag> + </use> </pkgmetadata> |