Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2016-04-06 11:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-03-29 
09:55:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2016-04-06 
11:50:17.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Mar 31 17:25:29 UTC 2016 - idon...@suse.com
+
+- Update to 7.48.0
+  * configure: --with-ca-fallback: use built-in TLS CA fallback
+  * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS
+  * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
+  * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0
+- Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff,
+  superseded by --with-ca-fallback configure option.
+
+-------------------------------------------------------------------

Old:
----
  curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
  curl-7.47.1.tar.lzma
  curl-7.47.1.tar.lzma.asc

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

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.Amaq3B/_old  2016-04-06 11:50:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Amaq3B/_new  2016-04-06 11:50:18.000000000 +0200
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:           curl
-Version:        7.47.1
+Version:        7.48.0
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        BSD-3-Clause and MIT
@@ -33,8 +33,6 @@
 Patch0:         libcurl-ocloexec.patch
 Patch1:         dont-mess-with-rpmoptflags.diff
 Patch3:         curl-secure-getenv.patch
-# PATCH-FIX-OPENSUSE lnus...@suse.de -- use openssl's built in verify path as 
fallback
-Patch4:         curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -99,7 +97,6 @@
 %patch0
 %patch1
 %patch3
-%patch4 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS
@@ -118,6 +115,7 @@
     --enable-ipv6 \
 %if %{with openssl}
     --with-ssl \
+    --with-ca-fallback \
     --without-ca-path \
     --without-ca-bundle \
 %else


Reply via email to