Hello community,

here is the log from the commit of package libopenvas for openSUSE:Factory
checked in at Tue Oct 18 14:20:34 CEST 2011.



--------
--- openSUSE:Factory/libopenvas/libopenvas.changes      2011-09-23 
02:09:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/libopenvas/libopenvas.changes  2011-10-15 
10:40:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 08:40:01 UTC 2011 - [email protected]
+
+- Fix build in factory again
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  openvas-libraries-4.0.5-removelowat.patch

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

Other differences:
------------------
++++++ libopenvas.spec ++++++
--- /var/tmp/diff_new_pack.67B9AY/_old  2011-10-18 14:20:27.000000000 +0200
+++ /var/tmp/diff_new_pack.67B9AY/_new  2011-10-18 14:20:27.000000000 +0200
@@ -27,6 +27,7 @@
 Url:            http://www.openvas.org
 Source:         openvas-libraries-%{version}.tar.gz
 Patch0:         openvas-libraries-4.0-rc4-no_Werror.patch
+Patch1:         openvas-libraries-4.0.5-removelowat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
@@ -72,7 +73,6 @@
 
 %package -n libopenvas_base%{soname}
 
-
 Group:          System/Libraries
 Summary:        Support libraries for OpenVAS
 
@@ -81,7 +81,6 @@
 
 %package -n libopenvas_hg%{soname}
 
-
 Group:          System/Libraries
 Summary:        Support libraries for OpenVAS
 
@@ -90,7 +89,6 @@
 
 %package -n libopenvas_misc%{soname}
 
-
 Group:          System/Libraries
 Summary:        Support libraries for OpenVAS
 
@@ -99,7 +97,6 @@
 
 %package -n libopenvas_nasl%{soname}
 
-
 Group:          System/Libraries
 Summary:        Support libraries for OpenVAS
 
@@ -108,7 +105,6 @@
 
 %package -n libopenvas_omp%{soname}
 
-
 Group:          System/Libraries
 Summary:        Support libraries for OpenVAS
 
@@ -154,6 +150,9 @@
 %prep
 %setup -qn openvas-libraries-%{version}
 %patch0
+%if 0%{?suse_version} > 1200
+%patch1
+%endif
 
 %build
 export CFLAGS="%optflags"

++++++ openvas-libraries-4.0.5-removelowat.patch ++++++
--- misc/network.c.orig 2011-10-15 08:25:53.000000000 +0000
+++ misc/network.c      2011-10-15 08:26:29.000000000 +0000
@@ -824,8 +824,9 @@
     }
 
   unblock_socket (fp->fd);
-  /* for non-blocking sockets, gnutls requires a 0 lowat value */
-  gnutls_transport_set_lowat (fp->tls_session, 0);
+  /* for non-blocking sockets, gnutls requires a 0 lowat value 
+   
http://old.nabble.com/Re%3A-deprecating-gnutls_transport_set_lowat%28%29-p31900808.html
+  gnutls_transport_set_lowat (fp->tls_session, 0); */
 
   gnutls_transport_set_ptr (fp->tls_session,
                             (gnutls_transport_ptr_t) GSIZE_TO_POINTER 
(fp->fd));
continue with "q"...



Remember to have fun...

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

Reply via email to