Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684220 - net-analyzer/openvas-scanner-6.0.1, net-analyzer/openvas-9.0.3, net-analyzer/openvas-libraries-10.0.0 version bump
Summary: net-analyzer/openvas-scanner-6.0.1, net-analyzer/openvas-9.0.3, net-analyzer/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hasan Calisir
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-04-24 03:26 UTC by Anton Bolshakov
Modified: 2019-10-28 04:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bolshakov 2019-04-24 03:26:46 UTC
https://github.com/greenbone/openvas-scanner/releases

Main changes compared to openvas-scanner 6.0+beta2:

Function to get the currently running script filename has been added.
Debugging nasl mechanism has been improved, replacing preprocessor directives
with g_debug facility.
An issue related to the log facility and greenbone-nvt-sync has been fixed.
OpenVAS reload has been improved.
Code related to redis queries was improved.
An issue which caused nasl-lint to fail in case of unneeded nested functions
has been addressed.
An issue which caused returning erroneous values by
get_plugin_preference() has been addressed.
An issue which cause stuck scans where only a single plugin is running
and is beyond its timeout has been addressed.
Unused internal_send/recv() functions have been removed.
Issues reported by static code analysis have been addressed.
Issues in building process have been addressed.
Several code improvements and clean-ups have been done.
Documentation has been improved.

Could you bump it together with all deps please?
Comment 1 Hasan Calisir 2019-10-05 13:13:29 UTC
https://github.com/gentoo/gentoo/pull/12693
Comment 2 Larry the Git Cow gentoo-dev 2019-10-28 04:05:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a333bcfaacbad0dad5757cb0de488b952d694cc

commit 0a333bcfaacbad0dad5757cb0de488b952d694cc
Author:     Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
AuthorDate: 2019-08-12 15:01:24 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-10-28 04:01:56 +0000

    net-analyzer/openvas-scanner: bump to 6.0.1 & update metadata.
    
    Bump to 6.0.1. Update metadata.
    This also fixes bug 684220 and
    introduces the new USE flag 'cron'.
    
    Closes: https://bugs.gentoo.org/684220
    Reported-by: aleck <rickrick@stachelkaktus.net>
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-analyzer/openvas-scanner/Manifest              |   1 +
 .../openvas-scanner/files/gvm-feed-sync.cron       |   1 +
 .../openvas-scanner/files/gvm-feed-sync.sh         |  45 +++++++
 .../files/openvas-scanner-6.0.1-sbin.patch         |  21 ++++
 .../openvas-scanner/files/openvassd-daemon.conf    |  17 +++
 .../openvas-scanner/files/openvassd.gvm.conf       | 124 ++++++++++++++++++
 net-analyzer/openvas-scanner/files/openvassd.init  |  14 +++
 .../openvas-scanner/files/openvassd.logrotate      |  13 ++
 .../openvas-scanner/files/openvassd.service        |  16 +++
 net-analyzer/openvas-scanner/metadata.xml          |   9 ++
 .../openvas-scanner/openvas-scanner-6.0.1.ebuild   | 138 +++++++++++++++++++++
 11 files changed, 399 insertions(+)