Hello community,

here is the log from the commit of package libopenvas for openSUSE:Factory
checked in at Sun Apr 3 12:34:30 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libopenvas/libopenvas.changes  2011-03-18 
16:16:19.000000000 +0100
@@ -0,0 +1,260 @@
+-------------------------------------------------------------------
+Fri Mar 18 15:16:18 UTC 2011 - [email protected]
+
+- license update: GPLv2
+  The correct syntax for GPL version 2 "only" is GPLv2
+
+-------------------------------------------------------------------
+Thu Mar  3 12:59:00 UTC 2011 - [email protected]
+
+- Update to 4.0.3
+  * A bug which caused only the first NVT dependency to be considered has been 
fixed.
+  * A bug which caused WMI connects to fail has been fixed.
+
+-------------------------------------------------------------------
+Wed Feb 23 18:12:52 UTC 2011 - [email protected]
+
+- Update to 4.0.2
+  * The LSC RPM creator support script is now installed correctly.
+  * The build environment has been consolidated.
+  * A bug which could cause a segmentation fault when using IPv6 under certain
+    circumstances has been fixed.
+  * The check for administrative user privileges has been made more strict.
+
+-------------------------------------------------------------------
+Thu Feb  3 19:26:34 UTC 2011 - [email protected]
+
+- Update to 4.0.0
+  * Setting file handling has been updated to match changes in openvas-scanner.
+  * Support for pkg-config has been (re-)introduced.
+  * File locations have been adjusted to conform to the Filesystem Hierarchy
+    Standard.
+
+-------------------------------------------------------------------
+Wed Jan 26 16:33:17 UTC 2011 - [email protected]
+
+- Update to 3.99.4
+  * The build environment has fixed in a number of places to restore expected
+    behaviour after the move to cmake.
+  * The documentation has been updated to match the changes in the build
+    environment.
+
+-------------------------------------------------------------------
+Tue Jan 25 17:13:15 UTC 2011 - [email protected]
+
+- Update to 3.99.3
+  * Improved and fixed remote LDAP authentication.
+  * Former binary ".nes" NVTs "find_service", "openvas_tcp_scanner"
+    and "synscan" are now built-in NASL methods.
+  * Any autotools-related build environment was removed.
+  * At top-level a cmake-based build environment was introduced.
+  * libopenvas_omp: Activated escaping of characters so that
+    special characters can more save be allowed for some OMP commands.
+  * example_auth.conf was updated with more sensible values.
+  * Bug fix on Credential creation.
+  * this package now initially creates required directories in the
+    installation directory (if not present). This was done by other
+    modules previously (mostly openvas-scanner)
+  * Many old code paths for certain operting system environments
+    have been removed. Most likely, HPUX, Solaris and similar
+    won't compile this code anymore.
+
+-------------------------------------------------------------------
+Mon Jan 10 14:22:01 UTC 2011 - [email protected]
+
+- Update to 3.99.2
+  * The user creation process has been made more robust.
+  * More compiler warnings have been addressed.
+
+-------------------------------------------------------------------
+Mon Dec 20 12:03:08 UTC 2010 - [email protected]
+
+- Update to 3.99.1
+  * The documentation in the INSTALL_README file has been updated.
+  * A number of compiler warnings by gcc 4.4 has been addressed.
+  * A incorrect error message during user creation that only occurred in setuid
+    environments has been removed.
+
+-------------------------------------------------------------------
+Fri Dec  3 16:06:58 UTC 2010 - [email protected]
+
+- Update to 3.98.2
+  * Further code analysis has resulted in a number of fixes to the code and the
+    build environment in an effort to make the code even more secure and
+    compatible across a wider range of platforms.
+  * The arguments for the NASL functions for WMI and SMB connections have been
+    made more consistent.
+  * The handling of finished GnuTLS sessions has been improved, eliminating
+    superfluous log messages.
+
+-------------------------------------------------------------------
+Fri Nov 19 16:35:14 UTC 2010 - [email protected]
+
+- Update to 3.98.1
+  * Network level scan support.
+  * The code for providing OMP functionality has been cleaned up.
+  * Further code cleanup has lead to the removal of more than 3,500 lines of
+    unused code.
+  * A bug which tried to free memory that was not allocated before under some
+    circumstances has been fixed.
+  * Superfluous log messages regarding file uploads have been removed.
+  * NVT meta data management has been improved, resulting in a smaller memory
+    footprint of the scanner.
+  * The install path for header files has been made more consistent.
+
+-------------------------------------------------------------------
+Fri Sep 10 07:53:05 UTC 2010 - [email protected]
+
+- Update to 3.1.3
+  * Significant memory leaks are closed.
+  * Bug fix for handling shared file descriptors that now
+    prevents unnecessary use of new file descriptiors under
+    certain circumstances.
+  * Little fix in the nasl wmi api.
+
+-------------------------------------------------------------------
+Wed Aug  4 06:53:34 UTC 2010 - [email protected]
+
+- Update to 3.1.2
+  * A bug in the WMI interface stub which caused the build to fail when 
configured
+    without WMI has been fixed.
+
+-------------------------------------------------------------------
+Tue Aug  3 19:00:48 UTC 2010 - [email protected]
+
+- Update to 3.1.1
+  * Cross compile support for mingw32 has been added to libopenvas/base.
+  * Missing copyright and license information has been added to a number of 
files.
+  * The COPYING file has been updated to better indicate the licenses of
+    individual files and the full text for all licenses has been added.
+  * The WMI infrastructure has been updated to match necessary changes in the 
API
+    of the WMI patch.
+  * The documentation on using WMI in libopenvas has been updated.
+
+-------------------------------------------------------------------
+Wed Jul 14 16:48:06 UTC 2010 - [email protected]
+
+- Update to 3.1.0
+  * Code cleanup: Code from openvas-administrator and openvas-manager which 
could
+    be more appropriately placed in libopenvas has been moved here.
+  * Initial support for LDAP authentication has been added.
+  * IPv6 support has been improved.
+  * Support for building parts of libopenvas on Windows has been added.
+  * Support for reading preference file uploads from memory instead of from 
disk
+    has been added.
+  * Support for NTLMSSP has been added.
+  * Authentication mechanism extended to support LDAP and ADS.
+  * An issue which caused SSH logins with RSA keys on remote systems to fail 
under
+    certain circumstances has been fixed.
+  * Support for logging to syslog has been added.
+  * Support for scanning virtual web hosts has been added.
+
+-------------------------------------------------------------------
+Fri Jul  2 20:31:13 UTC 2010 - [email protected]
+
+- Update to 3.1.0.rc3
+  * An issue which caused the build to fail on Gentoo GNU/Linux systems has 
been
+    fixed.
+  * An issue which caused openvas-client, openvas-cli and openvas-manager to 
fail
+    to build with libopenvas has been fixed.
+
+-------------------------------------------------------------------
+Mon Jun 28 16:12:40 UTC 2010 - [email protected]
+
+- Update to 3.1.0.rc2
+  * QA: A number of compiler warnings have been addressed.
+  * Authentication mechanism extended to support LDAP and ADS.
+  * An issue which caused SSH logins with RSA keys on remote systems to fail 
under
+    certain circumstances has been fixed.
+  * A bug which caused segmentation faults when using NTLMSSP authentication in
+    libopenvas built with WMI supports has been fixed.
+  * Support for logging to syslog has been added.
+  * Support for scanning virtual web hosts has been added.
+
+-------------------------------------------------------------------
+Wed May 19 16:47:18 UTC 2010 - [email protected]
+
+- Update to 3.1.0.rc1
+  * Code cleanup: Code from openvas-administrator and openvas-manager which 
could
+    be more appropriately placed in libopenvas has been moved here.
+  * Initial support for LDAP authentication has been added.
+  * A bug which caused WMI support to be disabled in the standalone NASL
+    interpreter has been fixed.
+  * IPv6 support has been improved.
+  * Support for building parts of libopenvas on Windows has been added.
+  * Support for reading preference file uploads from memory instead of from 
disk
+    has been added.
+  * Support for NTLMSSP has been added.
+
+-------------------------------------------------------------------
+Tue Apr 13 11:00:52 UTC 2010 - [email protected]
+
+- Updated to 3.0.5
+  * The build infrastructure for the hg and misc modules has been switch to 
CMake
+    from autoconf.
+  * Support for resuming tasks has been added to OMP.
+  * Packet forgery support for IPv6 has been improved.
+  * A build issue on Mandriva has been fixed.
++++ 63 more lines (skipped)
++++ between /dev/null
++++ and /mounts/work_src_done/STABLE/libopenvas/libopenvas.changes

calling whatdependson for head-i586


New:
----
  debian.changelog
  debian.compat
  debian.control
  debian.libopenvas4-dev.dirs
  debian.libopenvas4-dev.install
  debian.libopenvas4.dirs
  debian.libopenvas4.install
  debian.rules
  debian.series
  libopenvas.changes
  libopenvas.dsc
  libopenvas.spec
  openvas-libraries-4.0-rc4-no_Werror.patch
  openvas-libraries-4.0.3.tar.gz

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

Other differences:
------------------
++++++ libopenvas.spec ++++++
#
# spec file for package libopenvas
#
# 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

%define soname 4

Name:           libopenvas
Version:        4.0.3
Release:        1
License:        GPLv2
Group:          Productivity/Networking/Security
Url:            http://www.openvas.org
Source:         openvas-libraries-%{version}.tar.gz
Patch0:         openvas-libraries-4.0-rc4-no_Werror.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%if 0%{?fedora_version} || 0%{?scientificlinux_version}
BuildRequires:  gpgme-devel
BuildRequires:  openldap-devel
BuildRequires:  libuuid-devel
%endif

%if 0%{?mandriva_version}
BuildRequires:  gpgme-devel
BuildRequires:  libldap-devel
BuildRequires:  pinentry-gtk2
%if 0%{?mandriva_version} < 201000
BuildRequires:  ext2fs-devel
%else
BuildRequires:  libuuid-devel
%endif
%endif

%if 0%{?suse_version}
BuildRequires:  free-ttf-fonts
BuildRequires:  libgpgme-devel
BuildRequires:  libuuid-devel
BuildRequires:  openldap2-devel
%if 0%{?suse_version} > 1130
BuildRequires:  libassuan-devel
%endif
%endif

BuildRequires:  bison
BuildRequires:  cmake >= 2.6.0
BuildRequires:  doxygen
BuildRequires:  fontconfig-devel
BuildRequires:  glib2-devel >= 2.12
BuildRequires:  gnutls-devel
BuildRequires:  libpcap-devel
BuildRequires:  pkgconfig
Summary:        Support libraries for OpenVAS

%description
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package -n libopenvas_base%{soname}


Group:          System/Libraries
Summary:        Support libraries for OpenVAS

%description -n libopenvas_base%{soname}
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package -n libopenvas_hg%{soname}


Group:          System/Libraries
Summary:        Support libraries for OpenVAS

%description -n libopenvas_hg%{soname}
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package -n libopenvas_misc%{soname}


Group:          System/Libraries
Summary:        Support libraries for OpenVAS

%description -n libopenvas_misc%{soname}
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package -n libopenvas_nasl%{soname}


Group:          System/Libraries
Summary:        Support libraries for OpenVAS

%description -n libopenvas_nasl%{soname}
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package -n libopenvas_omp%{soname}


Group:          System/Libraries
Summary:        Support libraries for OpenVAS

%description -n libopenvas_omp%{soname}
The support libraries for the Open Vulnerability Assessment System (OpenVAS).

%package devel
License:        GPLv2
Group:          Development/Libraries/C and C++

%if 0%{?fedora_version} || 0%{?scientificlinux_version}
Requires:       gpgme-devel
Requires:       libuuid-devel
%endif

%if 0%{?mandriva_version}
Requires:       gpgme-devel
%if 0%{?mandriva_version} < 201000
Requires:       ext2fs-devel
%else
Requires:       libuuid-devel
%endif
%endif

%if 0%{?suse_version}
Requires:       libgpgme-devel
Requires:       libuuid-devel
%if 0%{?suse_version} > 1130
Requires:       libassuan-devel
%endif
%endif

Requires:       gnutls-devel
Requires:       libpcap-devel

Requires:       libopenvas_base%{soname} = %{version} libopenvas_hg%{soname} = 
%{version} libopenvas_misc%{soname} = %{version} libopenvas_nasl%{soname} = 
%{version} libopenvas_omp%{soname} = %{version}
Summary:        Development files for libopenvas

%description devel
This package contains the development files (mainly C header files) for 
libopenvas.


%prep
%setup -qn openvas-libraries-%{version}
%patch0

%build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_VERBOSE_MAKEFILE=ON 
-DSYSCONFDIR=%{_sysconfdir} -DLOCALSTATEDIR=%{_localstatedir} 
-DLIBDIR=%{_libdir} -DBUILD_WITH_LDAP=ON -DCMAKE_BUILD_TYPE=release
#__make %{?_smp_mflags} VERBOSE=1
make VERBOSE=1

%install
%__make install DESTDIR=%{buildroot}
find %{buildroot}%{_libdir} -name "*.a" -delete

%post -n libopenvas_base%{soname} -p /sbin/ldconfig

%post -n libopenvas_hg%{soname} -p /sbin/ldconfig

%post -n libopenvas_misc%{soname} -p /sbin/ldconfig

%post -n libopenvas_nasl%{soname} -p /sbin/ldconfig

%post -n libopenvas_omp%{soname} -p /sbin/ldconfig

%postun -n libopenvas_base%{soname} -p /sbin/ldconfig

%postun -n libopenvas_hg%{soname} -p /sbin/ldconfig

%postun -n libopenvas_misc%{soname} -p /sbin/ldconfig

%postun -n libopenvas_nasl%{soname} -p /sbin/ldconfig

%postun -n libopenvas_omp%{soname} -p /sbin/ldconfig

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

%files -n libopenvas_base%{soname}
%defattr(-,root,root)
%{_libdir}/libopenvas_base.so.%{soname}*
%dir %{_datadir}/openvas
%{_datadir}/openvas/openvas-lsc-rpm-creator.sh
%{_datadir}/openvas/openvas-services

%files -n libopenvas_hg%{soname}
%defattr(-,root,root)
%{_libdir}/libopenvas_hg.so.%{soname}*

%files -n libopenvas_misc%{soname}
%defattr(-,root,root)
%{_libdir}/libopenvas_misc.so.%{soname}*

%files -n libopenvas_nasl%{soname}
%defattr(-,root,root)
%{_bindir}/openvas-nasl
%{_libdir}/libopenvas_nasl.so.%{soname}*
%{_mandir}/man1/openvas-nasl.1.*

%files -n libopenvas_omp%{soname}
%defattr(-,root,root)
%{_libdir}/libopenvas_omp.so.%{soname}*

%files devel
%defattr(-,root,root)
%doc CHANGES
%{_includedir}/openvas
%{_libdir}/libopenvas_base.so
%{_libdir}/libopenvas_hg.so
%{_libdir}/libopenvas_misc.so
%{_libdir}/libopenvas_nasl.so
%{_libdir}/libopenvas_omp.so
%{_libdir}/pkgconfig/libopenvas.pc

%changelog
++++++ debian.changelog ++++++
libopenvas (4.0.3-1) unstable; urgency=low

  * New upstream release.
    - A bug which caused only the first NVT dependency to be considered has 
been fixed.
    - A bug which caused WMI connects to fail has been fixed.

 -- Stephan Kleine <[email protected]>  Thu, 03 Mar 2011 13:58:44 +0100

libopenvas (4.0.2-1) unstable; urgency=low

  * New upstream release.
    - The LSC RPM creator support script is now installed correctly.
    - The build environment has been consolidated.
    - A bug which could cause a segmentation fault when using IPv6 under certain
      circumstances has been fixed.
    - The check for administrative user privileges has been made more strict.

 -- Stephan Kleine <[email protected]>  Wed, 23 Feb 2011 19:12:27 +0100

libopenvas (4.0.0-1) unstable; urgency=low

  * New upstream release.
    - Setting file handling has been updated to match changes in 
openvas-scanner.
    - Support for pkg-config has been (re-)introduced.
    - File locations have been adjusted to conform to the Filesystem Hierarchy
      Standard.

 -- Stephan Kleine <[email protected]>  Thu, 03 Feb 2011 20:28:14 +0100

libopenvas (3.99.4-1) unstable; urgency=low

  * New upstream release.
    - The build environment has fixed in a number of places to restore expected
      behaviour after the move to cmake.
    - The documentation has been updated to match the changes in the build
      environment.

 -- Stephan Kleine <[email protected]>  Wed, 26 Jan 2011 17:34:28 +0100

libopenvas (3.99.3-1) unstable; urgency=low

  * New upstream release.
    - Improved and fixed remote LDAP authentication.
    - Former binary ".nes" NVTs "find_service", "openvas_tcp_scanner"
      and "synscan" are now built-in NASL methods.
    - Any autotools-related build environment was removed.
    - At top-level a cmake-based build environment was introduced.
    - libopenvas_omp: Activated escaping of characters so that
      special characters can more save be allowed for some OMP commands.
    - example_auth.conf was updated with more sensible values.
    - Bug fix on Credential creation.
    - this package now initially creates required directories in the
      installation directory (if not present). This was done by other
      modules previously (mostly openvas-scanner)
    - Many old code paths for certain operting system environments
      have been removed. Most likely, HPUX, Solaris and similar
      won't compile this code anymore.

 -- Stephan Kleine <[email protected]>  Tue, 25 Jan 2011 18:12:11 +0100

libopenvas (3.99.2-1) unstable; urgency=low

  * New upstream release.
    - The user creation process has been made more robust.
    - More compiler warnings have been addressed.

 -- Stephan Kleine <[email protected]>  Mon, 10 Jan 2011 15:21:24 +0100

libopenvas (3.99.1-1) unstable; urgency=low

  * New upstream release.
    - The documentation in the INSTALL_README file has been updated.
    - A number of compiler warnings by gcc 4.4 has been addressed.
    - A incorrect error message during user creation that only occurred in 
setuid
      environments has been removed.

 -- Stephan Kleine <[email protected]>  Mon, 20 Dec 2010 13:04:36 +0100

libopenvas (3.98.2-1) unstable; urgency=low

  * New upstream release.
    - Further code cleanup has lead to the removal of more than 3,500 lines of
      unused code.
    - A bug which tried to free memory that was not allocated before under some
      circumstances has been fixed.
    - Superfluous log messages regarding file uploads have been removed.

 -- Stephan Kleine <[email protected]>  Fri, 03 Dec 2010 17:10:07 +0100

libopenvas (3.98.1-1) unstable; urgency=low

  * New upstream release.
    - Network level scan support.
    - The code for providing OMP functionality has been cleaned up.
    - Further code cleanup has lead to the removal of more than 3,500 lines of
      unused code.
    - A bug which tried to free memory that was not allocated before under some
      circumstances has been fixed.
    - Superfluous log messages regarding file uploads have been removed.
    - NVT meta data management has been improved, resulting in a smaller memory
      footprint of the scanner.
    - The install path for header files has been made more consistent.

 -- Stephan Kleine <[email protected]>  Fri, 19 Nov 2010 17:37:14 +0100

libopenvas (3.1.3-1) unstable; urgency=low

  * New upstream release.
    - Significant memory leaks are closed.
    - Bug fix for handling shared file descriptors that now
      prevents unnecessary use of new file descriptiors under
      certain circumstances.
    - Little fix in the nasl wmi api.

 -- Stephan Kleine <[email protected]>  Fri, 10 Sep 2010 09:50:25 +0200

libopenvas (3.1.2-1) unstable; urgency=low

  * New upstream release.
    * A bug in the WMI interface stub which caused the build to fail when 
configured
      without WMI has been fixed.

 -- Stephan Kleine <[email protected]>  Wed, 04 Aug 2010 08:53:11 +0200

libopenvas (3.1.1-1) unstable; urgency=low

  * New upstream release.
    * Cross compile support for mingw32 has been added to libopenvas/base.
    * Missing copyright and license information has been added to a number of 
files.
    * The COPYING file has been updated to better indicate the licenses of
      individual files and the full text for all licenses has been added.
    * The WMI infrastructure has been updated to match necessary changes in the 
API
      of the WMI patch.
    * The documentation on using WMI in libopenvas has been updated.

 -- Stephan Kleine <[email protected]>  Tue, 03 Aug 2010 21:00:16 +0200

libopenvas (3.1.0-2) unstable; urgency=low

  * Add openvas-nasl to libopenvas3-dev

 -- Stephan Kleine <[email protected]>  Thu, 15 Jul 2010 18:07:04 +0200

libopenvas (3.1.0-1) unstable; urgency=low

  * New upstream release.
    - Code cleanup: Code from openvas-administrator and openvas-manager which 
could
      be more appropriately placed in libopenvas has been moved here.
    - Initial support for LDAP authentication has been added.
    - IPv6 support has been improved.
    - Support for building parts of libopenvas on Windows has been added.
    - Support for reading preference file uploads from memory instead of from 
disk
      has been added.
    - Support for NTLMSSP has been added.
    - Authentication mechanism extended to support LDAP and ADS.
    - An issue which caused SSH logins with RSA keys on remote systems to fail 
under
      certain circumstances has been fixed.
    - Support for logging to syslog has been added.
    - Support for scanning virtual web hosts has been added.

 -- Stephan Kleine <[email protected]>  Wed, 14 Jul 2010 18:45:41 +0200

libopenvas (3.1.0.rc3) unstable; urgency=low

  * New upstream release.
    - An issue which caused the build to fail on Gentoo GNU/Linux systems has 
been
      fixed.
    - An issue which caused openvas-client, openvas-cli and openvas-manager to 
fail
      to build with libopenvas has been fixed.

 -- Stephan Kleine <[email protected]>  Fri, 02 Jul 2010 22:31:40 +0200

libopenvas (3.1.0.rc2) unstable; urgency=low

  * New upstream release.
    - QA: A number of compiler warnings have been addressed.
    - Authentication mechanism extended to support LDAP and ADS.
    - An issue which caused SSH logins with RSA keys on remote systems to fail 
under
      certain circumstances has been fixed.
    - A bug which caused segmentation faults when using NTLMSSP authentication 
in
      libopenvas built with WMI supports has been fixed.
    - Support for logging to syslog has been added.
    - Support for scanning virtual web hosts has been added.

 -- Stephan Kleine <[email protected]>  Mon, 28 Jun 2010 18:13:51 +0200

libopenvas (3.1.0.rc1) unstable; urgency=low

  * New upstream release.
    - Code cleanup: Code from openvas-administrator and openvas-manager which 
could
      be more appropriately placed in libopenvas has been moved here.
    - Initial support for LDAP authentication has been added.
    - A bug which caused WMI support to be disabled in the standalone NASL
      interpreter has been fixed.
    - IPv6 support has been improved.
    - Support for building parts of libopenvas on Windows has been added.
    - Support for reading preference file uploads from memory instead of from 
disk
      has been added.
    - Support for NTLMSSP has been added.

 -- Stephan Kleine <[email protected]>  Wed, 19 May 2010 18:48:25 +0200

libopenvas (3.0.5-1) unstable; urgency=low

  * New upstream release.
    - The build infrastructure for the hg and misc modules has been switch to 
CMake
      from autoconf.
    - Support for resuming tasks has been added to OMP.
    - Packet forgery support for IPv6 has been improved.
    - A build issue on Mandriva has been fixed.

 -- Stephan Kleine <[email protected]>  Tue, 13 Apr 2010 13:01:33 +0200

libopenvas (3.0.4-1) unstable; urgency=low

  * New upstream release.
    - Several build issues on Mandriva have been fixed.
    - Support for using libopenvas in C++ code has been introduced for some
      OMP libraries.
    - The openvas-nasl standalone NASL interpreter is now linked dynamically.
    - A bug which caused some GnuTLS error messages to be printed to stderr 
instead
      of to the logs had been fix.
    - Support for registry hives has been added to the WMI registry functions.
    - Support for detecting libraries in non-standard locations during the
      configuration process has been added.
    - Support for multiple levels of subdirectories in the NVT directory has 
been
      improved.

 -- Stephan Kleine <[email protected]>  Wed, 03 Mar 2010 21:00:41 +0100

libopenvas (3.0.3-1) unstable; urgency=low

  * New upstream release.
    - Initial support for dropping privileges.
    - New crypto functions and support for SMB NTLMv1 and NTLMv2.

 -- Stephan Kleine <[email protected]>  Thu, 04 Feb 2010 22:15:24 +0100

libopenvas (3.0.2-1) unstable; urgency=low

  * New upstream release.
    - Support for modifying scanner configuration files has been added.
    - The API for retrieving settings has been improved.

 -- Stephan Kleine <[email protected]>  Wed, 20 Jan 2010 08:47:08 +0100

libopenvas (3.0.1-1) unstable; urgency=low

  * New upstream release.
    - The OMP API has been updated.
    - An unnecessary GnuTLS call has been removed.
    - Minor code cleanups.

 -- Stephan Kleine <[email protected]>  Tue, 12 Jan 2010 18:41:33 +0100

libopenvas (3.0.0-1) unstable; urgency=low

  * New upstream release.
    - IPv6 support
    - WMI-Client support (optional)
    - Integration of openvas-libnasl
    - New library "base"
    - New library "omp"
    - Former libopenvas renamed to libopenvas_misc
    - New NVT cache implementation to overcome limitations
    - Several files from openvas-client integrated
    - Use of "cmake" to build base, omp and nasl
    - glib dependency raised from 2.6 to 2.12

 -- Stephan Kleine <[email protected]>  Fri, 25 Dec 2009 22:23:12 +0100

libopenvas (2.0.4-1) unstable; urgency=low

  * New upstream release.

 -- Stephan Kleine <[email protected]>  Fri, 17 Aug 2009 18:47:35 +0200

libopenvas (2.0.3-1) unstable; urgency=low

  * New upstream release.

 -- Stephan Kleine <[email protected]>  Fri, 12 Jun 2009 13:47:35 +0200

libopenvas (2.0.2-1) unstable; urgency=low

  * New upstream release. 

 -- Michael Wiegand <[email protected]>  Fri, 17 Apr 2009 08:41:24 
+0200

libopenvas (2.0.1-1) unstable; urgency=low

  * New upstream release
  * Updated the control file to take account of translation work as part
    of the Smith review project
  * Fixed broken linking (linker-libs.dpatch)

 -- Tim Brown <[email protected]>  Sun, 22 Feb 2009 02:17:44 +0000

libopenvas (2.0.0-2) unstable; urgency=low

  * Brown paper bug upload: Restore the changes introduced since 1.0.1-5
  * Make proper versioned binary packages for this library
  * Add a Build-Depend on libglib2.0-dev (Closes: 511627)
  * Conflict against libopenvas1-dev

 -- Javier Fernandez-Sanguino Pen~a <[email protected]>  Thu, 15 Jan 2009 
22:19:53 +0100

libopenvas (2.0.0-1) unstable; urgency=low
 
  * New upstream release
    
 -- Javier Fernandez-Sanguino Pen~a <[email protected]>  Fri, 02 Jan 2009 
01:21:09 +0100
     
libopenvas (2.0.0.beta2-1) UNRELEASED; urgency=low

  * New upstream release

 -- Tim Brown <[email protected]>  Sat, 15 Nov 2008 12:52:28 +0000

libopenvas (2.0.0.beta1-1) UNRELEASED; urgency=low

  * New upstream release
  * Cleaned up the rules
  * Updated copyright

 -- Tim Brown <[email protected]>  Sun, 12 Oct 2008 19:23:20 +0100

libopenvas (1.0.2-2) UNRELEASED; urgency=low

  * Not released yet

 -- Jan Wagner <[email protected]>  Tue, 08 Jul 2008 10:10:47 +0200

libopenvas (1.0.2-1) unstable; urgency=low

  * New upstream release
  * Add Tim and myself to Uploaders
  * Set Debian Maintainers Mailing List as Maintainer
  * Add Vcs-Headers
  * Bump Standards Version to 3.8.0, no changes needed
  * Remove trailing whitespaces from EOL and EOF in debian/*
  * Move Section to right place for libopenvas in control
  * Also depend on libgnutls-dev, libpcap-dev for -dev
  * Remove debian/*.dirs since unneeded

 -- Jan Wagner <[email protected]>  Mon, 07 Jul 2008 16:17:53 +0200

libopenvas (1.0.1-5) unstable; urgency=low

  * Fix the Makefile so that the library is linked with the appropriate
    libraries. Also change libopenvas.tmpl
  * Drop the libgpgme11-dev Build-Dep, we actually don't need it, none of the
    sources build use the gpgme.h header.

 -- Javier Fernandez-Sanguino Pen~a <[email protected]>  Fri, 02 May 2008 
21:20:05 +0200

libopenvas (1.0.1-4) unstable; urgency=low

  * Minor updates to control and copyright file to fix issues highlighted
    by jfs in regard to the priority and copyright of the packaging
    respectively
  * Minor update to control to fix differing dependency between
    libopenvas and openvas-libnasl as highlighted by jfs

 -- Tim Brown <[email protected]>  Wed, 30 Apr 2008 23:23:27 +0100

libopenvas (1.0.1-3) unstable; urgency=low

  * Minor update to control file, fixed dependency on ${source:Version} substvar

 -- Tim Brown <[email protected]>  Wed, 16 Apr 2008 05:57:27 +0100

libopenvas (1.0.1-2) unstable; urgency=low

  * Minor updates to control file, now lists jfs as uploader, fixed deprecated
    ${Source-Version} substvar, Build-Depends directive
  * Minor update to rules file, DH_COMPAT environment variable no longer 
required
  * Minor update to libopenvas2-dev.install

 -- Tim Brown <[email protected]>  Wed, 16 Apr 2008 05:21:09 +0100

libopenvas (1.0.1-1) unstable; urgency=low

  * New upstream release

 -- Tim Brown <[email protected]>  Thu, 03 Apr 2008 01:18:00 +0100

libopenvas (1.0.0-1) unstable; urgency=low

  * New upstream release

 -- Tim Brown <[email protected]>  Tue, 05 Feb 2008 22:12:21 +0000

libopenvas (0.9.1-2) unstable; urgency=low

  * Minor updates to the control and copyright files

 -- Tim Brown <[email protected]>  Wed, 31 Oct 2007 02:29:25 +0000

libopenvas (0.9.1-1) unstable; urgency=low

  * Initial release

 -- Tim Brown <[email protected]>  Wed, 19 Sep 2007 01:41:35 +0100

++++++ debian.compat ++++++
5
++++++ debian.control ++++++
Source: libopenvas
Section: libs
Priority: optional
Maintainer: Stephan Kleine <[email protected]>
Build-Depends: bison, cmake (>= 2.6), debhelper (>= 5), doxygen, dpatch, 
hardening-wrapper, libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, 
libgpgme11-dev (>= 1.1.2), libldap2-dev, libpcap-dev, uuid-dev
Homepage: http://www.openvas.org/
Standards-Version: 3.8.0

Package: libopenvas4-dev
Section: libdevel
Architecture: any
Depends: libopenvas4 (= ${binary:Version}), libgnutls-dev, libpcap-dev, 
libglib2.0-dev, libgpgme11-dev (>= 1.1.2), libgcrypt11-dev, uuid-dev
Replaces: libopenvas1-dev, libopenvas2-dev
Conflicts: libopenvas1-dev, libopenvas2-dev
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 openvasd, is in charge of the attacks, whereas the client,
 OpenVAS-Client, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries, headers, and
 libopenvas-config script.

Package: libopenvas4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libopenvas1, libopenvas2, libopenvasnasl1, libopenvasnasl2
Conflicts: libopenvas1, libopenvas2, libopenvasnasl1, libopenvasnasl2
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 openvasd, is in charge of the attacks, whereas the client,
 OpenVAS-Client, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.

Package: libopenvas4-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 ${misc:Depends}, libopenvas4 (= ${binary:Version}), libopenvas4-dev (= 
${binary:Version})
Description: remote network security auditor (debug)
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 This package contains the debugging symbols.
++++++ debian.libopenvas4-dev.dirs ++++++
usr/lib
usr/include
++++++ debian.libopenvas4-dev.install ++++++
usr/include/*
usr/lib/libopenvas*.so
usr/lib/pkgconfig/libopenvas.pc
++++++ debian.libopenvas4.dirs ++++++
usr/lib
usr/share/doc/libopenvas4
++++++ debian.libopenvas4.install ++++++
usr/bin/openvas-nasl
usr/lib/libopenvas*.so.*
usr/share/openvas/openvas-lsc-rpm-creator.sh
usr/share/openvas/openvas-services
usr/share/man/man1/openvas-nasl.1
++++++ debian.rules ++++++
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

# Enable hardening-wrapper
export DEB_BUILD_HARDENING=1

config: config-stamp

config-stamp:
        dh_testdir

        
        cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=/usr 
-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var -DLIBDIR=/usr/lib -DBUILD_WITH_LDAP=ON 
-DCMAKE_BUILD_TYPE=release .

        touch $@


build: build-stamp

build-stamp:  config-stamp
        dh_testdir

        # Add here commands to compile the package.
        $(MAKE) VERBOSE=1 -j1

        touch $@

clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp config.stamp

        # Add here commands to clean up after the build process.

        dh_clean

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs ChangeLog
        dh_installdocs
        dh_install --sourcedir=debian/tmp
        ( cd debian/libopenvas4-dev/usr/share/doc/ ; rm -rf libopenvas4-dev; ln 
-s libopenvas4 libopenvas4-dev; )
        dh_strip --dbg-package=libopenvas4-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs -V
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
++++++ debian.series ++++++
openvas-libraries-4.0-rc4-no_Werror.patch -p0
++++++ libopenvas.dsc ++++++
Format: 1.0
Source: libopenvas
Binary: libopenvas4-dev, libopenvas4
Architecture: any
Version: 4.0.3-1
Maintainer: Stephan Kleine <[email protected]>
Homepage: http://www.openvas.org/
Standards-Version: 3.8.0
Build-Depends: bison, cmake (>= 2.6), debhelper (>= 5), doxygen, dpatch, 
hardening-wrapper, libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, 
libgpgme11-dev (>= 1.1.2), libldap2-dev, libpcap-dev, uuid-dev

Files: 
 b55a7a72ba7b9c8da7b1372a91fbdf88 464106 libopenvas-4.0.3.tar.gz
 f657b454af293e32275da3400cc7c67b 4369 libopenvas-4.0.3.diff.gz

++++++ openvas-libraries-4.0-rc4-no_Werror.patch ++++++
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt.orig 2011-01-26 11:58:48.000000000 +0100
+++ CMakeLists.txt      2011-01-26 17:25:55.601169807 +0100
@@ -230,7 +230,7 @@ configure_file (tools/libopenvas-config.
 set (HARDENING_FLAGS            "-Wformat -Wformat-security -O2 
-D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now")
 
 set (CMAKE_C_FLAGS_DEBUG        "${CMAKE_C_FLAGS_DEBUG}")
-set (CMAKE_C_FLAGS              "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-Werror")
+set (CMAKE_C_FLAGS              "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall")
 
 add_subdirectory (base)
 add_subdirectory (misc)
Index: nasl/CMakeLists.txt
===================================================================
--- nasl/CMakeLists.txt.orig    2011-01-26 11:58:48.000000000 +0100
+++ nasl/CMakeLists.txt 2011-01-26 17:26:20.524044898 +0100
@@ -52,7 +52,7 @@ set (CMAKE_C_FLAGS_DEBUG        "${CMAKE
 # The "-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1" is necessary for GPGME!
 # The "-fno-strict-aliasing" silences warnings caused by macros defined in 
byteorder.h.
 # Once the warnings have been addressed this flag should be removed.
-set (CMAKE_C_FLAGS              "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-Werror -D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1 -fno-strict-aliasing")
+set (CMAKE_C_FLAGS              "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1 -fno-strict-aliasing")
 
 # The "-Wno-error=unprototyped-calls" silences warnings produced by an
 # openSUSE-patched gcc caused by code in regex.c.

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



Remember to have fun...

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

Reply via email to