Commit Graph

487 Commits

Author SHA1 Message Date
Kamil Dudka 0831955018 fix missing initialization in SSH code
... causing test 619 to fail
2013-10-21 19:34:24 +02:00
Kamil Dudka 787e73101d fix missing initialization in NTLM code
... causing test 906 to fail
2013-10-18 18:37:29 +02:00
Kamil Dudka b98b240818 test906: Fixed failing test on some platforms 2013-10-16 19:37:22 +02:00
Kamil Dudka 7b8437e3a1 new upstream release - 7.33.0
FIXME: test906 fails if compiled against NSS
2013-10-15 00:09:48 +02:00
Kamil Dudka 4ae7271a09 do not limit the speed of SCP upload on a fast connection 2013-10-11 14:17:13 +02:00
Kamil Dudka d26889345a avoid delay if FTP is aborted in CURLOPT_HEADERFUNCTION callback (#1005686) 2013-09-09 13:40:57 +02:00
Paul Howarth 159ba1a770 no need to remove manpage for mk-ca-bundle as it's no longer installed 2013-08-12 15:22:55 +01:00
Kamil Dudka 1e8099ab00 nss: make sure that NSS is initialized
... prior to calling PK11_GenerateRandom()
2013-08-12 15:24:36 +02:00
Kamil Dudka c12a28f9b8 new upstream release - 7.32.0 2013-08-12 14:01:19 +02:00
Dennis Gilmore 786f95d7bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 01:25:16 -05:00
Kamil Dudka 233f010767 mention all option listed in 'curl --help' in curl.1 man page 2013-07-09 16:05:20 +02:00
Kamil Dudka ad17697486 restore the functionality of 'curl -u :' 2013-07-01 11:42:49 +02:00
Kamil Dudka 0c72223810 defuzz 0103-curl-7.31.0-metalink.patch 2013-06-26 18:14:25 +02:00
Kamil Dudka 05df56af61 make the curl tool link SSL libraries also used by src/tool_metalink.c 2013-06-26 18:09:08 +02:00
Kamil Dudka 82daaf7e98 build the curl tool with metalink support 2013-06-26 18:09:08 +02:00
Kamil Dudka c5085749c3 rename patches to reflect the curl version they apply to 2013-06-26 18:05:26 +02:00
Kamil Dudka 5ebb52d092 test1230: avoid using hard-wired port number 2013-06-22 22:19:59 +02:00
Kamil Dudka 104dece0d5 new upstream release (fixes CVE-2013-2174) 2013-06-22 21:40:32 +02:00
Kamil Dudka 97702c76cc prevent an artificial timeout event due to stale speed-check data (#906031) 2013-04-26 16:45:33 +02:00
Kamil Dudka 8fe6215904 limit the excessive use of sed in %prep 2013-04-26 16:35:17 +02:00
Kamil Dudka eae5353202 rename 0109-curl-7.30.0-tests-port-range.patch
... such that it is clear that it is an upstream patch
2013-04-12 15:12:46 +02:00
Kamil Dudka b7ba0b7452 prevent test-suite failure due to using non-default port ranges in tests 2013-04-12 14:51:13 +02:00
Kamil Dudka 57f6d9d6a1 new upstream release (fixes CVE-2013-1944) 2013-04-12 12:13:50 +02:00
Kamil Dudka 8dc3914699 curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag (#919127) 2013-03-12 11:36:55 +01:00
Kamil Dudka 590edc3b22 do not ignore poll() failures other than EINTR (#919127) 2013-03-12 11:35:18 +01:00
Kamil Dudka 920074f0fc drop the hide_selinux.c hack no longer needed in %check 2013-03-06 16:24:25 +01:00
Kamil Dudka 1b38b7c587 switch SSL socket into non-blocking mode after handshake 2013-03-06 16:22:56 +01:00
Kamil Dudka a141f7cc41 fix a SIGSEGV when closing an unused multi handle (#914411) 2013-02-22 21:59:28 +01:00
Kamil Dudka af73cbf6d9 remove forgotten patches no longer in use 2013-02-22 21:58:31 +01:00
Kamil Dudka 6896522e35 new upstream release (fixes CVE-2013-0249) 2013-02-06 15:00:19 +01:00
Kamil Dudka 32b2d061e9 require valgrind only on i386 and x86_64 (#886891) 2013-01-15 15:04:10 +01:00
Kamil Dudka 3d7539f03f fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE 2013-01-15 13:51:30 +01:00
Kamil Dudka 513526c871 clear session cache if a client cert from file is used 2013-01-15 13:50:16 +01:00
Kamil Dudka a5f3441ddf prevent NSS from crashing on client auth hook failure 2013-01-15 13:48:21 +01:00
Paul Howarth a4b7e93f2e Fix more bogus dates in spec changelog 2012-11-20 15:58:07 +00:00
Paul Howarth fc9dc32cb7 Fix UTF8 patch
Don't do iso-to-utf conversion on text that's already UTF8, as that
corrupts the text; the CHANGES file is a mixture of different encodings,
which is why we need a patch to fix it rather than just running it
through iconv in %prep.
2012-11-20 14:44:19 +00:00
Paul Howarth 5fa32b9fb8 Fix bogus dates in spec changelog 2012-11-20 14:42:55 +00:00
Kamil Dudka 83db90f0ad new upstream release - 7.28.1 2012-11-20 10:56:13 +01:00
Kamil Dudka 0f5dbc27da new upstream release - 7.28.0 2012-10-31 11:45:28 +01:00
Kamil Dudka 7151fdb83e do not crash if MD5 fingerprint is not provided by libssh2 2012-10-01 13:27:06 +02:00
Kamil Dudka ae93943914 use the upstream facility to disable problematic tests 2012-08-06 15:44:36 +02:00
Kamil Dudka ed338dc3f0 remember to apply patch for #844385
Thanks to Paul Howarth for spotting the mistake!
2012-08-01 10:09:57 +02:00
Kamil Dudka 4e2353e082 eliminate unnecessary inotify events on upload via file protocol (#844385) 2012-08-01 09:51:15 +02:00
Kamil Dudka c9fa3c1968 new upstream release - 7.27.0 2012-07-28 09:19:54 +02:00
Kamil Dudka 20e0756c88 print reason phrase from HTTP status line on error (#676596) 2012-07-23 09:25:19 +02:00
Dennis Gilmore 06bb57a2b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 15:06:27 -05:00
Kamil Dudka e6d221c603 fix duplicated SSL handshake with multi interface and proxy (#788526) 2012-06-09 12:52:25 +02:00
Karsten Hopp 4d9cd30381 disable test 1319 on ppc64, server times out 2012-05-30 13:39:27 +02:00
Kamil Dudka 78288ca25b use human-readable error messages provided by NSS
upstream commit 72f4b534
2012-05-28 11:56:16 +02:00
Kamil Dudka bd36ff8a8c drop man page for a script we do not distribute 2012-05-25 10:06:22 +02:00