Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-10-26 12:47:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and      /work/SRC/openSUSE:Factory/.curl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "curl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/curl/curl.changes        2015-08-17 
17:25:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-10-26 
12:47:19.000000000 +0100
@@ -1,0 +2,29 @@
+Mon Oct 19 09:35:04 UTC 2015 - [email protected]
+
+- revert the curl-config change for bsc#900419 until we have a better
+  fix, because it was breaking builds of other packages
+
+-------------------------------------------------------------------
+Sun Oct 18 21:43:16 UTC 2015 - [email protected]
+
+- Enable HTTP/2 support, buildrequires pkgconfig(libnghttp2)
+
+-------------------------------------------------------------------
+Sat Oct 10 06:58:35 UTC 2015 - [email protected]
+
+- Update to 7.45.0
+  * added CURLOPT_DEFAULT_PROTOCOL
+  * added new tool option --proto-default
+  * getinfo: added CURLINFO_ACTIVESOCKET
+  * turned CURLINFO_* option docs as stand-alone man pages
+  * curl: point out unnecessary uses of -X in verbose mode
+- Drop curl-disable_failing_tests.patch as it is now part of 
+  upstream
+
+-------------------------------------------------------------------
+Wed Aug 26 07:29:40 UTC 2015 - [email protected]
+
+- drop a hack that made curl-config print only -lcurl (bsc#900419)
+  * --as-needed is used by default now
+
+-------------------------------------------------------------------

Old:
----
  curl-7.44.0.tar.lzma
  curl-7.44.0.tar.lzma.asc
  curl-disable_failing_tests.patch

New:
----
  curl-7.45.0.tar.lzma
  curl-7.45.0.tar.lzma.asc

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.MmLLOU/_old  2015-10-26 12:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.MmLLOU/_new  2015-10-26 12:47:21.000000000 +0100
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:           curl
-Version:        7.44.0
+Version:        7.45.0
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        BSD-3-Clause and MIT
@@ -35,7 +35,6 @@
 Patch3:         curl-secure-getenv.patch
 # PATCH-FIX-OPENSUSE [email protected] -- use openssl's built in verify path as 
fallback
 Patch4:         curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
-Patch5:         curl-disable_failing_tests.patch
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -44,6 +43,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(libmetalink)
+BuildRequires:  pkgconfig(libnghttp2)
 BuildRequires:  pkgconfig(libssh2)
 BuildRequires:  pkgconfig(zlib)
 Requires:       libcurl4 = %{version}
@@ -99,7 +99,6 @@
 %patch1
 %patch3
 %patch4 -p1
-%patch5 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS

++++++ curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff ++++++
--- /var/tmp/diff_new_pack.MmLLOU/_old  2015-10-26 12:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.MmLLOU/_new  2015-10-26 12:47:21.000000000 +0100
@@ -12,11 +12,11 @@
  lib/vtls/openssl.c | 4 ++++
  1 file changed, 4 insertions(+)
 
-diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
-index 3f93e22..34abd64 100644
---- a/lib/vtls/openssl.c
-+++ b/lib/vtls/openssl.c
-@@ -2012,6 +2012,10 @@ static CURLcode ossl_connect_step1(struct connectdata 
*conn, int sockindex)
+Index: curl-7.45.0/lib/vtls/openssl.c
+===================================================================
+--- curl-7.45.0.orig/lib/vtls/openssl.c
++++ curl-7.45.0/lib/vtls/openssl.c
+@@ -1952,6 +1952,10 @@ static CURLcode ossl_connect_step1(struc
            "none",
            data->set.str[STRING_SSL_CAPATH] ? data->set.str[STRING_SSL_CAPATH]:
            "none");
@@ -27,6 +27,3 @@
    }
  
    if(data->set.str[STRING_SSL_CRLFILE]) {
--- 
-2.3.3
-


Reply via email to