Hello community,

here is the log from the commit of package openvas-administrator for 
openSUSE:Factory checked in at 2013-11-04 15:42:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvas-administrator (Old)
 and      /work/SRC/openSUSE:Factory/.openvas-administrator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvas-administrator"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openvas-administrator/openvas-administrator.changes  
    2013-09-17 16:27:23.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.openvas-administrator.new/openvas-administrator.changes
 2013-11-04 15:42:05.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Oct 25 13:09:00 UTC 2013 - [email protected]
+
+- Update in 1.3.1
+  * Change short name for "--sync-script" back to "-s" to restore established
+  behaviour.
+  * Change short name for "--scap-script" from "-s" to "-A".
+  * Minor cleanups and build improvements.
+
+-------------------------------------------------------------------

Old:
----
  openvas-administrator-1.3.0.tar.gz

New:
----
  openvas-administrator-1.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openvas-administrator.spec ++++++
--- /var/tmp/diff_new_pack.kLfrSB/_old  2013-11-04 15:42:28.000000000 +0100
+++ /var/tmp/diff_new_pack.kLfrSB/_new  2013-11-04 15:42:28.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           openvas-administrator
-Version:        1.3.0
+Version:        1.3.1
 Release:        2.2
 License:        GPL-2.0+
 Group:          Productivity/Networking/Security

++++++ openvas-administrator-1.3.0.tar.gz -> openvas-administrator-1.3.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/CHANGES 
new/openvas-administrator-1.3.1/CHANGES
--- old/openvas-administrator-1.3.0/CHANGES     2013-04-15 11:37:44.000000000 
+0200
+++ new/openvas-administrator-1.3.1/CHANGES     2013-10-25 08:44:26.000000000 
+0200
@@ -1,3 +1,21 @@
+openvas-administrator 1.3.1 (2013-10-25)
+
+This is the first maintenance release of the OpenVAS Administrator 1.3, the
+local and remote administrative tool for the Open Vulnerability Assessment
+System release 6 (OpenVAS-6).
+
+The release fixes command line parameter names for convenience.
+
+Many thanks to everyone who has contributed to this release:
+Matthew Mundell, Michael Wiegand and Jan-Oliver Wagner.
+
+Main changes since 1.3.0:
+* Change short name for "--sync-script" back to "-s" to restore established
+  behaviour.
+* Change short name for "--scap-script" from "-s" to "-A".
+* Minor cleanups and build improvements.
+
+
 openvas-administrator 1.3.0 (2013-04-15)
 
 This is the first release of the OpenVAS Administrator 1.3, the local and 
remote
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/CMakeLists.txt 
new/openvas-administrator-1.3.1/CMakeLists.txt
--- old/openvas-administrator-1.3.0/CMakeLists.txt      2013-04-15 
11:37:44.000000000 +0200
+++ new/openvas-administrator-1.3.1/CMakeLists.txt      2013-10-20 
19:47:13.000000000 +0200
@@ -7,7 +7,7 @@
 # Michael Wiegand <[email protected]>
 #
 # Copyright:
-# Copyright (C) 2009, 2010 Greenbone Networks GmbH
+# Copyright (C) 2009-2013 Greenbone Networks GmbH
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2,
@@ -78,7 +78,7 @@
 set (CPACK_TOPLEVEL_TAG "")
 set (CPACK_PACKAGE_VERSION_MAJOR "1")
 set (CPACK_PACKAGE_VERSION_MINOR "3")
-set (CPACK_PACKAGE_VERSION_PATCH "0${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_PATCH "1${SVN_REVISION}")
 set (CPACK_PACKAGE_VERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 # Use this scheme for +betaN and +rcN releases:
 #set (CPACK_PACKAGE_VERSION_PATCH "+beta1${SVN_REVISION}")
@@ -168,7 +168,7 @@
 ##
 ## TODO Also check for headers where needed.
 
-pkg_check_modules (LIBOPENVAS REQUIRED libopenvas>=6.0.0)
+pkg_check_modules (LIBOPENVAS REQUIRED libopenvas>=6.0.0 libopenvas<=6.9.0)
 pkg_check_modules (GNUTLS REQUIRED gnutls>=2.8)
 pkg_check_modules (GLIB REQUIRED glib-2.0>=2.16)
 pkg_check_modules (UUID REQUIRED uuid)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/ChangeLog 
new/openvas-administrator-1.3.1/ChangeLog
--- old/openvas-administrator-1.3.0/ChangeLog   2013-04-15 11:37:44.000000000 
+0200
+++ new/openvas-administrator-1.3.1/ChangeLog   2013-10-25 08:45:54.000000000 
+0200
@@ -1,3 +1,43 @@
+2013-10-25  Jan-Oliver Wagner <[email protected]>
+
+       Preparing for the 1.3.1 release.
+
+       * CHANGES: Updated.
+
+2013-07-24  Matthew Mundell <[email protected]>
+
+       * INSTALL: Reorder PKG_CONFIG_PATH export, in case another openvas
+       installation is already in existing PKG_CONFIG_PATH.
+
+2013-05-15  Jan-Oliver Wagner <[email protected]>
+
+       * CMakeLists.txt: Make exactly release 6 of openvas-libraries
+       a requirement. Newer version are incompatible because
+       administrator is deprecated from OpenVAS-7 on.
+
+       * INSTALL: Added standard way for out-of-source build.
+
+2013-05-07  Michael Wiegand <[email protected]>
+
+       * src/openvasad.c (main): Add @todo regarding variable and parameter
+       names now that there a multiple synchronization scripts.
+
+2013-03-06  Matthew Mundell <[email protected]>
+
+       * README: Remove reference to tests.
+
+2013-04-17  Michael Wiegand <[email protected]>
+
+       * src/openvasad.c (main): Change short name for "--sync-script" back
+       to "-s" to restore established behaviour. Change short name for
+       "--scap-script" from "-s" to "-A".
+
+2013-04-15  Michael Wiegand <[email protected]>
+
+       Post release version bump.
+
+       * CMakeLists.txt: Updated version number to 1.3.1.
+
 2013-04-15  Michael Wiegand <[email protected]>
 
        Preparing for the 1.3.0 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/INSTALL 
new/openvas-administrator-1.3.1/INSTALL
--- old/openvas-administrator-1.3.0/INSTALL     2013-04-15 11:37:44.000000000 
+0200
+++ new/openvas-administrator-1.3.1/INSTALL     2013-10-20 19:47:13.000000000 
+0200
@@ -10,7 +10,7 @@
 ---------------------------------------
 
 Prerequisites:
-* openvas-libraries >= 6.0.0
+* openvas-libraries >= 6.0.0, <7.0.0
 * gnutls >= 2.8
 * cmake >= 2.6.0
 * glib-2.0 >= 2.16
@@ -30,15 +30,20 @@
 set the PKG_CONFIG_PATH environment variable to the location of you pkg-config
 files before configuring:
 
-    $ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/your/location/lib/pkgconfig
+    $ export PKG_CONFIG_PATH=/your/location/lib/pkgconfig:$PKG_CONFIG_PATH
+
+Create a build directory and change into it with
+
+    $ mkdir build
+    $ cd build
 
 Then configure the build with
 
-    $ cmake -DCMAKE_INSTALL_PREFIX=/path/to/your/installation .
+    $ cmake -DCMAKE_INSTALL_PREFIX=/path/to/your/installation ..
 
 or (if you want to use the default installation path /usr/local)
 
-    $ cmake .
+    $ cmake ..
 
 This only needs to be done once.  Note: It is assumed that the other
 OpenVAS components are installed to the same path.  If not, you need to set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/README 
new/openvas-administrator-1.3.1/README
--- old/openvas-administrator-1.3.0/README      2013-04-15 11:37:44.000000000 
+0200
+++ new/openvas-administrator-1.3.1/README      2013-10-20 19:47:13.000000000 
+0200
@@ -42,30 +42,3 @@
 OpenVAS developers through the OpenVAS mailing list or the online chat or
 submitting bug reports at http://bugs.openvas.org/ as it may help to pinpoint
 the source of your issue.
-
-
-Testing
--------
-
-There are some tests under src/tests.  To run them, start your openvasad,
-for example with
-
-    openvasad --port 9999
-
-then set the environment variables for the user and password
-
-    export OPENVAS_TEST_USER=user_created_by_openvas-adduser
-    export OPENVAS_TEST_PASSWORD=that_user's_password
-
-and optionally for the host and/or port
-
-    export OPENVAS_TEST_HOST=host.example.org
-    export OPENVAS_TEST_PORT=9999
-
-and then run all the tests
-
-    make test
-
-or any one of the tests, for example
-
-    src/tests/oap_help_0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/src/openvasad.c 
new/openvas-administrator-1.3.1/src/openvasad.c
--- old/openvas-administrator-1.3.0/src/openvasad.c     2013-04-15 
11:37:44.000000000 +0200
+++ new/openvas-administrator-1.3.1/src/openvasad.c     2013-10-20 
19:47:13.000000000 +0200
@@ -449,6 +449,10 @@
  * e.g. g_warnings on EXIT_FAILURE, a separate log handler for console mode
  * and so on.
  *
+ * @todo sync_script should be called nvt_script for consistency now that
+ * there is more than one synchronization script. Other command line parameters
+ * and variable should be changed to reflect this as well.
+ *
  * @return EXIT_SUCCESS if execution of the requested action was successful,
  * EXIT_FAILURE if not.
  */
@@ -522,10 +526,10 @@
      OPENVAS_CONFIG_FILE ")",
      "<config-file>"},
 #endif /* S_SPLINT_S */
-    {"sync-script", 0, 0, G_OPTION_ARG_FILENAME, &sync_script,
+    {"sync-script", 's', 0, G_OPTION_ARG_FILENAME, &sync_script,
      "Script to use for NVT feed synchronization",
      "<sync-script>"},
-    {"scap-script", 's', 0, G_OPTION_ARG_FILENAME, &scap_script,
+    {"scap-script", 'A', 0, G_OPTION_ARG_FILENAME, &scap_script,
      "Script to use for SCAP feed synchronization",
      "<scap-script>"},
     {"cert-script", 'C', 0, G_OPTION_ARG_FILENAME, &cert_script,

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to