Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2016-02-03 10:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-08 
15:39:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2016-02-03 
10:17:47.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Jan 29 21:17:56 UTC 2016 - [email protected]
+
+- Enable PSL (Publix Suffix List)
+- Make building more verbose
+
+-------------------------------------------------------------------
+Wed Jan 27 13:10:50 UTC 2016 - [email protected]
+
+- update to 7.47.0
+  * fixes CVE-2016-0755 (bsc#962983)
+    (NTLM credentials not-checked for proxy connection re-use)
+  * drop curl-fix-zsh-completion.patch (upstream)
+  Changes:
+  * version: Add flag CURL_VERSION_PSL for libpsl
+  * http: added CURL_HTTP_VERSION_2TLS to do HTTP/2 for HTTPS only
+  * curl: use 2TLS by default
+  * curl --expect100-timeout: added
+  * Add .dir-locals and set c-basic-offset to 2 (for emacs)
+
+-------------------------------------------------------------------

Old:
----
  curl-7.46.0.tar.lzma
  curl-7.46.0.tar.lzma.asc
  curl-fix-zsh-completion.patch

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

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.IXyBHZ/_old  2016-02-03 10:17:48.000000000 +0100
+++ /var/tmp/diff_new_pack.IXyBHZ/_new  2016-02-03 10:17:48.000000000 +0100
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:           curl
-Version:        7.46.0
+Version:        7.47.0
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        BSD-3-Clause and MIT
@@ -35,8 +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
-# PATCH-FIX-OPENSUSE [email protected] -- Fix path to curl in zsh.pl
-Patch5:         curl-fix-zsh-completion.patch
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -46,6 +44,7 @@
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(libmetalink)
 BuildRequires:  pkgconfig(libnghttp2)
+BuildRequires:  pkgconfig(libpsl)
 BuildRequires:  pkgconfig(libssh2)
 BuildRequires:  pkgconfig(zlib)
 Requires:       libcurl4 = %{version}
@@ -101,7 +100,6 @@
 %patch1
 %patch3
 %patch4 -p1
-%patch5 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS
@@ -111,7 +109,7 @@
 export CPPFLAGS CFLAGS
 export CFLAGS="$CFLAGS -fPIE"
 export LDFLAGS="$LDFLAGS -pie"
-autoreconf -fi
+autoreconf -fiv
 # local hack to make curl-config --libs stop printing libraries it depends on
 # (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
 # will hopefully change in the future)
@@ -138,7 +136,7 @@
 # if this fails, the above sed hack did not work
 ./libtool --config | grep -q link_all_deplibs=no
 # enable-hidden-symbols needs gcc4 and causes that curl exports only its API
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %if %{with testsuite}
 %check


Reply via email to