[Openvas-commits] r3280 - trunk/openvas-manager
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 8 16:04:53 CEST 2009
Author: mwiegand
Date: 2009-05-08 16:04:52 +0200 (Fri, 08 May 2009)
New Revision: 3280
Added:
trunk/openvas-manager/CHANGES
Modified:
trunk/openvas-manager/CMakeLists.txt
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/VERSION
Log:
Preparing the openvas-manager 0.5.0 release.
* CHANGES: New.
* VERSION: Set to 0.5.0.
* CMakeLists.txt: Adjusted version.
Added: trunk/openvas-manager/CHANGES
===================================================================
--- trunk/openvas-manager/CHANGES 2009-05-08 13:48:30 UTC (rev 3279)
+++ trunk/openvas-manager/CHANGES 2009-05-08 14:04:52 UTC (rev 3280)
@@ -0,0 +1,24 @@
+openvas-manager 0.5.0 (2009-05-08)
+
+This is the first public release of the openvas-manager module for the Open
+Vulnerability Assessment System (OpenVAS).
+
+The OpenVAS Manager aims to be a layer between OpenVAS-Client and
+the actual OpenVAS Server. Basically it should be responsible for
+any tasks where no high system privileges are required.
+
+This module is in an early development stage and not yet intended for
+production use.
+
+It is not mandatory to have OpenVAS Manager for using OpenVAS 1.0 or 2.0.
+
+Usage example:
+If openvasd is running on port 7772, the following command starts the manager
+on port 1241. The client can then connect to port 1241 as though it was
+connecting to openvasd.
+
+# openvasmd --port 1241 --sport 7772
+
+More information about the command line arguments can be obtained using:
+
+# openvascd --help
Modified: trunk/openvas-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-manager/CMakeLists.txt 2009-05-08 13:48:30 UTC (rev 3279)
+++ trunk/openvas-manager/CMakeLists.txt 2009-05-08 14:04:52 UTC (rev 3280)
@@ -43,7 +43,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "5")
-SET(CPACK_PACKAGE_VERSION_PATCH "0.SVN")
+SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}-source")
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-05-08 13:48:30 UTC (rev 3279)
+++ trunk/openvas-manager/ChangeLog 2009-05-08 14:04:52 UTC (rev 3280)
@@ -1,3 +1,13 @@
+2009-05-08 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-manager 0.5.0 release.
+
+ * CHANGES: New.
+
+ * VERSION: Set to 0.5.0.
+
+ * CMakeLists.txt: Adjusted version.
+
2009-05-08 Matthew Mundell <matt at mundell.ukfsn.org>
* src/tests/CMakeLists.txt: Add SQLite linkage. Move tests of support
Modified: trunk/openvas-manager/VERSION
===================================================================
--- trunk/openvas-manager/VERSION 2009-05-08 13:48:30 UTC (rev 3279)
+++ trunk/openvas-manager/VERSION 2009-05-08 14:04:52 UTC (rev 3280)
@@ -1 +1 @@
-0.0.1.SVN
+0.5.0
More information about the Openvas-commits
mailing list