Hello community,

here is the log from the commit of package openvas-cli for openSUSE:Factory 
checked in at 2013-07-29 17:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvas-cli (Old)
 and      /work/SRC/openSUSE:Factory/.openvas-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvas-cli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvas-cli/openvas-cli.changes  2011-10-18 
14:34:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openvas-cli.new/openvas-cli.changes     
2013-07-29 17:44:26.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Dec  6 20:49:09 UTC 2011 - [email protected]
+
+- Updated to 1.1.4
+  * Support for OMP 3.0 when retrieving reports has been added.
+
+-------------------------------------------------------------------

Old:
----
  openvas-cli-1.1.3.tar.gz

New:
----
  openvas-cli-1.1.4.tar.gz

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

Other differences:
------------------
++++++ openvas-cli.spec ++++++
--- /var/tmp/diff_new_pack.lBunXX/_old  2013-07-29 17:44:27.000000000 +0200
+++ /var/tmp/diff_new_pack.lBunXX/_new  2013-07-29 17:44:27.000000000 +0200
@@ -15,13 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           openvas-cli
-Version:        1.1.3
-Release:        1.0
-License:        GPL-2.0+
-Group:          Productivity/Networking/Security
+Version:        1.1.4
+Release:        0
 Url:            http://www.openvas.org
 Source:         %{name}-%{version}.tar.gz
 Patch0:         openvas-cli-1.1.3-linking.patch
@@ -36,6 +32,8 @@
 BuildRequires:  libopenvas-devel
 BuildRequires:  pkgconfig
 Summary:        Command Line Tools for OpenVAS
+License:        GPL-2.0+
+Group:          Productivity/Networking/Security
 
 %description
 OpenVAS-CLI collects command line tools

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.lBunXX/_old  2013-07-29 17:44:27.000000000 +0200
+++ /var/tmp/diff_new_pack.lBunXX/_new  2013-07-29 17:44:27.000000000 +0200
@@ -1,3 +1,10 @@
+openvas-cli (1.1.4-1) unstable; urgency=low
+
+  * New upstream release.
+    - Support for OMP 3.0 when retrieving reports has been added.
+
+ -- Stephan Kleine <[email protected]>  Tue, 06 Dec 2011 21:49:59 +0100
+
 openvas-cli (1.1.3-1) unstable; urgency=low
 
   * New upstream release.

++++++ openvas-cli-1.1.3-linking.patch ++++++
--- /var/tmp/diff_new_pack.lBunXX/_old  2013-07-29 17:44:27.000000000 +0200
+++ /var/tmp/diff_new_pack.lBunXX/_new  2013-07-29 17:44:27.000000000 +0200
@@ -1,13 +1,11 @@
-Index: omp/CMakeLists.txt
-===================================================================
---- omp/CMakeLists.txt.orig    2011-10-12 14:43:29.000000000 +0200
-+++ omp/CMakeLists.txt 2011-10-16 16:50:29.919941843 +0200
+--- omp/CMakeLists.txt.orig
++++ omp/CMakeLists.txt
 @@ -75,7 +75,7 @@ else (MINGW)
    set_target_properties (omp PROPERTIES COMPILE_FLAGS
                           "${HEADER_TEMP} ${GNUTLS_CFLAGS} ${OPENVAS_CFLAGS} 
${GLIB_CFLAGS}")
  
 -  target_link_libraries (omp openvas_omp)
-+  target_link_libraries (omp openvas_misc openvas_omp glib-2.0)
++  target_link_libraries (omp openvas_omp openvas_misc glib-2.0)
  endif (MINGW)
  
  mark_as_advanced (LIB_TEMP)

++++++ openvas-cli-1.1.3.tar.gz -> openvas-cli-1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-cli-1.1.3/CHANGES 
new/openvas-cli-1.1.4/CHANGES
--- old/openvas-cli-1.1.3/CHANGES       2011-10-12 14:43:29.000000000 +0200
+++ new/openvas-cli-1.1.4/CHANGES       2011-12-06 09:53:55.000000000 +0100
@@ -1,3 +1,20 @@
+openvas-cli 1.1.4 (2011-12-06)
+
+This is the 1.1.4 release of the OpenVAS Command Line Interface (CLI) for the
+Open Vulnerability Assessment System (OpenVAS).
+
+OpenVAS CLI 1.1 is part of OpenVAS 4 and supports both the OMP 2.0 and the
+upcoming OMP 3.0 protocol.
+
+This release adds support for OMP 3.0 when retrieving reports.
+
+Many thanks to everyone who has contributed to this release:
+Henri Doreau, Matthew Mundell and Michael Wiegand.
+
+Main changes compared to 1.1.3:
+* Support for OMP 3.0 when retrieving reports has been added.
+
+
 openvas-cli 1.1.3 (2011-10-12)
 
 This is the 1.1.3 release of the OpenVAS Command Line Interface (CLI) for the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-cli-1.1.3/CMakeLists.txt 
new/openvas-cli-1.1.4/CMakeLists.txt
--- old/openvas-cli-1.1.3/CMakeLists.txt        2011-10-12 14:43:29.000000000 
+0200
+++ new/openvas-cli-1.1.4/CMakeLists.txt        2011-12-06 09:53:55.000000000 
+0100
@@ -74,7 +74,7 @@
 set (CPACK_TOPLEVEL_TAG "")
 set (CPACK_PACKAGE_VERSION_MAJOR "1")
 set (CPACK_PACKAGE_VERSION_MINOR "1")
-set (CPACK_PACKAGE_VERSION_PATCH "3${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_PATCH "4${SVN_REVISION}")
 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}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-cli-1.1.3/ChangeLog 
new/openvas-cli-1.1.4/ChangeLog
--- old/openvas-cli-1.1.3/ChangeLog     2011-10-12 14:43:29.000000000 +0200
+++ new/openvas-cli-1.1.4/ChangeLog     2011-12-06 09:53:55.000000000 +0100
@@ -1,3 +1,24 @@
+2011-12-06  Michael Wiegand <[email protected]>
+
+       Preparing the openvas-cli 1.1.4 release.
+
+       * CHANGES: Updated.
+
+2011-12-05  Matthew Mundell <[email protected]>
+
+       * omp/omp.c (manager_get_reports): Use new report format UUID for OMP 
3.0.
+
+2011-11-24  Henri Doreau <[email protected]>
+
+       * omp/omp.c (manager_get_reports): Don't exit if OMP version 3.0 is
+       used. If an unknown version is used, display it before exiting.
+
+2011-10-12  Michael Wiegand <[email protected]>
+
+       Post release version bump.
+
+       * CMakeLists.txt: Updated version number.
+
 2011-10-12  Michael Wiegand <[email protected]>
 
        Preparing the openvas-cli 1.1.3 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-cli-1.1.3/omp/omp.c 
new/openvas-cli-1.1.4/omp/omp.c
--- old/openvas-cli-1.1.3/omp/omp.c     2011-10-12 14:43:29.000000000 +0200
+++ new/openvas-cli-1.1.4/omp/omp.c     2011-12-06 09:53:55.000000000 +0100
@@ -565,9 +565,14 @@
       default_format = "d5da9f67-8551-4e51-807b-b6a873d70e34";
       format_req_str = "format_id";
     }
+  else if (strcmp (version, "3.0") == 0)
+    {
+      default_format = "a994b278-1f62-11e1-96ac-406186ea4fc5";
+      format_req_str = "format_id";
+    }
   else
     {
-      fprintf (stderr, "Unknown OMP version.\n");
+      fprintf (stderr, "Unknown OMP version (%s).\n", version);
       g_free (version);
       manager_close (connection);
       return -1;

++++++ openvas-cli.dsc ++++++
--- /var/tmp/diff_new_pack.lBunXX/_old  2013-07-29 17:44:27.000000000 +0200
+++ /var/tmp/diff_new_pack.lBunXX/_new  2013-07-29 17:44:27.000000000 +0200
@@ -2,7 +2,7 @@
 Source: openvas-cli
 Binary: openvas-cli
 Architecture: any
-Version: 1.1.3-1
+Version: 1.1.4-1
 Maintainer: Stephan Kleine <[email protected]>
 Homepage: http://www.openvas.org/
 Standards-Version: 3.8.0

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

Reply via email to