diff --git a/curl-7.62.0.tar.gz b/curl-7.62.0.tar.gz deleted file mode 100644 index 30ea571..0000000 --- a/curl-7.62.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55ccd5b5209f8cc53d4250e2a9fd87e6f67dd323ae8bd7d06b072cfcbb7836cb -size 4045208 diff --git a/curl-7.62.0.tar.gz.asc b/curl-7.62.0.tar.gz.asc deleted file mode 100644 index a336e76..0000000 --- a/curl-7.62.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAlvZT5sACgkQXMkI/bce -EsKCDQf/R6zItdEu4ZcmrfsQQcMBpwfHJgqJa2G5ozy3ztNSbENHpuvNU+YYGGdv -G+YdTWhY9WFnYUkU02U/hT5AmwXqK7u/X65cJIEkAJddIimNjHwhmfhdsxalNAfo -brdRicnj2J0cEcbCCnNKHnqxigQXshn68s1O1IRDrsUU2YtkLvp/jzbbU6K5vDUI -93sOjVkb/sLb2/slgIQaAL/NzxSFPCP0Oo1PzVA1Nbaogd9yiHQPmLt8k9DnzduX -bChxjufO0vGSeCjHCTPepHMQ/7Q+ZyKiW/+VjbsMTyswkbQoGFNiCj+UFa25bmlH -iJl0KCaGIWOVhGoQ/ln8fONNgcXvZA== -=ATDv ------END PGP SIGNATURE----- diff --git a/curl-7.63.0.tar.gz b/curl-7.63.0.tar.gz new file mode 100644 index 0000000..e799d15 --- /dev/null +++ b/curl-7.63.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d483b89062832e211c887d7cf1b65c902d591b48c11fe7d174af781681580b41 +size 4024015 diff --git a/curl-7.63.0.tar.gz.asc b/curl-7.63.0.tar.gz.asc new file mode 100644 index 0000000..38e3fb1 --- /dev/null +++ b/curl-7.63.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAlwQtYEACgkQXMkI/bce +EsJ4wgf/b5RDCOKc1yMOF3CRcbY1kh9odMEbORsOYh3QPgVsPEggakaOtifyJPGC +PtxqvWuj34aQHnDglYQnH0gi5Vjc76kdbC2JzskOD5NO1KnlpIDbhq+YL3umPq0/ +pO6uT8nk8+qhv28MNrAa4mscBJFPH6Y5vMQc7y+ri6DXJHtH+i9v9CjUUVyy3Ap3 +LuSKfToHLYS+zYeQHeAJIgK3q1FAayKyNYm6sGFF9fo2XnzWKV8/E2mhjwwq2mhO +/Z4uKdcIf9ITzD+d8Hsge3k6A9pWSJ1gyRsueicrhi9a+ZHmZZ9u/D3q03LJ+did +RvJhrQHTAqI95WfYM8+LwnoLJ8QisQ== +=iIBA +-----END PGP SIGNATURE----- diff --git a/curl-disabled-redirect-protocol-message.patch b/curl-disabled-redirect-protocol-message.patch index 0653c98..7813090 100644 --- a/curl-disabled-redirect-protocol-message.patch +++ b/curl-disabled-redirect-protocol-message.patch @@ -1,7 +1,7 @@ -Index: curl-7.62.0/lib/url.c +Index: curl-7.63.0/lib/url.c =================================================================== ---- curl-7.62.0.orig/lib/url.c -+++ curl-7.62.0/lib/url.c +--- curl-7.63.0.orig/lib/url.c ++++ curl-7.63.0/lib/url.c @@ -1976,9 +1976,13 @@ static CURLcode findprotocol(struct Curl /* it is allowed for "normal" request, now do an extra check if this is the result of a redirect */ diff --git a/curl-mini.spec b/curl-mini.spec index 7de41c1..444b89a 100644 --- a/curl-mini.spec +++ b/curl-mini.spec @@ -29,7 +29,7 @@ # need ssl always for python-pycurl %bcond_without openssl Name: curl-mini -Version: 7.62.0 +Version: 7.63.0 Release: 0 Summary: A Tool for Transferring Data from URLs License: curl diff --git a/curl.changes b/curl.changes index 58276ee..6ec3710 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Dec 27 04:44:48 UTC 2018 - sean@suspend.net + +- Update to version 7.63.0 + Changes: + * curl: add %{stderr} and %{stdout} for --write-out + * curl: add undocumented option --dump-module-paths for w32 + * setopt: add CURLOPT_CURLU + + Bugfixes: + * (lib)curl.rc: fixup for minor bugs + * CURLINFO_REDIRECT_URL: extract the Location: header field unvalidated + * CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis/desc + * CURLOPT_WRITEFUNCTION.3: spell out that it gets called many times + * Curl_follow: accept non-supported schemes for "fake" redirects + * KNOWN_BUGS: add --proxy-any connection issue + * NTLM: Remove redundant ifdef USE_OPENSSL + * NTLM: force the connection to HTTP/1.1 + * OS400: add URL API ccsid wrappers and sync ILE/RPG bindings + * SECURITY-PROCESS: bountygraph shuts down again + * TODO: Have the URL API offer IDN decoding + * ares: remove fd from multi fd set when ares is about to close the fd + * axtls: removed + * checksrc: add COPYRIGHTYEAR check + * cmake: fix MIT/Heimdal Kerberos detection + * configure: include all libraries in ssl-libs fetch + * configure: show CFLAGS, LDFLAGS etc in summary + * connect: fix building for recent versions of Minix + * cookies: create the cookiejar even if no cookies to save + * cookies: expire "Max-Age=0" immediately + * curl: --local-port range was not "including" + * curl: fix --local-port integer overflow + * curl: fix memory leak reading --writeout from file + * curl: fixed UTF-8 in current console code page (Win) + * curl_easy_perform: fix timeout handling + * curl_global_sslset(): id == -1 is not necessarily an error + * curl_multibyte: fix a malloc overcalculation + * curle: move deprecated error code to ifndef block + * docs: curl_formadd field and file names are now escaped + * docs: escape "\n" codes + * doh: fix memory leak in OOM situation + * doh: make it work for h2-disabled builds too + * examples/ephiperfifo: report error when epoll_ctl fails + * ftp: avoid unsigned int overflows in FTP listing parser + * host names: allow trailing dot in name resolve, then strip it + * http2: Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 + * http: don't set CURLINFO_CONDIITON_UNMET for http status code 204 + * http: fix HTTP DIgest auth to include query in URI + * http_negotiate: do not close connection until negotiation is completed + * impacket: add LICENSE + * infof: clearly indicate truncation + * ldap: fix LDAP URL parsing regressions + * libcurl: stop reading from paused transfers + * mprintf: avoid unsigned integer overflow warning + * netrc: don't ignore the login name specified with "--user" + * nss: Fall back to latest supported SSL version + * nss: Fix compatibility with nss versions 3.14 to 3.15 + * nss: fix fallthrough comment to fix picky compiler warning + * nss: remove version selecting dead code + * nss: set default max-tls to 1.3/1.2 + * openssl: Remove SSLEAY leftovers + * openssl: do not log excess "TLS app data" lines for TLS 1.3 + * openssl: do not use file BIOs if not requested + * openssl: fix unused variable compiler warning with old openssl + * openssl: support session resume with TLS 1.3 + * openvms: fix example name + * os400: Add curl_easy_conn_upkeep() to ILE/RPG binding + * os400: add CURLOPT_CURLU to ILE/RPG binding + * os400: fix return type of curl_easy_pause() in ILE/RPG binding + * packages: remove old leftover files and dirs + * pop3: only do APOP with a valid timestamp + * runtests: use the local curl for verifying + * schannel: be consistent in Schannel capitalization + * schannel: better CURLOPT_CERTINFO support + * schannel: use Curl_prefix for global private symbols + * snprintf: renamed and now we only use msnprintf() + * ssl: fix compilation with OpenSSL 0.9.7 + * ssl: replace all internal uses of CURLE_SSL_CACERT + * symbols-in-versions: add missing CURLU_symbols + * test328: verify Content-Encoding: none + * tests: disable SO_EXCLUSIVEADDRUSE for stunnel/Win + * tests: drop http_pipe.py script no longer used + * tests: drop http_pipe.py script no longer used + * tool_cb_wrt: Silence function cast compiler warning + * tool_doswin: Fix uninitialized field warning + * travis: build with clang sanitizers + * travis: remove curl before a normal build + * url: a short host name + port is not a scheme + * url: fix IPv6 numeral address parser + * urlapi: only skip encoding the first '=' with APPENDQUERY set + ------------------------------------------------------------------- Wed Oct 31 09:23:37 UTC 2018 - Pedro Monreal Gonzalez diff --git a/curl.spec b/curl.spec index 7d2a949..d81ae69 100644 --- a/curl.spec +++ b/curl.spec @@ -27,7 +27,7 @@ # need ssl always for python-pycurl %bcond_without openssl Name: curl -Version: 7.62.0 +Version: 7.63.0 Release: 0 Summary: A Tool for Transferring Data from URLs License: curl