Hello community,

here is the log from the commit of package curl for openSUSE:Factory
checked in at Wed Oct 5 01:45:20 CEST 2011.



--------
--- openSUSE:Factory/curl/curl.changes  2011-09-23 01:54:44.000000000 +0200
+++ /mounts/work_src_done/STABLE/curl/curl.changes      2011-10-03 
18:15:12.000000000 +0200
@@ -1,0 +2,19 @@
+Mon Oct  3 15:44:17 UTC 2011 - [email protected]
+
+- Update to version 7.22.0:
+  + Added CURLOPT_GSSAPI_DELEGATION
+  + Added support for NTLM delegation to Samba's winbind daemon
+    helper ntlm_auth
+  + Display notes from setup file in testcurl.pl
+  + BSD-style lwIP TCP/IP stack experimental support on Windows
+  + OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
+  + --delegation was added to set CURLOPT_GSSAPI_DELEGATION
+  + nss: start with no database if the selected database is broken
+  + telnet: allow programatic use on Windows
+  + for a list of bugfixes, see
+    http://curl.haxx.se/changes.html#7_22_0
+- Drop curl-openssl-release-buffers.patch: fixed upstream.
+- Add curl-fix-m4.patch: Use 'x' in configure scripts. Fixes issues
+  when configure is run with -Werror -Wall.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  curl-7.21.7.tar.lzma
  curl-openssl-release-buffers.patch

New:
----
  curl-7.22.0.tar.lzma
  curl-fix-m4.patch

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.zi4W4M/_old  2011-10-05 01:45:16.000000000 +0200
+++ /var/tmp/diff_new_pack.zi4W4M/_new  2011-10-05 01:45:16.000000000 +0200
@@ -36,8 +36,8 @@
 BuildRequires:  stunnel
 %endif
 #define cvs_suffix -20090302
-Version:        7.21.7
-Release:        4
+Version:        7.22.0
+Release:        1
 # bug437293
 %ifarch ppc64
 Obsoletes:      curl-64bit
@@ -49,8 +49,9 @@
 Url:            http://curl.haxx.se/
 Source:         curl-%version%{?cvs_suffix}.tar.lzma
 Source2:        baselibs.conf
+# PATCH-FIX-UPSTREAM curl-fix-m4.patch [email protected] -- Fix m4 to work 
with -Werror -Wall configure scripts. Simply 'use' x. Patch sent upstream.
+Patch0:         curl-fix-m4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch:          curl-openssl-release-buffers.patch
 
 %description
 Curl is a client to get documents and files from or send documents to a
@@ -83,7 +84,7 @@
 
 %prep
 %setup -q -n curl-%version%{?cvs_suffix}
-%patch
+%patch0 -p1
 
 %build
 # local hack to make curl-config --libs stop printing libraries it depends on

++++++ curl-fix-m4.patch ++++++
>From 0a8361df11617fe0a59687b00f020a8e9f15e83f Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Mon, 3 Oct 2011 17:53:43 +0200
Subject: [PATCH] m4: Use x in order to avoid variable 'x' set but not used
 [-Werror=unused-but-set-variable]

This error could be caused by configure scripts being run with -Werror
-Wall, which would lead to libcurl being detected as unusable.
---
 docs/libcurl/libcurl.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4
index 01a0575..8cada05 100644
--- a/docs/libcurl/libcurl.m4
+++ b/docs/libcurl/libcurl.m4
@@ -157,6 +157,7 @@ x=CURLOPT_FILE;
 x=CURLOPT_ERRORBUFFER;
 x=CURLOPT_STDERR;
 x=CURLOPT_VERBOSE;
+if (x) ;
 ])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)
 
            CPPFLAGS=$_libcurl_save_cppflags
-- 
1.7.6.4

continue with "q"...



Remember to have fun...

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

Reply via email to