Hello community,

here is the log from the commit of package openvas-cli for openSUSE:Factory
checked in at Thu Mar 24 11:20:50 CET 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/openvas-cli/openvas-cli.changes        
2011-02-23 20:58:59.000000000 +0100
@@ -0,0 +1,68 @@
+-------------------------------------------------------------------
+Wed Feb 23 19:49:54 UTC 2011 - [email protected]
+
+- Updated to 1.1.2
+  * The build environment has been consolidated.
+  * The documentation for the password parameter on the man page has been
+    corrected.
+
+-------------------------------------------------------------------
+Fri Feb  4 20:54:15 UTC 2011 - [email protected]
+
+- Updated to 1.1.1
+  * Hardening flags are now enabled during compile time to increase code 
quality.
+  * The output of --version is now compliant with the GNU Coding Standards.
+  * The omp binary now warns about revealing passwords when verbose output is
+    requested.
+  * OpenVAS CLI now use pkg-config to find required libraries.
+  * OpenVAS CLI now provides a manual page for the omp binary.
+  * The authentication password can now be entered interactively.
+
+-------------------------------------------------------------------
+Fri Dec  3 18:10:06 UTC 2010 - [email protected]
+
+- Updated to 1.1.0
+  * New parameter: --get-configs for retrieving a list of scan configs.
+  * New parameter: --get-targets for retrieving a list of targets.
+  * Special characters in OMP commands (like umlauts) are now handled 
correctly.
+  * The documentation has been improved; source code documentation can now be
+    generated using the "make doc" and "make doc-full" commands.
+  * Compatibility with different OMP versions has been improved.
+  * New parameter: --get-report-formats for retrieving the available report
+    formats (OMP 2.0 only).
+  * New parameter: --get-omp-version for determining the OMP version used by 
the
+    server.
+
+-------------------------------------------------------------------
+Thu Oct 28 16:52:14 UTC 2010 - [email protected]
+
+- Updated to 1.0.1
+  * Special characters in OMP commands (like umlauts) are now handled 
correctly.
+  * The documentation has been improved; source code documentation can now be
+    generated using the "make doc" and "make doc-full" commands.
+
+-------------------------------------------------------------------
+Wed Aug  4 14:02:26 UTC 2010 - [email protected]
+
+- Updated to 1.0.0
+  * The build environment and the code have been cleaned up and made more
+    consistent with the other OpenVAS modules.
+  * The documentation has been updated.
+
+-------------------------------------------------------------------
+Mon Jul 19 15:29:46 UTC 2010 - [email protected]
+
+- Updated to 0.2.0
+  * The build environment has been improved. It is now possible to use MinGW to
+    compile openvas-cli for Microsoft Windows.
+  * Support for storing the connection credentials in a configuration file has
+    been added.
+  * The --get-status parameter has been renamed to --get-tasks to reflect the
+    updates in the OMP specification.
+  * The openvas-libraries dependency has been raised to 3.1.0.
+
+-------------------------------------------------------------------
+Mon Mar 22 15:32:53 UTC 2010 - [email protected]
+
+- Initial package
+

calling whatdependson for head-i586


New:
----
  debian.changelog
  debian.compat
  debian.control
  debian.rules
  openvas-cli-1.1.2.tar.gz
  openvas-cli.changes
  openvas-cli.dsc
  openvas-cli.spec

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

Other differences:
------------------
++++++ openvas-cli.spec ++++++
#
# spec file for package openvas-cli
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           openvas-cli
Version:        1.1.2
Release:        1
License:        GNU GPLv2 or later
Group:          Productivity/Networking/Security
Url:            http://www.openvas.org
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%if 0%{?mandriva_version}
BuildRequires:  pinentry-gtk2
%endif

BuildRequires:  cmake
BuildRequires:  glib2-devel
BuildRequires:  libopenvas-devel
BuildRequires:  pkgconfig
Summary:        Command Line Tools for OpenVAS

%description
OpenVAS-CLI collects command line tools
to handle with the OpenVAS services via the respective
protocols.


%prep
%setup -q

%build
export CFLAGS="$RPM_OPT_FLAGS"

%__mkdir build
cd build
cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DCMAKE_BUILD_TYPE=Release

%__make %{?_smp_mflags}

%install
cd build
%__make install DESTDIR=%{buildroot}

%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES COPYING README
%{_bindir}/omp
%{_mandir}/man8/omp.8*
%changelog
++++++ debian.changelog ++++++
openvas-cli (1.1.2-1) unstable; urgency=low

  * New upstream release.
    - The build environment has been consolidated.
    - The documentation for the password parameter on the man page has been
      corrected.

 -- Stephan Kleine <[email protected]>  Wed, 23 Feb 2011 20:49:31 +0100

openvas-cli (1.1.1-1) unstable; urgency=low

  * New upstream release.
    - Hardening flags are now enabled during compile time to increase code 
quality.
    - The output of --version is now compliant with the GNU Coding Standards.
    - The omp binary now warns about revealing passwords when verbose output is
      requested.
    - OpenVAS CLI now use pkg-config to find required libraries.
    - OpenVAS CLI now provides a manual page for the omp binary.
    - The authentication password can now be entered interactively.

 -- Stephan Kleine <[email protected]>  Fri, 04 Feb 2011 21:53:44 +0100

openvas-cli (1.1.0-1) unstable; urgency=low

  * New upstream release.
    - New parameter: --get-configs for retrieving a list of scan configs.
    - New parameter: --get-targets for retrieving a list of targets.
    - Special characters in OMP commands (like umlauts) are now handled 
correctly.
    - The documentation has been improved; source code documentation can now be
      generated using the "make doc" and "make doc-full" commands.
    - Compatibility with different OMP versions has been improved.
    - New parameter: --get-report-formats for retrieving the available report
      formats (OMP 2.0 only).
    - New parameter: --get-omp-version for determining the OMP version used by 
the
      server.

 -- Stephan Kleine <[email protected]>  Fri, 03 Dec 2010 19:08:38 +0100

openvas-cli (1.0.1-1) unstable; urgency=low

  * New upstream release.
    - Special characters in OMP commands (like umlauts) are now handled 
correctly.
    - The documentation has been improved; source code documentation can now be
      generated using the "make doc" and "make doc-full" commands.

 -- Stephan Kleine <[email protected]>  Thu, 28 Oct 2010 18:53:26 +0200

openvas-cli (1.0.0-1) unstable; urgency=low

  * New upstream release.
    - The build environment and the code have been cleaned up and made more
      consistent with the other OpenVAS modules.
    - The documentation has been updated.

 -- Stephan Kleine <[email protected]>  Wed, 04 Aug 2010 16:01:26 +0200

openvas-cli (0.2.0-1) unstable; urgency=low

  * New upstream release.
    - The build environment has been improved. It is now possible to use MinGW 
to
      compile openvas-cli for Microsoft Windows.
    - Support for storing the connection credentials in a configuration file has
      been added.
    - The --get-status parameter has been renamed to --get-tasks to reflect the
      updates in the OMP specification.
    - The openvas-libraries dependency has been raised to 3.1.0.

 -- Stephan Kleine <[email protected]>  Mon, 19 Jul 2010 17:28:25 +0200

openvas-cli (0.1.0-1) unstable; urgency=low

  * Initial package.

 -- Stephan Kleine <[email protected]>  Mon, 22 Mar 2010 16:32:16 +0100

++++++ debian.compat ++++++
5
++++++ debian.control ++++++
Source: openvas-cli
Section: net
Priority: extra
Maintainer: Stephan Kleine <[email protected]>
Build-Depends: cdbs, debhelper (>= 5), dpatch, cmake, hardening-wrapper, 
libopenvas4-dev, pkg-config
Homepage: http://www.openvas.org/
Standards-Version: 3.8.0

Package: openvas-cli
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command Line Tools for OpenVAS
 OpenVAS-CLI collects command line tools
 to handle with the OpenVAS services via the respective
 protocols.

Package: openvas-cli-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, openvas-cli (= ${binary:Version})
Description: Command Line Tools for OpenVAS (debug)
 OpenVAS-CLI collects command line tools
 to handle with the OpenVAS services via the respective
 protocols.
 .
 This package contains the debugging symbols.
++++++ debian.rules ++++++
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# Enable hardening-wrapper
export DEB_BUILD_HARDENING=1

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk

DEB_INSTALL_CHANGELOGS_ALL = CHANGES
DEB_INSTALL_DOCS_ALL = README

install/openvas-cli::
        install -Dm 0755 debian/tmp/usr/bin/omp debian/openvas-cli/usr/bin/omp
        install -Dm 0644 doc/omp.8 debian/openvas-cli/usr/share/man/man8/omp.8
++++++ openvas-cli.dsc ++++++
Format: 1.0
Source: openvas-cli
Binary: openvas-cli
Architecture: any
Version: 1.1.2-1
Maintainer: Stephan Kleine <[email protected]>
Homepage: http://www.openvas.org/
Standards-Version: 3.8.0
Build-Depends: cdbs, debhelper (>= 5), dpatch, cmake, hardening-wrapper, 
libopenvas4-dev, pkg-config

Files: 
 d57283ebb8157ae919762c58419353c8 133282 openvas-cli-1.1.2.tar.gz
 2fecf324a32123b08cefc0f047bca5ee 63176 openvas-cli-1.1.2.diff.tar.gz

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



Remember to have fun...

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

Reply via email to