[Openvas-devel] Going for OpenVAS-5 final release
Sebastien Aucouturier
s.aucouturier at itrust.fr
Fri Mar 23 14:10:12 CET 2012
Hi jan,
was preparing a mail when got yours,
just want to suggest a change in openvas administrator source code according the trouble i got with a slowly machine.
and log message like : sql: sqlite3_step failed: database schema has changed.
idea (i already test it successfully ) was to replace each ''sqlite3_prepare" by "sqlite3_prepare_v2" function
like explain here :
http://www.sqlite.org/c3ref/prepare.html
the goal is If the database schema changes, instead of returning SQLITE_SCHEMA as it always used to do, sqlite3_step() will automatically recompile the SQL statement and try to run it again.
BR
Seb
Le Vendredi 23 Mars 2012 12:27 CET, "Jan-Oliver Wagner" <Jan-Oliver.Wagner at greenbone.net> a écrit:
> Hello Developers,
>
> I tend to not go for a second RC round.
> No major problems reported. We fixed several things.
>
> Doing the final releases does not mean to declare OpenVAS-5
> available directly. First, the packaging activities should
> have some time to prepare things for user community.
>
> Anyone for a VM?
>
> Any concerns?
>
> Best
>
> Jan
>
> -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/
> Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 202460
> Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
> _______________________________________________
> Openvas-devel mailing list
> Openvas-devel at wald.intevation.org
> http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-devel
More information about the Openvas-devel
mailing list