Hello community,

here is the log from the commit of package net6 for openSUSE:Factory
checked in at Sun Oct 2 10:21:01 CEST 2011.



--------
--- openSUSE:Factory/net6/net6.changes  2011-09-23 02:14:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/net6/net6.changes      2011-09-28 
10:09:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 28 08:09:23 UTC 2011 - vu...@opensuse.org
+
+- Add net6-gnutls-3.0.3.patch: fix build with gnutls 3.0.3.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  net6-gnutls-3.0.3.patch

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

Other differences:
------------------
++++++ net6.spec ++++++
--- /var/tmp/diff_new_pack.LX1dnc/_old  2011-10-02 10:20:58.000000000 +0200
+++ /var/tmp/diff_new_pack.LX1dnc/_new  2011-10-02 10:20:58.000000000 +0200
@@ -34,6 +34,8 @@
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM net6-gnutls-3.0.patch vu...@opensuse.org -- Fix an 
incompatibility with gnutls 3.0, due to new #define breaking things using the 
gnutls namespace in the code. Sent upstream by mail.
 Patch0:         net6-gnutls-3.0.patch
+# PATCH-FIX-UPSTREAM net6-gnutls-3.0.3.patch vu...@opensuse.org -- Drop 
deprecated and unneeded call to gnutls_transport_set_lowat. Sent upstream by 
mail.
+Patch1:         net6-gnutls-3.0.3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-lang = %{version}
 
@@ -57,6 +59,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static --with-pic

++++++ net6-gnutls-3.0.3.patch ++++++
Index: net6-1.3.13/src/encrypt.cpp
===================================================================
--- net6-1.3.13.orig/src/encrypt.cpp
+++ net6-1.3.13/src/encrypt.cpp
@@ -202,7 +202,9 @@ net6::tcp_encrypted_socket_base::
        );
 #endif
 
+#if GNUTLS_VERSION_NUMBER < 0x030003
        gnutls_transport_set_lowat(session, 0);
+#endif
 }
 
 net6::tcp_encrypted_socket_base::~tcp_encrypted_socket_base()
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to