Hello community, here is the log from the commit of package openvas-libnasl for openSUSE:Factory checked in at Mon Mar 9 00:27:51 CET 2009. -------- --- openvas-libnasl/openvas-libnasl.changes 2008-09-17 02:17:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/openvas-libnasl/openvas-libnasl.changes 2009-03-06 16:30:52.000000000 +0100 @@ -1,0 +2,13 @@ +Fri Mar 6 16:30:23 CET 2009 - meissner@suse.de + +- update to version 2.0.1 + * Support for the new script_tag command in NASL scripts has been added. + * 64-bit compatibility has been considerably improved. + * Support for transferring NVT signature information to the client has been + added. + * New OPENVAS_NASL_LEVEL symbol enabling detection of OpenVAS in plugins. + * Support for new LOG and DEBUG messages. + * New command line parsing for openvas-nasl standalone NASL interpreter. +- require gpgme-devel in -devel package too + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- openvas-libnasl-1.0.1.tar.gz New: ---- openvas-libnasl-2.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvas-libnasl.spec ++++++ --- /var/tmp/diff_new_pack.n24280/_old 2009-03-09 00:27:19.000000000 +0100 +++ /var/tmp/diff_new_pack.n24280/_new 2009-03-09 00:27:19.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package openvas-libnasl (Version 1.0.1) +# spec file for package openvas-libnasl (Version 2.0.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -19,14 +19,14 @@ Name: openvas-libnasl -Version: 1.0.1 -Release: 2 +Version: 2.0.1 +Release: 1 License: GPL v2 only Group: Productivity/Networking/Security Url: http://www.openvas.org -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: bison gnutls-devel libgcrypt-devel libpcap-devel openvas-libraries-devel +BuildRequires: bison glib2-devel gnutls-devel libgcrypt-devel libpcap-devel openvas-libraries-devel %if %{defined suse_version} BuildRequires: texlive-latex %if 0%{?suse_version} > 1020 @@ -57,15 +57,15 @@ -%define debug_package_requires libopenvasnasl1 = %{version}-%{release} +%define debug_package_requires libopenvasnasl2 = %{version}-%{release} -%package -n libopenvasnasl1 +%package -n libopenvasnasl2 License: GPL v2 only Group: Productivity/Networking/Security PreReq: glibc Summary: Support libraries for the Open Vulnerability Assessment System (OpenVAS) Server -%description -n libopenvasnasl1 +%description -n libopenvasnasl2 openvas-libnasl is the NASL interpreter library for the OpenVAS network security scanner. @@ -74,7 +74,13 @@ %package -n libopenvasnasl-devel License: GPL v2 only Group: Development/Libraries/C and C++ -Requires: libopenvasnasl1 = %{version} +Requires: libopenvasnasl2 = %{version} +%if 0%{?suse_version} > 1020 +Requires: libgpgme-devel +%endif +%if 0%{?suse_version} < 1030 +Requires: gpgme-devel +%endif Summary: Development files for openvas-libraries %description -n libopenvasnasl-devel @@ -96,14 +102,14 @@ %makeinstall %__rm %{buildroot}%{_libdir}/libopenvasnasl.la -%post -n libopenvasnasl1 -p /sbin/ldconfig +%post -n libopenvasnasl2 -p /sbin/ldconfig -%postun -n libopenvasnasl1 -p /sbin/ldconfig +%postun -n libopenvasnasl2 -p /sbin/ldconfig %clean test "%{buildroot}" != "/" && %__rm -rf %{buildroot} -%files -n libopenvasnasl1 +%files -n libopenvasnasl2 %defattr(-,root,root) %doc ChangeLog CHANGES COPYING doc/signatures-howto.txt doc/nasl_guide.ps %{_libdir}/libopenvasnasl.so.* @@ -118,6 +124,16 @@ %{_mandir}/man1/openvas-libnasl-config.1* %changelog +* Fri Mar 06 2009 meissner@suse.de +- update to version 2.0.1 + * Support for the new script_tag command in NASL scripts has been added. + * 64-bit compatibility has been considerably improved. + * Support for transferring NVT signature information to the client has been + added. + * New OPENVAS_NASL_LEVEL symbol enabling detection of OpenVAS in plugins. + * Support for new LOG and DEBUG messages. + * New command line parsing for openvas-nasl standalone NASL interpreter. +- require gpgme-devel in -devel package too * Wed Sep 17 2008 mrueckert@suse.de - fix requires of the debug package * Mon Sep 08 2008 anosek@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org