Commit Graph

248 Commits

Author SHA256 Message Date
Tomáš Chvátal
e8631bf9d1 Accepting request 489260 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
* bsc#1033413

OBS-URL: https://build.opensuse.org/request/show/489260
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=189
2017-04-19 09:22:55 +00:00
Ismail Dönmez
8163a4f5cc - Update to 7.54.0
Changes:
  * Add CURL_SSLVERSION_MAX_* constants to CURLOPT_SSLVERSION
  * Add --max-tls
  * Add CURLOPT_SUPPRESS_CONNECT_HEADERS
  * Add --suppress-connect-headers
  Bugfixes:
  * CVE-2017-7468: switch off SSL session id when client cert is used
  * tests: use consistent environment variables for setting charset
  * proxy: fixed a memory leak on OOM
  * ftp: removed an erroneous free in an OOM path
  * ftp: fixed a NULL pointer dereference on OOM
  * gopher: fixed detection of an error condition from Curl_urldecode
  * url: fix unix-socket support for proxy-disabled builds
  * fix potential use of uninitialized variables
  * ares: return error at once if timed out before name resolve starts
  * URL: return error on malformed URLs with junk after port number
  * http2: Fix assertion error on redirect with CL=0
  * --insecure: clarify that this option is for server connections
  * authneg: clear auth.multi flag at http_done
  * curl_easy_reset: Also reset the authentication state
  * proxy: skip SSL initialization for closed connections
  * http_proxy: ignore TE and CL in CONNECT 2xx responses
  * multi: fix streamclose() crash in debug mode
  * openssl: fall back on SSL_ERROR_* string when no error detail
  * asiohiper: make sure socket is open in event_cb
  * curl: check for end of input in writeout backslash handling
  * openssl: exclude DSA code when OPENSSL_NO_DSA is defined
  * http: Fix proxy connection reuse with basic-auth
  * pause: handle mixed types of data when paused

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=188
2017-04-19 08:28:13 +00:00
Ismail Dönmez
667e492a23 - Update to 7.53.1
Bugfixes:
  * url: Improve CURLOPT_PROXY_CAPATH error handling
  * urldata: include curl_sspi.h when Windows SSPI is enabled
  * formdata: check for EOF when reading from stdin
  * tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
  * url: Default the proxy CA bundle location to CURL_CA_BUNDLE
  * rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=186
2017-02-24 11:53:47 +00:00
Ismail Dönmez
1856c7c477 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=185
2017-02-22 13:27:23 +00:00
Ismail Dönmez
bf1e67fa8b - Update to 7.53.0
Changes:
  * unix_socket: added --abstract-unix-socket and
    CURLOPT_ABSTRACT_UNIX_SOCKET
  * CURLOPT_BUFFERSIZE: support enlarging receive buffer
  Bugfixes:
  * CVE-2017-2629: make SSL_VERIFYSTATUS work again
  * gnutls-random: check return code for failed random
  * openssl-random: check return code when asking for random
  * http: remove "Curl_http_done: called premature" message
  * cyassl: use time_t instead of long for timeout
  * build-wolfssl: Sync config with wolfSSL 3.10
  * ftp-gss: check for init before use
  * configure: accept --with-libidn2 instead
  * ftp: failure to resolve proxy should return that error code
  * curl.1: add three more exit codes
  * docs/ciphers: link to our own new page about ciphers
  * vtls: s/SSLEAY/OPENSSL - fixes multi_socket timeouts with openssl
  * darwinssl: fix iOS build
  * darwinssl: fix CFArrayRef leak
  * cmake: use crypt32.lib when building with OpenSSL on windows
  * curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked
  * digest_sspi: copy terminating NUL as well
  * curl: fix --remote-time incorrect times on Windows
  * curl.1: several updates and corrections
  * content_encoding: change return code on a failure
  * curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
  * docs: TCP_KEEPALIVE start and interval default to 60
  * darwinssl: --insecure overrides --cacert if both settings are in use
  * TheArtOfHttpScripting: grammar

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=184
2017-02-22 13:26:22 +00:00
Ismail Dönmez
1002a66bcb Accepting request 454837 from home:AndreasStieger:branches:devel:libraries:c_c++
- build with libidn2 for IDNA2008 support
  FATE#321897 CVE-2016-8625 bsc#1005649
  add curl-7.52.1-idn-fixes.patch to fix test, among other things
- re-enable tests that are no longer failing, 
  remove curl-disable_failing_tests.patch

OBS-URL: https://build.opensuse.org/request/show/454837
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=182
2017-02-06 09:07:18 +00:00
Ismail Dönmez
bd259165c7 - Update to 7.52.1
Bugfixes:
  * CVE-2016-9594: unititialized random bsc#1016738

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=179
2016-12-23 07:39:42 +00:00
Ismail Dönmez
509550b5a8 - Update to 7.52.0
Changes:
  * nss: map CURL_SSLVERSION_DEFAULT to NSS default
  * vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
  * curl: introduce the --tlsv1.3 option to force TLS 1.3
  * curl: Add --retry-connrefused
  * proxy: Support HTTPS proxy and SOCKS+HTTP(s)
  * add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}
  * curl: add --fail-early 
  Bugfixes:
  * CVE-2016-9586: printf floating point buffer overflow
  * curl -w: added more decimal digits to timing counters
  * easy: Initialize info variables on easy init and duphandle
  * http2: Don't send header fields prohibited by HTTP/2 spec
  * ssh: check md5 fingerprints case insensitively (regression)
  * openssl: initial TLS 1.3 adaptions
  * SPNEGO: Fix memory leak when authentication fails
  * realloc: use Curl_saferealloc to avoid common mistakes
  * openssl: make sure to fail in the unlikely event that PRNG
    seeding fails
  * URL-parser: for file://[host]/ URLs, the [host] must be localhost
  * timeval: prefer time_t to hold seconds instead of long
  * glob: fix [a-c] globbing regression
  * curl.1: Clarify --dump-header only writes received headers
  * http2: Fix address sanitizer memcpy warning
  * http2: Use huge HTTP/2 windows
  * connects: Don't mix unix domain sockets with regular ones
  * url: Fix conn reuse for local ports and interfaces
  * x509: Limit ASN.1 structure sizes to 256K
  * http2: check nghttp2_session_set_local_window_size exists

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=178
2016-12-21 07:25:57 +00:00
Ismail Dönmez
c7dbf5559a - Update to 7.51.0
Changes:
  * nss: additional cipher suites are now accepted by
    CURLOPT_SSL_CIPHER_LIST
  * New option: CURLOPT_KEEP_SENDING_ON_ERROR 
  Bugfixes:
  * CVE-2016-8615: cookie injection for other servers
  * CVE-2016-8616: case insensitive password comparison
  * CVE-2016-8617: OOB write via unchecked multiplication
  * CVE-2016-8618: double-free in curl_maprintf
  * CVE-2016-8619: double-free in krb5 code
  * CVE-2016-8620: glob parser write/read out of bounds
  * CVE-2016-8621: curl_getdate read out of bounds
  * CVE-2016-8622: URL unescape heap overflow via integer truncation
  * CVE-2016-8623: Use-after-free via shared cookies
  * CVE-2016-8624: invalid URL parsing with '#'
  * CVE-2016-8625: IDNA 2003 makes curl use wrong host
  * openssl: fix per-thread memory leak using 1.0.1 or 1.0.2
  * http: accept "Transfer-Encoding: chunked" for HTTP/2 as well
  * LICENSE-MIXING.md: update with mbedTLS dual licensing
  * examples/imap-append: Set size of data to be uploaded
  * test2048: fix url
  * darwinssl: disable RC4 cipher-suite support
  * CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting
  * openssl: don’t call CRYTPO_cleanup_all_ex_data
  * libressl: fix version output
  * easy: Reset all statistical session info in curl_easy_reset
  * curl_global_cleanup.3: don't unload the lib with sub threads running
  * dist: add CurlSymbolHiding.cmake to the tarball
  * docs: Remove that --proto is just used for initial retrieval

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=176
2016-11-02 08:22:48 +00:00
Ismail Dönmez
bde7f7c470 - update to 7.50.3
Bugfixes:
   * CVE-2016-7167: escape and unescape integer overflows
   * mk-ca-bundle.pl: use SHA256 instead of SHA1
   * checksrc: detect strtok() use
   * errors: new alias CURLE_WEIRD_SERVER_REPLY
   * http2: support > 64bit sized uploads
   * openssl: fix bad memory free (regression)
   * CMake: hide private library symbols
   * http: refuse to pass on response body when NO_NODY is set
   * cmake: fix curl-config --static-libs
   * mbedtls: switch off NTLM in build if md4 isn't available
   * curl: --create-dirs on windows groks both forward and
     backward slashes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=174
2016-09-14 07:41:51 +00:00
Ismail Dönmez
2204f88cb5 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=172
2016-09-08 08:56:16 +00:00
Ismail Dönmez
302b721dfa - update to 7.50.2
Bugfixes:
  * mbedtls: Added support for NTLM
  * SSH: fixed SFTP/SCP transfer problems
  * multi: make Curl_expire() work with 0 ms timeouts
  * mk-ca-bundle.pl: -m keeps ca cert meta data in output
  * TFTP: Fix upload problem with piped input
  * CURLOPT_TCP_NODELAY: now enabled by default
  * mbedtls: set verbose TLS debug when MBEDTLS_DEBUG is defined
  * http2: always wait for readable socket
  * cmake: Enable win32 large file support by default
  * cmake: Enable win32 threaded resolver by default
  * winbuild: Avoid setting redundant CFLAGS to compile commands
  * curl.h: make CURL_NO_OLDIES define CURL_STRICTER
  * docs: make more markdown files use .md extension
  * docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown
  * winbuild: Allow changing C compiler via environment variable CC
  * rtsp: accept any RTSP session id
  * HTTP: retry failed HEAD requests on reused connections too
  * configure: add zlib search with pkg-config
  * openssl: accept subjectAltName iPAddress if no dNSName match
  * MANUAL: Remove invalid link to LDAP documentation
  * socks: improved connection procedure
  * proxy: reject attempts to use unsupported proxy schemes
  * proxy: bring back use of "Proxy-Connection:"
  * curl: allow "pkcs11:" prefix for client certificates
  * spnego_sspi: fix memory leak in case *outlen is zero
  * SOCKS: improve verbose output of SOCKS5 connection sequence
  * SOCKS: display the hostname returned by the SOCKS5 proxy server
  * http/sasl: Query authentication mechanism supported by SSPI before using

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=171
2016-09-08 08:54:43 +00:00
P. Janouch
a8f615150b - update to 7.50.1
Bugfixes:
  * TLS: switch off SSL session id when client cert is used
  * TLS: only reuse connections with the same client cert
  * curl_multi_cleanup: clear connection pointer for easy handles
  * include the CURLINFO_HTTP_VERSION man page into the release tarball
  * include the http2-server.pl script in the release tarball
  * test558: fix test by stripping file paths from FD lines
  * spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
  * tests: Fix for http/2 feature
  * cmake: Fix for schannel support
  * curl.h: make public types void * again
  * win32: fix a potential memory leak in Curl_load_library
  * travis: fix OSX build by re-installing libtool
  * mbedtls: Fix debug function name 
- removed 0001-tests-distribute-the-http2-server.pl-script-too.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=169
2016-08-05 12:52:17 +00:00
e971992d56 Accepting request 412565 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.50.0
  Changes:
  * http: add CURLINFO_HTTP_VERSION and %{http_version}
  Bugfixes:
  * openssl: fix build with OPENSSL_NO_COMP
  * cmake: Added missing mbedTLS support
  * URL parser: allow URLs to use one, two or three slashes
  * curl: fix -q [regression]
  * openssl: Use correct buffer sizes for error messages
  * curl: fix SIGSEGV while parsing URL with too many globs
  * vtls: fix ssl session cache race condition
  * http: Fix HTTP/2 connection reuse [regression]
  * checksrc: Add LoadLibrary to the banned functions list
  * configure: occasional ignorance of --enable-symbol-hiding with GCC
  * http2: test17xx are the first real HTTP/2 tests
  * resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS
  * curl_multi_socket_action.3: rewording
  * CURLOPT_POSTFIELDS.3: Clarify what happens when set empty
  * cmake: Fix build with winldap
  * openssl: fix cert check with non-DNS name fields present
  * curl.1: mention the units for the progress meter
  * openssl: use more 'const' to fix build warnings with 1.1.0 branch
  * cmake: now using BUILD_TESTING=ON/OFF
  * vtls: Only call add/getsession if session id is enabled
  * headers: forward declare CURL, CURLM and CURLSH as structs
  * configure: improve detection of CA bundle path on FreeBSD
  * SFTP: set a generic error when no SFTP one exists
  * curl_global_init.3: expand on the SSL and WIN32 bits purpose
  * conn: don't free easy handle data in handler->disconnect
  * cookie.c: Fix misleading indentation

OBS-URL: https://build.opensuse.org/request/show/412565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=168
2016-07-21 18:40:30 +00:00
P. Janouch
f0b8ef2d59 Accepting request 402804 from home:AndreasStieger:branches:devel:libraries:c_c++
curl 7.49.1

OBS-URL: https://build.opensuse.org/request/show/402804
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=166
2016-06-17 13:15:20 +00:00
Ismail Dönmez
197fcdad71 - Depend on libssh2 >= 1.6.0 since curl depends on the
libssh2_scp_recv2 symbol now. Fixes boo#983170

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=164
2016-06-06 10:22:45 +00:00
P. Janouch
e5356c8cdc Accepting request 394233 from home:alarrosa:branches:devel:libraries:c_c++
- Add 0001-Fix-invalid-Network-is-unreachable-errors.patch.
  Fixes "Network is unreachable" errors in valid situations when ipv6
  is not available but ipv4 is working fine. This also fixes the same
  error from happening in applications using libcurl4 (like zypper).
  (bsc#915846)

OBS-URL: https://build.opensuse.org/request/show/394233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=162
2016-05-09 07:57:49 +00:00
Ismail Dönmez
15d9fc8ebf - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=160
2016-03-31 17:36:23 +00:00
Ismail Dönmez
4284e84a5d Accepting request 374160 from home:AndreasStieger:branches:devel:libraries:c_c++
curl 7.47.1

OBS-URL: https://build.opensuse.org/request/show/374160
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=158
2016-03-17 11:16:46 +00:00
Ismail Dönmez
b8c9e9fdbe Accepting request 356754 from home:pluskalm:branches:devel:libraries:c_c++
- Enable PSL (Publix Suffix List)
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/356754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=156
2016-02-01 08:31:24 +00:00
Ismail Dönmez
2e307bfe03 Accepting request 356290 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/356290
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=154
2016-01-27 14:02:04 +00:00
Ismail Dönmez
8b97e80fe9 - Fix path to curl in zsh.pl to unbreak _curl completion
* curl-fix-zsh-completion.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=152
2016-01-06 13:19:01 +00:00
Ismail Dönmez
6f4050fff1 - Update to 7.46.0
* Added CURLOPT_STREAM_DEPENDS
  * Added CURLOPT_STREAM_DEPENDS_E
  * Added CURLOPT_STREAM_WEIGHT
  * Added CURLFORM_CONTENTLEN
  * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
    POP3 and SNMP
* Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
  complete list.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=148
2015-12-02 12:46:01 +00:00
Ismail Dönmez
d36b376f47 Accepting request 339793 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- revert the curl-config change for bsc#900419 until we have a better
  fix, because it was breaking builds of other packages

OBS-URL: https://build.opensuse.org/request/show/339793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=146
2015-10-19 09:39:40 +00:00
f6ed93560a Accepting request 339741 from home:elvigia:branches:devel:libraries:c_c++
- Enable HTTP/2 support, buildrequires pkgconfig(libnghttp2)

OBS-URL: https://build.opensuse.org/request/show/339741
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=145
2015-10-19 07:55:37 +00:00
Ismail Dönmez
fc8a64ea5a Accepting request 337556 from home:pluskalm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/337556
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=144
2015-10-10 11:43:37 +00:00
Ismail Dönmez
9fc1eac3cb Accepting request 326699 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- drop a hack that made curl-config print only -lcurl (bsc#900419)
  * --as-needed is used by default now

OBS-URL: https://build.opensuse.org/request/show/326699
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=143
2015-08-26 08:19:18 +00:00
Ismail Dönmez
4746012054 Accepting request 323080 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.44.0
    http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA
    examples: added http2-serverpush.c
    http2: added curl_pushheader_byname() and curl_pushheader_bynum()
    docs: added CODE_OF_CONDUCT.md
    curl: Add --ssl-no-revoke to disable certificate revocation checks
    libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS
    makefile: Added support for VC14
- dropped unexpire-test46.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/323080
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=141
2015-08-14 11:26:36 +00:00
Vítězslav Čížek
7519697cc4 Accepting request 321822 from home:Andreas_Schwab:Factory
- unexpire-test46.patch: Unexpire test 46

OBS-URL: https://build.opensuse.org/request/show/321822
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=139
2015-08-11 11:41:56 +00:00
Ismail Dönmez
956ec4b502 Accepting request 319721 from home:michel_mno:branches:devel:libraries:c_c++
- do not run flaky tests for any architecture (bnc#940009)
  at least test 1510 do fail for i586 and ppc64le

OBS-URL: https://build.opensuse.org/request/show/319721
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=138
2015-08-01 08:40:59 +00:00
Ismail Dönmez
ff61679396 Accepting request 314959 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- fix a typo in curl-secure-getenv.patch (bsc#936676)

OBS-URL: https://build.opensuse.org/request/show/314959
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=136
2015-07-03 09:34:44 +00:00
Ismail Dönmez
2cd7cc2321 Accepting request 312733 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 7.43.0
  * Added CURLOPT_PROXY_SERVICE_NAME
  * Added CURLOPT_SERVICE_NAME
  * New curl option: --proxy-service-name
  * Mew curl option: --service-name
  * New curl option: --data-raw
  * Added CURLOPT_PIPEWAIT
  * Added support for multiplexing transfers using HTTP/2, enable 
    this with the new CURLPIPE_MULTIPLEX bit for 
    CURLMOPT_PIPELINING
  * HTTP/2: requires nghttp2 1.0.0 or later
  * scripts: add zsh.pl for generating zsh completion
  * curl.h: add CURL_HTTP_VERSION_2
  * CVE-2015-3236: lingering HTTP credentials in connection re-use
  * CVE-2015-3237: SMB send off unrelated memory contents 
- Disable HTTP/2 as it would create build cycle

OBS-URL: https://build.opensuse.org/request/show/312733
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=135
2015-06-19 13:41:49 +00:00
Ismail Dönmez
0cff5e983c Accepting request 308148 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- enable HTTP/2 support
- make the testsuite failure fatal
  * added curl-disable_failing_tests.patch
  * added groff to BuildRequires to enable builtin manual (test 1026)

OBS-URL: https://build.opensuse.org/request/show/308148
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=134
2015-05-21 14:02:13 +00:00
Ismail Dönmez
753a9895de Accepting request 304521 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.42.1
  * fixes CVE-2015-3153 (bnc#928533)
    - sensitive HTTP server headers also sent to proxies
- rename curl-devel to libcurl-devel in baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/304521
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=132
2015-04-29 10:20:53 +00:00
Ismail Dönmez
b9b9e80a90 Accepting request 298500 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.42.0
  * refresh libcurl-ocloexec.patch
- fixes security vulnerabilities:
  * CVE-2015-3143 (bnc#927556)
    - Re-using authenticated connection when unauthenticated
  * CVE-2015-3144 (bnc#927608)
    - host name out of boundary memory access
  * CVE-2015-3145 (bnc#927607)
    - cookie parser out of boundary memory access
  * CVE-2015-3148 (bnc#927746)
    - Negotiate not treated as connection-oriented

OBS-URL: https://build.opensuse.org/request/show/298500
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=130
2015-04-22 08:44:51 +00:00
Ismail Dönmez
9a52965fbb Accepting request 293669 from home:lnussel:branches:devel:libraries:c_c++
mention patch in changes file

OBS-URL: https://build.opensuse.org/request/show/293669
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=128
2015-03-30 12:45:25 +00:00
Michal Vyskocil
b8410e85e6 Accepting request 292668 from home:lnussel:branches:devel:libraries:c_c++
- don't hardcode /etc/ssl/certs. Use openssl's default instead

OBS-URL: https://build.opensuse.org/request/show/292668
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=127
2015-03-24 20:46:39 +00:00
Ismail Dönmez
e93a5e2db2 Accepting request 287859 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/287859
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=125
2015-02-26 10:52:00 +00:00
Cristian Rodríguez
d124d7009f Accepting request 286144 from home:pluskalm:branches:devel:libraries:c_c++
- Re-enable metalink supoort
- Use pkgconfig() style dependencies

OBS-URL: https://build.opensuse.org/request/show/286144
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=123
2015-02-15 17:07:47 +00:00
Michal Vyskocil
1ba1e0ce69 Accepting request 280328 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.40.0:
  * fixes CVE-2014-8150 (bnc#911363)
  * Changes:
    http_digest: Added support for Windows SSPI based authentication
    version info: Added Kerberos V5 to the supported features
    Makefile: Added VC targets for WinIDN
    config-win32: Introduce build targets for VS2012+
    SSL: Add PEM format support for public key pinning
    smtp: Added support for the conversion of Unix newlines during mail send
    smb: Added initial support for the SMB/CIFS protocol
    Added support for HTTP over unix domain sockets,
    via CURLOPT_UNIX_SOCKET_PATH and --unix-socket
    sasl: Added support for GSS-API based Kerberos V5 authentication

OBS-URL: https://build.opensuse.org/request/show/280328
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=121
2015-01-08 14:54:57 +00:00
Ismail Dönmez
ee641773aa Accepting request 267007 from home:msmeissn:branches:devel:libraries:c_c++
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/267007
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=119
2015-01-02 15:18:12 +00:00
Cristian Rodríguez
641b55193f Accepting request 261640 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.39.0:
- changes:
    SSLv3 is disabled by default
    CURLOPT_COOKIELIST: Added "RELOAD" command
    build: Added WinIDN build configuration options to Visual Studio projects
    ssh: improve key file search
    SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey
    vtls: remove QsoSSL support, use gskit!
    mk-ca-bundle: added SHA-384 signature algorithm
    docs: added many examples for libcurl opts and other doc improvements
    build: Added VC ssh2 target to main Makefile
    MinGW: Added support to build with nghttp2
    NetWare: Added support to build with nghttp2
    build: added Watcom support to build with WinSSL
    build: Added optional specific version generation of VC project files
    ... and a bunch of bugfixes
- refreshed libcurl-ocloexec.patch
- removed gpg-offline verification
- spec-cleaned curl.spec

OBS-URL: https://build.opensuse.org/request/show/261640
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=117
2014-11-15 16:38:21 +00:00
Vítězslav Čížek
5771489512 Accepting request 258127 from home:elvigia:branches:devel:libraries:c_c++
- Ensure the curl command line tool always require 
  the same libcurl it was used for build, even expert users
  got confused.

OBS-URL: https://build.opensuse.org/request/show/258127
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=115
2014-10-23 15:45:35 +00:00
Stephan Kulow
1d9cf0e872 Accepting request 248327 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.38.0
  * fixes CVE-2014-3613 (bnc#894575) and CVE-2014-3620 (bnc#895991)
  * cookie leaks with IP address as domain and TLDs respectively
  Changes:
    supports HTTP/2 draft-14
    CURLE_HTTP2 is a new error code
    CURLAUTH_NEGOTIATE is a new auth define
    CURL_VERSION_GSSAPI is a new capability bit
    no longer use fbopenssl for anything
    schannel: use CryptGenRandom for random numbers
    axtls: define curlssl_random using axTLS's PRNG
    cyassl: use RNG_GenerateBlock to generate a good random number
    findprotocol: show unsupported protocol within quotes
    version: detect and show LibreSSL
    version: detect and show BoringSSL
    imap/pop3/smtp: Kerberos (SASL GSSAPI) authentication via Windows SSPI
    http2: requires nghttp2 0.6.0 or later
  Bugfixes:
    SECURITY ADVISORY: cookie leak with IP address as domain
    SECURITY ADVISORY: cookie leak for TLDs
    And many other fixes

OBS-URL: https://build.opensuse.org/request/show/248327
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=113
2014-09-10 11:58:09 +00:00
Ismail Dönmez
4ceb9bf8b1 Accepting request 246963 from home:AndreasStieger:branches:devel:libraries:c_c++
curl 7.37.1

OBS-URL: https://build.opensuse.org/request/show/246963
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=111
2014-08-31 07:47:25 +00:00
Cristian Rodríguez
6850329ab5 Accepting request 236974 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.37.0
  This release includes many bugfixes and the following changes:
  * URL parser: IPv6 zone identifiers are now supported
  * CURLOPT_PROXYHEADER: set headers for proxy-only
  * CURLOPT_HEADEROPT: added
  * curl: add --proxy-header
  * sasl: Added support for DIGEST-MD5 via Windows SSPI
  * sasl: Added DIGEST-MD5 qop-option validation in native challange handling
  * imap: Expanded mailbox SEARCH support to use URL query strings [7]
  * imap: Extended FETCH support to include PARTIAL URL specifier [7]
  * nss: implement non-blocking SSL handshake
  * build: Reworked Visual Studio project files
  * poll: enable poll on darwin13
  * mk-ca-bundle: added -p
  * libtests: add a wait_ms() function
  - dropped patches:
    * curl-mkhelp.patch (upstream)
    * curl-test815.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/236974
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=109
2014-06-13 18:45:54 +00:00
Stefan Seyfried
72b5dc06cb Accepting request 229687 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- remove the useless BuildRequires that were meant for debugging only

OBS-URL: https://build.opensuse.org/request/show/229687
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=107
2014-04-12 21:38:35 +00:00
Ismail Dönmez
f76bbcb532 Accepting request 229525 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.36
  * fixes CVE-2014-0138 (bnc#868627) and CVE-2014-0139 (bnc#868629)
  * NEW FEATURES:
    ntlm: Added support for NTLMv2
    tool: Added support for URL specific options
    openssl: add ALPN support
    gtls: add ALPN support
    nss: add ALPN and NPN support
    added CURLOPT_EXPECT_100_TIMEOUT_MS
    tool: add --no-alpn and --no-npn
    added CURLOPT_SSL_ENABLE_NPN and CURLOPT_SSL_ENABLE_ALPN
    http2: build with current nghttp2 version
    openssl: info message with SSL version used 
  * dropped curl-test172_cookie_expiration.patch (upstream)
  * added patches to make it build:
    - curl-mkhelp.patch
    - curl-test815.patch

OBS-URL: https://build.opensuse.org/request/show/229525
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=106
2014-04-10 09:06:38 +00:00
Vítězslav Čížek
da40926598 Accepting request 225808 from home:kukuk:branches:devel:libraries:c_c++
- Disable BuildRequires for openssh, only needed for test suite,
  but the test suite isn't able to start sshd anyways.
  Solves the problem that openssh checkins triggers a nearly full
  rebuild, too.
[Discussed with Marcus Meissner]

OBS-URL: https://build.opensuse.org/request/show/225808
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=104
2014-03-13 13:18:58 +00:00
Sascha Peilicke
0ed9a14f11 Accepting request 220853 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.35.0
  * security fix:
    CVE-2014-0015: re-use of wrong HTTP NTLM connection (bnc#858673)
  * changes:
    imap/pop3/smtp: Added support for SASL authentication downgrades
    imap/pop3/smtp: Extended the login options to support multiple auth mechanisms
    TheArtOfHttpScripting: major update, converted layout and more
    mprintf: Added support for I, I32 and I64 size specifiers
    makefile: Added support for VC7, VC11 and VC12
    SSL: protocol version can be specified more precisely
    imap/pop3/smtp: Added graceful cancellation of SASL authentication
    Add "Happy Eyeballs" for IPv4/IPv6 dual connect attempts
    base64: Added validation of base64 input strings when decoding
    curl_easy_setopt: Added the ability to set the login options separately
    smtp: Added support for additional SMTP commands
    curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
    nss: allow to use TLS > 1.0 if built against recent NSS
    SECURITY: added this document to describe our security processes
    parseconfig: warn if unquoted white spaces are detected
 * and many bugfixes
- fix test failure because of an expired cookie (bnc#862144)
  * added curl-test172_cookie_expiration.patch
- refresh libcurl-ocloexec.patch

OBS-URL: https://build.opensuse.org/request/show/220853
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=102
2014-02-05 08:50:22 +00:00
Ismail Dönmez
6a97eb12f1 Accepting request 208925 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.33.0
  * fixes CVE-2013-4545 (bnc#849596)
    = curl: ssl cert checks unclear behaviour
  o test code for testing the event based API
  o CURLM_ADDED_ALREADY: new error code
  o test TFTP server: support "writedelay" within <servercmd>
  o krb4 support has been removed
  o imap/pop3/smtp: added basic SASL XOAUTH2 support
  o Pass password to OpenSSL engine by user interface
  o c-ares: Add support for various DNS binding options
  o cookies: add expiration
  o curl: added --oauth2-bearer option

OBS-URL: https://build.opensuse.org/request/show/208925
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=100
2013-11-29 19:43:58 +00:00
Ismail Dönmez
5c5124b33b Accepting request 186690 from home:elvigia:branches:devel:libraries:c_c++
- curl 7.32.0 
* curl: allow timeouts to accept decimal values 
* CURLOPT_XFERINFOFUNCTION: introducing a new progress callback 
* SIGPIPE: ignored while inside the library
* OpenSSL: check for read errors
* configure: automake 1.14 compatibility tweak 
* curl_multi_wait: set revents for extra fds 
* global dns cache: didn't work (regression) 
* mk-ca-bundle.1: don't install on make install

OBS-URL: https://build.opensuse.org/request/show/186690
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=98
2013-08-12 05:49:49 +00:00
Ismail Dönmez
93d6e81249 Accepting request 181705 from openSUSE:Factory:Core
- avoid cycle between curl and krb5 by using krb5-mini-devel

OBS-URL: https://build.opensuse.org/request/show/181705
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=96
2013-07-01 19:17:47 +00:00
Michal Vyskocil
1044f4219a Accepting request 180754 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.31.0
  * includes fix for CVE-2013-2174 (bnc#824517)
  * SECURITY VULNERABILITY: curl_easy_unescape() may parse data
    beyond the end of the input buffer [26]
  * Changes:
    darwinssl: add TLS session resumption
    darwinssl: add TLS crypto authentication
    imap/pop3/smtp: Added support for ;auth= in the URL
    imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD
    usercertinmem.c: add example showing user cert in memory
    url: Added smtp and pop3 hostnames to the protocol detection list
    imap/pop3/smtp: Added support for enabling the SASL initial response
    curl -E: allow to use ':' in certificate nicknames

OBS-URL: https://build.opensuse.org/request/show/180754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=94
2013-06-25 05:51:44 +00:00
Ismail Dönmez
56d1c05470 Accepting request 163742 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 7.30.0
  includes security fixes for CVE-2013-0249 and CVE-2013-1944
  (bugs bnc#814655 and bnc#802411 respectively)
  (dropped curl-CVE-2013-0249.patch)
- Changes:
  imap: Changed response tag generation to be completely unique
  imap: Added support for SASL-IR extension
  imap: Added support for the list command
  imap: Added support for the append command
  imap: Added custom request parsing
  imap: Added support to the fetch command for UID and SECTION properties
  imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
  imap/pop3/smtp: Added support for the STARTTLS capability
  checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets
  curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag
  Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS
    for new multi interface connection handling
  Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE,
    CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL
    and CURLMOPT_PIPELI NING_SERVER_BL for new pipelining control
  test: offer "automake" output and check for perl better
  always-multi: always use non-blocking internals
  imap: Added support for sasl digest-md5 authentication
  imap: Added support for sasl cram-md5 authentication
  imap: Added support for sasl ntlm authentication
  imap: Added support for sasl login authentication
  imap: Added support for sasl plain text authentication
  imap: Added support for login disabled server capability
  mk-ca-bundle: add -f, support passing to stdout and more
  writeout: -w now supports remote_ip/port and local_ip/port

OBS-URL: https://build.opensuse.org/request/show/163742
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=92
2013-04-13 15:46:54 +00:00
8581e3aee5 Accepting request 155702 from home:dimstar:branches:devel:libraries:c_c++
Fixup .changes entry - Require patch name in .changes

OBS-URL: https://build.opensuse.org/request/show/155702
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=90
2013-02-18 10:27:01 +00:00
3703610817 Accepting request 155666 from home:elvigia:branches:devel:libraries:c_c++
- Use secure_getenv if available. libcurl might be linked
 to a program where "secure execution" is required.

OBS-URL: https://build.opensuse.org/request/show/155666
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=89
2013-02-18 09:00:56 +00:00
Vítězslav Čížek
3163e51bea Accepting request 151574 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- fixed CVE-2013-0249 (bnc#802411)
- refreshed patches

OBS-URL: https://build.opensuse.org/request/show/151574
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=87
2013-02-07 12:27:21 +00:00
515a79e0c1 Accepting request 148130 from home:sbrabec:branches:devel:libraries:c_c++
- Break build loop and make GPG signature verification optional.

OBS-URL: https://build.opensuse.org/request/show/148130
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=85
2013-01-11 21:01:33 +00:00
Michal Vyskocil
cb83f5749c Accepting request 143883 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143883
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=83
2012-12-18 10:09:31 +00:00
Ismail Dönmez
9ef148d620 Accepting request 142224 from home:elvigia:branches:devel:libraries:c_c++
- Curl 7.28.1
* FTP: prevent the multi interface from blocking Obsoletes
  curl-ftp-prevent-the-multi-interface-from-blocking.patch
* don't send '#' fragments when using proxy
* OpenSSL: Disable SSL/TLS compression - avoid the "CRIME" attack
* TFTP: handle resend
* memory leak: CURLOPT_RESOLVE with multi interface
* SSL: Several SSL-backend related fixes

OBS-URL: https://build.opensuse.org/request/show/142224
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=81
2012-11-21 13:55:02 +00:00
Ismail Dönmez
1edb8f7e94 Accepting request 140140 from home:gberh:branches:devel:libraries:c_c++
- added curl-ftp-prevent-the-multi-interface-from-blocking.patch in
  order to prevent the multi interface from blocking when using ftp
  and the remote end responds very slowly (sf#3579064)

OBS-URL: https://build.opensuse.org/request/show/140140
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=79
2012-11-06 08:40:05 +00:00
Sascha Peilicke
864962b335 Accepting request 129235 from home:elvigia:branches:devel:libraries:c_c++
- Curl 7.27.0
* support metalinks
* Add sasl authentication support
* various bugfixes
- Fix previous change, _GNU_SOURCE --> AC_USE_SYSTEM_EXTENSIONS

OBS-URL: https://build.opensuse.org/request/show/129235
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=77
2012-07-30 07:42:51 +00:00
4588af0b80 Accepting request 127418 from home:dnh:branches:devel:libraries:c_c++
define _GNU_SOURCE for oS/SLES <= 11.4, as O_CLOEXEC is
defined inside a ifdef __USE_GNU

OBS-URL: https://build.opensuse.org/request/show/127418
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=75
2012-07-09 15:14:59 +00:00
Michal Vyskocil
aa7a41bd85 Accepting request 120863 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 7.25.0
* Added CURLOPT_TCP_KEEPALIVE, CURLOPT_TCP_KEEPIDLE,
  CURLOPT_TCP_KEEPINTVL
* use new library-side TCP_KEEPALIVE options
* Added a new CURLOPT_MAIL_AUTH option
* Added support for --mail-auth
* (for more see the shipped CHANGES file)

OBS-URL: https://build.opensuse.org/request/show/120863
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=73
2012-05-14 08:01:48 +00:00
Cristian Rodríguez
80b30ca0e4 Accepting request 103144 from home:elvigia:branches:devel:libraries:c_c++
- Problem with the c-ares backend, workaround for [bnc#745534]

OBS-URL: https://build.opensuse.org/request/show/103144
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=71
2012-02-08 00:47:02 +00:00
Cristian Rodríguez
c6966aed7d Accepting request 102532 from home:elvigia:branches:devel:libraries:c_c++
- Update to version curl 7.24.0
- refresh patches to fix broken build

OBS-URL: https://build.opensuse.org/request/show/102532
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=69
2012-02-02 18:50:23 +00:00
a712d04fa2 - use the rpmoptflags unconditionally, don't do own compiler flag
magic. Fixes debuginfo package built

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=67
2012-01-18 12:50:45 +00:00
Ismail Dönmez
ffe78d65d1 Accepting request 98350 from home:michal-m:branches:devel:libraries:c_c++
- Package /usr/share/aclocal to avoid build dependency on automake.

OBS-URL: https://build.opensuse.org/request/show/98350
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=65
2011-12-28 11:33:17 +00:00
Cristian Rodríguez
ef33e4f697 Accepting request 94633 from home:elvigia:branches:devel:libraries:c_c++
- Use O_CLOEXEC in library code.

OBS-URL: https://build.opensuse.org/request/show/94633
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=63
2011-11-30 22:43:55 +00:00
a197500b88 Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=62
2011-11-29 12:39:52 +00:00
Ismail Dönmez
c81b8a7590 - Use original source tarball
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=61
2011-11-29 08:41:20 +00:00
Ismail Dönmez
cc0620d61f Accepting request 94200 from games
Updated according to your wishes.

OBS-URL: https://build.opensuse.org/request/show/94200
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=60
2011-11-29 08:10:06 +00:00
Ismail Dönmez
ba9bec586e Accepting request 86267 from home:dimstar:branches:devel:libraries:c_c++
Update to 7.22.0

OBS-URL: https://build.opensuse.org/request/show/86267
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=58
2011-10-03 17:46:54 +00:00
Ismail Dönmez
9cad9a3042 Accepting request 83159 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83159
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=56
2011-09-18 18:45:34 +00:00
Ismail Dönmez
7b671dfcc3 Accepting request 82516 from home:jengelh:bl
- Add curl-devel to baselibs

OBS-URL: https://build.opensuse.org/request/show/82516
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=55
2011-09-16 18:30:01 +00:00
Ismail Dönmez
4db92a5989 Accepting request 78841 from home:elvigia:branches:devel:libraries:c_c++
- Use SSL_MODE_RELEASE_BUFFERS if available, accepted 
  in upstream as commit 3d919440c80333c496fb

OBS-URL: https://build.opensuse.org/request/show/78841
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=53
2011-08-15 07:26:53 +00:00
Stephan Kulow
5cc5b4cf76 - bnc#598574 has been fixed in upstream commit 8ab137b2bc9630ce20f4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=51
2011-08-03 09:41:39 +00:00
Stephan Kulow
fc4516d97c - remove support for old suse_versions
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=50
2011-07-12 06:46:16 +00:00
Philipp Thomas
b1c16ce5cd - Update to 7.21.7:
- Fix libcurl inappropriate GSSAPI delegation. Full details at
    http://curl.haxx.se/docs/adv_20110623.html
  - Some other minor fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=49
2011-07-11 11:20:30 +00:00
Philipp Thomas
0fd32f71d0 - Fix libcurl inappropriate GSSAPI delegation. Full details at
http://curl.haxx.se/docs/adv_20110623.html
- Use the lzma compressed tarball provided upstreams.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=48
2011-07-11 11:18:11 +00:00
Cristian Rodríguez
fd7ee2a250 Accepting request 70846 from home:elvigia:branches:devel:libraries:c_c++
- remove unintented LDFLAGS from the spec file

OBS-URL: https://build.opensuse.org/request/show/70846
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=47
2011-05-20 16:27:14 +00:00
Cristian Rodríguez
c2cfddf9bf Accepting request 70837 from home:elvigia:branches:devel:libraries:c_c++
- Update to 7.21.6
* curl-config: fix --version 
* use HTTPS properly after CONNECT
* SFTP: close file before post quote operations

OBS-URL: https://build.opensuse.org/request/show/70837
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=46
2011-05-20 15:40:30 +00:00
Cristian Rodríguez
260af4b004 Accepting request 67319 from home:elvigia:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/67319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=45
2011-04-14 17:23:57 +00:00
Cristian Rodríguez
d36d6addd8 Accepting request 66602 from home:elvigia:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/66602
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=44
2011-04-09 21:16:06 +00:00
Cristian Rodríguez
1c1dbecbb5 Accepting request 51270 from home:elvigia:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/51270
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=40
2010-10-22 17:36:46 +00:00
OBS User autobuild
dcc865d447 Accepting request 41607 from devel:libraries:c_c++
checked in (request 41607)

OBS-URL: https://build.opensuse.org/request/show/41607
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=39
2010-06-18 03:58:32 +00:00
Cristian Rodríguez
d915a84230 Accepting request 41589 from home:lnussel:nss
Copy from home:lnussel:nss/curl via accept of submit request 41589 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/41589
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=38
2010-06-16 14:02:02 +00:00
OBS User buildservice-autocommit
110cb150fa Updating link to change in openSUSE:Factory/curl revision 48.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=1f28b94aca0c6765c6f92183265285a8
2010-06-02 16:11:04 +00:00
OBS User autobuild
0026f2eeb9 Accepting request 40967 from devel:libraries:c_c++
checked in (request 40967)

OBS-URL: https://build.opensuse.org/request/show/40967
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=37
2010-06-02 16:11:03 +00:00
Cristian Rodríguez
8bdc3fe8be Accepting request 39704 from home:elvigia:branches:devel:libraries:c_c++
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 39704 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/39704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=36
2010-05-10 01:13:19 +00:00
OBS User buildservice-autocommit
5c2b3aa680 Updating link to change in openSUSE:Factory/curl revision 47.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=bfb9aa25e40d9dba75f927bb98d16cb2
2010-04-24 15:07:17 +00:00
OBS User autobuild
6c78ed8ae2 Accepting request 38688 from devel:libraries:c_c++
checked in (request 38688)

OBS-URL: https://build.opensuse.org/request/show/38688
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=35
2010-04-24 15:07:16 +00:00
Stephan Kulow
329b922786 Accepting request 38686 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/curl via accept of submit request 38686 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38686
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=34
2010-04-24 10:59:56 +00:00
Cristian Rodríguez
da72893741 Accepting request 38551 from home:elvigia:branches:devel:libraries:c_c++
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 38551 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/38551
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=33
2010-04-23 00:56:44 +00:00
OBS User buildservice-autocommit
9c89df5839 Updating link to change in openSUSE:Factory/curl revision 46.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=747c2ef4a391e068519aa38c62e69837
2010-03-26 15:17:01 +00:00
OBS User autobuild
43b4becf7b Accepting request 35801 from devel:libraries:c_c++
checked in (request 35801)

OBS-URL: https://build.opensuse.org/request/show/35801
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=32
2010-03-26 15:16:59 +00:00
Cristian Rodríguez
0d5d0c8c50 Accepting request 35703 from home:elvigia:branches:devel:libraries:c_c++
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 35703 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35703
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=31
2010-03-24 18:41:13 +00:00
OBS User buildservice-autocommit
eff96be558 Updating link to change in openSUSE:Factory/curl revision 45.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=640d57fadae1b91f10b2ab33dfd6f7e8
2010-03-18 22:29:56 +00:00
OBS User autobuild
99f30a6978 Accepting request 35079 from devel:libraries:c_c++
checked in (request 35079)

OBS-URL: https://build.opensuse.org/request/show/35079
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=30
2010-03-18 22:29:55 +00:00
Cristian Rodríguez
38908b7ee8 Accepting request 34498 from home:elvigia:branches:devel:libraries:c_c++
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 34498 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/34498
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=29
2010-03-10 13:47:59 +00:00
Michal Marek
a53804f793 Accepting request 32494 from home:dimstar:branches:devel:libraries:c_c++
Copy from home:dimstar:branches:devel:libraries:c_c++/curl via accept of submit request 32494 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/32494
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=26
2010-02-15 12:36:20 +00:00
OBS User buildservice-autocommit
181250f269 Updating link to change in openSUSE:Factory/curl revision 42.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=54f1d15a5b62e89c45c58aa9024ccde3
2010-01-29 14:56:03 +00:00
OBS User autobuild
558adcc2e6 checked in (request 30494)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=25
2010-01-29 14:56:02 +00:00
Michal Marek
423e2bcd18 Accepting request 30486 from home:michal-m:branches:devel:libraries:c_c++
Copy from home:michal-m:branches:devel:libraries:c_c++/curl via accept of submit request 30486 revision 4.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/30486
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=24
2010-01-26 11:17:04 +00:00
OBS User autobuild
c1075ddc91 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=23
2010-01-14 15:26:54 +00:00
d8ab9145a3 - add baselibs.conf as source
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=22
2010-01-11 10:38:40 +00:00
Philipp Thomas
92dd043cb4 Accepting request 26707 from home:jengelh:branches:devel:libraries:c_c++
Copy from home:jengelh:branches:devel:libraries:c_c++/curl via accept of submit request 26707 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/26707
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=21
2009-12-16 12:22:12 +00:00
OBS User autobuild
ea1eed3751 Accepting request 29104 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/curl based on submit request 29104 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=41
2010-01-14 15:26:56 +00:00
OBS User autobuild
1896f393c4 Accepting request 17741 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/curl based on submit request 17741 from user michal-m

OBS-URL: https://build.opensuse.org/request/show/17741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=39
2009-08-13 21:28:29 +00:00
OBS User unknown
76685f1246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=38 2009-05-19 21:14:51 +00:00
OBS User unknown
663ea95b39 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=37 2009-03-08 23:18:22 +00:00
OBS User unknown
edc3e5c2c5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=36 2009-03-03 21:12:52 +00:00
OBS User unknown
7902172af9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=35 2008-12-15 11:24:11 +00:00
OBS User unknown
aeb6d43cdb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=34 2008-11-02 14:37:35 +00:00
OBS User unknown
26f7b3dc47 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=33 2008-09-15 10:13:37 +00:00
OBS User unknown
511306178a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=32 2008-09-12 21:53:11 +00:00
OBS User unknown
321358ed1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=31 2008-09-05 20:26:25 +00:00
OBS User unknown
94a690fc4d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=30 2008-07-05 00:22:42 +00:00
OBS User unknown
d1fd67a0ca OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=29 2008-05-17 18:55:42 +00:00
OBS User unknown
9a13a43d94 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=28 2008-04-28 13:53:59 +00:00
OBS User unknown
eda66992f3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=27 2008-04-12 18:31:48 +00:00
OBS User unknown
14937d68f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=26 2008-04-10 11:11:39 +00:00
OBS User unknown
bfda71097a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=25 2008-04-02 20:39:36 +00:00
OBS User unknown
5dad05be99 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=24 2008-03-10 16:43:54 +00:00
OBS User unknown
05d3dd90dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=23 2008-03-07 19:54:59 +00:00
OBS User unknown
d1bc50c169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=22 2008-02-25 16:03:38 +00:00
OBS User unknown
2e09c28e68 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=21 2008-02-08 16:54:10 +00:00
OBS User unknown
a2036ab67a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=20 2008-01-30 17:04:20 +00:00
OBS User unknown
010a6acc4e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=19 2007-12-12 17:05:45 +00:00
OBS User unknown
6800f43d09 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=18 2007-11-19 09:19:29 +00:00
OBS User unknown
b33e2e9f57 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=17 2007-10-31 15:51:43 +00:00
OBS User unknown
faa86beb30 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=16 2007-10-11 18:10:00 +00:00
OBS User unknown
2a68970f04 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=15 2007-10-09 14:57:38 +00:00
OBS User unknown
16a56af88e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=14 2007-09-14 14:04:31 +00:00
OBS User unknown
a322e66d7c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=13 2007-08-31 13:37:34 +00:00
OBS User unknown
2d653f1ee8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=12 2007-08-03 13:41:16 +00:00
OBS User unknown
82e276bd8c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=11 2007-07-10 15:25:05 +00:00
OBS User unknown
28a25cd7b3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=10 2007-06-04 22:46:50 +00:00
OBS User unknown
bc9ac9c258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=9 2007-06-03 19:11:39 +00:00
OBS User unknown
35eb58db12 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=8 2007-05-23 15:37:15 +00:00
OBS User unknown
a21a5248a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=7 2007-05-06 15:12:17 +00:00
OBS User unknown
221d9d1d65 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=6 2007-04-16 09:41:27 +00:00
OBS User unknown
bb1bb9a480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=5 2007-04-12 15:12:15 +00:00
OBS User unknown
61a9af2d24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=4 2007-04-01 10:06:16 +00:00
OBS User unknown
2e4ba7a505 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=3 2007-02-16 17:20:49 +00:00
OBS User unknown
9eed96053c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=2 2007-02-02 15:10:02 +00:00
OBS User unknown
aa3f125bbb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=1 2007-01-15 23:08:21 +00:00