Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2019-07-26 12:34:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and      /work/SRC/openSUSE:Factory/.curl.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "curl"

Fri Jul 26 12:34:16 2019 rev:148 rq:717100 version:7.65.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/curl/curl-mini.changes   2019-06-13 
22:36:07.700327071 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new.4126/curl-mini.changes 2019-07-26 
12:34:22.222125184 +0200
@@ -1,0 +2,68 @@
+Fri Jul 19 13:51:15 UTC 2019 - Pedro Monreal Gonzalez 
<[email protected]>
+
+- Update to 7.65.3
+  * progress: make the progress meter appear again 
+
+-------------------------------------------------------------------
+Wed Jul 17 09:07:25 UTC 2019 - Pedro Monreal Gonzalez 
<[email protected]>
+
+- Update to 7.65.2
+  * Bugfixes:
+    - CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH
+    - CMake: Fix finding Brotli on case-sensitive file systems
+    - CURLOPT_RANGE.3: Caution against using it for HTTP PUT
+    - CURLOPT_SEEKDATA.3: fix variable name
+    - bindlocal: detect and avoid IP version mismatches in bind()
+    - build: fix Codacy warnings
+    - c-ares: honor port numbers in CURLOPT_DNS_SERVERS
+    - config-os400: add getpeername and getsockname defines
+    - configure: --disable-progress-meter
+    - configure: fix --disable-code-coverage
+    - configure: more --disable switches to toggle off individual features
+    - configure: remove CURL_DISABLE_TLS_SRP
+    - conn_maxage: move the check to prune_dead_connections()
+    - curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds
+    - docs: Explain behavior change in --tlsv1. options since 7.54
+    - docs: Fix links to OpenSSL docs
+    - docs: fix string suggesting HTTP/2 is not the default
+    - headers: Remove no longer exported functions
+    - http2: call done_sending on end of upload
+    - http2: don't call stream-close on already closed streams
+    - http2: remove CURL_DISABLE_TYPECHECK define
+    - http: allow overriding timecond with custom header
+    - http: clarify header buffer size calculation
+    - krb5: fix compiler warning
+    - lib: Use UTF-8 encoding in comments
+    - libcurl: Restrict redirect schemes to HTTP, HTTPS, FTP and FTPS
+    - multi: enable multiplexing by default (again)
+    - multi: fix the transfer hashes in the socket hash entries
+    - multi: make sure 'data' can present in several sockhash entries
+    - netrc: Return the correct error code when out of memory
+    - nss: don't set unused parameter
+    - nss: inspect returnvalue of token check
+    - nss: only cache valid CRL entries
+    - openssl: define HAVE_SSL_GET_SHUTDOWN based on version number
+    - openssl: disable engine if OPENSSL_NO_UI_CONSOLE is defined
+    - openssl: fix pubkey/signature algorithm detection in certinfo
+    - os400: make vsetopt() non-static as Curl_vsetopt() for os400 support
+    - quote.d: asterisk prefix works for SFTP as well
+    - runtests: keep logfiles around by default
+    - runtests: report single test time + total duration
+    - test1165: verify that CURL_DISABLE_ symbols are in sync
+    - test1521: adapt to SLISTPOINT
+    - test1523: test CURLOPT_LOW_SPEED_LIMIT
+    - test153: fix content-length to avoid occasional hang
+    - test188/189: fix Content-Length
+    - tests: have runtests figure out disabled features
+    - tests: support non-localhost HOSTIP for dict/smb servers
+    - tests: update fixed IP for hostip/clientip split
+    - tool_cb_prg: Fix integer overflow in progress bar
+    - typecheck: CURLOPT_CONNECT_TO takes an slist too
+    - typecheck: add 3 missing strings and a callback data pointer
+    - unit1654: cleanup on memory failure
+    - unpause: trigger a timeout for event-based transfers
+    - url: Fix CURLOPT_MAXAGE_CONN time comparison
+- Rebased patch curl-use_OPENSSL_config.patch
+- Disable new added failing test1165
+
+-------------------------------------------------------------------
curl.changes: same change

Old:
----
  curl-7.65.1.tar.xz
  curl-7.65.1.tar.xz.asc

New:
----
  curl-7.65.3.tar.xz
  curl-7.65.3.tar.xz.asc

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

Other differences:
------------------
++++++ curl-mini.spec ++++++
--- /var/tmp/diff_new_pack.3ueTej/_old  2019-07-26 12:34:27.034122705 +0200
+++ /var/tmp/diff_new_pack.3ueTej/_new  2019-07-26 12:34:27.038122703 +0200
@@ -29,7 +29,7 @@
 # need ssl always for python-pycurl
 %bcond_without openssl
 Name:           curl-mini
-Version:        7.65.1
+Version:        7.65.3
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        curl
@@ -130,6 +130,9 @@
 %patch4 -p1
 %patch5 -p1
 
+# disable new failing test 1165
+echo "1165" >> tests/data/DISABLED
+
 %build
 # curl complains if macro definition is contained in CFLAGS
 # see m4/xc-val-flgs.m4

++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.3ueTej/_old  2019-07-26 12:34:27.062122691 +0200
+++ /var/tmp/diff_new_pack.3ueTej/_new  2019-07-26 12:34:27.066122688 +0200
@@ -27,7 +27,7 @@
 # need ssl always for python-pycurl
 %bcond_without openssl
 Name:           curl
-Version:        7.65.1
+Version:        7.65.3
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        curl
@@ -128,6 +128,9 @@
 %patch4 -p1
 %patch5 -p1
 
+# disable new failing test 1165
+echo "1165" >> tests/data/DISABLED
+
 %build
 # curl complains if macro definition is contained in CFLAGS
 # see m4/xc-val-flgs.m4

++++++ curl-7.65.1.tar.xz -> curl-7.65.3.tar.xz ++++++
++++ 30107 lines of diff (skipped)

++++++ curl-use_OPENSSL_config.patch ++++++
--- /var/tmp/diff_new_pack.3ueTej/_old  2019-07-26 12:34:28.138122136 +0200
+++ /var/tmp/diff_new_pack.3ueTej/_new  2019-07-26 12:34:28.138122136 +0200
@@ -1,21 +1,15 @@
 This basically reverts  
https://github.com/curl/curl/commit/7d2f61f66ab4e047fc9aefc2effc1ac6d340a66a
 
-Index: curl-7.62.0/lib/vtls/openssl.c
+Index: curl-7.65.2/lib/vtls/openssl.c
 ===================================================================
---- curl-7.62.0.orig/lib/vtls/openssl.c
-+++ curl-7.62.0/lib/vtls/openssl.c
-@@ -982,28 +982,12 @@ static int Curl_ossl_init(void)
+--- curl-7.65.2.orig/lib/vtls/openssl.c
++++ curl-7.65.2/lib/vtls/openssl.c
+@@ -1026,22 +1026,12 @@ static int Curl_ossl_init(void)
    ENGINE_load_builtin_engines();
  #endif
  
--  /* OPENSSL_config(NULL); is "strongly recommended" to use but unfortunately
--     that function makes an exit() call on wrongly formatted config files
--     which makes it hard to use in some situations. OPENSSL_config() itself
--     calls CONF_modules_load_file() and we use that instead and we ignore
--     its return code! */
--
--  /* CONF_MFLAGS_DEFAULT_SECTION introduced some time between 0.9.8b and
--     0.9.8e */
+-/* CONF_MFLAGS_DEFAULT_SECTION was introduced some time between 0.9.8b and
+-   0.9.8e */
 -#ifndef CONF_MFLAGS_DEFAULT_SECTION
 -#define CONF_MFLAGS_DEFAULT_SECTION 0x0
 -#endif



Reply via email to