Commit Graph

116 Commits

Author SHA1 Message Date
Jesse Keating 4cf6987a7f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 19:49:40 +00:00
Kamil Dudka f672f48c69 try to select client certificate automatically when not specified 2009-07-22 08:48:25 +00:00
Kamil Dudka e8184abdd5 improve curl-7.19.5-cc_refcnt-2.patch 2009-07-10 12:45:41 +00:00
Kamil Dudka 3c25d2d576 fix SIGSEGV when using NSS client certificates 2009-07-10 12:27:52 +00:00
Kamil Dudka 83e314d115 force test suite to use the just built libcurl 2009-07-05 18:44:07 +00:00
Kamil Dudka f1fad801d0 run test suite after build enable built-in manual 2009-07-02 14:37:19 +00:00
Kamil Dudka bd7b72523a fix bug introduced by the last build (#504857) 2009-06-24 14:14:53 +00:00
Kamil Dudka dbbc4693d4 exclude curlbuild.h content from spec (#504857) 2009-06-24 13:40:32 +00:00
Kamil Dudka 702a55c540 avoid unguarded comparison in the spec file (#504857) 2009-06-10 11:30:07 +00:00
Kamil Dudka b19511a9c5 remove unused patches from cvs 2009-05-19 18:26:32 +00:00
Kamil Dudka 73213b4338 update to 7.19.5, dropped applied patches 2009-05-19 18:17:41 +00:00
Kamil Dudka 7f2e1166e3 fix infinite loop while loading a private key (#453612) 2009-05-11 08:06:20 +00:00
Kamil Dudka c059575de3 fix curl/nss memory leaks while using client certificate (#453612) 2009-04-27 08:37:25 +00:00
Kamil Dudka 091f78c70f add missing BuildRequire for autoconf 2009-04-22 10:40:17 +00:00
Kamil Dudka 45fab4b7bc fix configure.ac to not discard -g in CFLAGS (#496778) 2009-04-22 10:14:36 +00:00
Kamil Dudka 3a66d91e5f Fixed configure to respect the environment's CFLAGS and CPPFLAGS settings. 2009-04-21 16:12:16 +00:00
Kamil Dudka c4e2b73edf upstream patch fixing memory leak in lib/nss.c (#453612) remove unused
patch curl-7.17.1-sslgen.patch from cvs
2009-04-14 10:26:46 +00:00
Kamil Dudka b9027004c3 enable 6 additional crypto algorithms by default (#436781) 2009-03-18 17:01:02 +00:00
Kamil Dudka 8acdb5038c fix memory leak in src/main.c (accepted by upstream) 2009-03-12 10:20:53 +00:00
Kamil Dudka ce1683b0ab fix typo in last commit 2009-03-11 09:06:13 +00:00
Kamil Dudka e03f2a3193 make curl-devel multilib-ready (bug #488922) 2009-03-11 09:04:01 +00:00
Jindrich Novy a844621642 - drop .easy-leak patch, causes problems in pycurl (#488791)
- fix libcurl-devel dependencies (#488895)
2009-03-06 13:45:02 +00:00
Jindrich Novy 5144908d02 - update to 7.19.4 (fixes CVE-2009-0037)
- fix leak in curl_easy* functions, thanks to Kamil Dudka
- drop nss-fix patch, applied upstream
2009-03-03 07:08:27 +00:00
Jesse Keating b3c04e1d32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 10:20:40 +00:00
Kamil Dudka 3f810df7b4 update to 7.19.3, patch fixing 7.19.3 curl/nss bugs 2009-02-17 11:31:20 +00:00
Jindrich Novy d9f5cbe057 - rebuild for f10/rawhide cvs tag clashes 2008-12-15 13:22:55 +00:00
Jindrich Novy 92ec27a249 - use improved NSS patch, thanks to Rob Crittenden (#472489) 2008-12-06 20:52:24 +00:00
Jindrich Novy 3958b78446 - update the thread safety patch, thanks to Rob Crittenden (#462217) 2008-09-19 11:43:05 +00:00
Warren Togami 49abd43b13 rediff 2008-09-04 01:02:07 +00:00
Warren Togami b42223618d add thread safety to libcurl NSS cleanup() functions (#459297) 2008-09-04 00:47:20 +00:00
Tom Callaway f5c0813b81 Undo mini libcurl.so.3. 2008-08-22 16:22:28 +00:00
Tom Callaway e45b52e072 Add mini library for libcurl.so.3, flash10 needs this. All it does is point
to libcurl.so.4.
2008-08-11 23:54:38 +00:00
Jindrich Novy e1586eecc5 - enable support for libssh2 (#453958) 2008-07-04 07:27:44 +00:00
Jindrich Novy bf70a54550 - fix curl_multi_perform() over a proxy (#450140), thanks to Rob Crittenden 2008-06-18 06:08:03 +00:00
Jindrich Novy 45696b40ef - update to 7.18.2 2008-06-04 17:30:58 +00:00
Jindrich Novy 01aecd06c1 - spec cleanup, thanks to Paul Howarth (#225671)
- drop BR: libtool
- convert CHANGES and README to UTF-8
- _GNU_SOURCE in CFLAGS is no more needed
- remove bogus rpath
2008-05-07 13:12:20 +00:00
Jindrich Novy ae80096c07 update version 2008-03-31 07:50:41 +00:00
Jindrich Novy 43a8fac1dd - update to curl 7.18.1 (fixes #397911)
- add ABI docs for libcurl
- remove --static-libs from curl-config
- drop curl-config patch, obsoleted by @SSL_ENABLED@ autoconf substitution
    (#432667)
2008-03-31 07:47:59 +00:00
Jindrich Novy 6684d1ac14 define _GNU_SOURCE so that NI_MAXHOST gets defined from glibc 2008-02-15 12:11:30 +00:00
Jindrich Novy c8e160aef5 - update to curl-7.18.0
- drop sslgen patch -> applied upstream
- fix typo in description
2008-01-28 21:00:10 +00:00
Jindrich Novy de7fe678d0 fix curl-devel obsoletes so that we don't break F8->F9 upgrade path
(#429612)
2008-01-22 12:00:06 +00:00
Jindrich Novy 2df1c7e7d0 - fix typo in name 2008-01-08 14:30:07 +00:00
Jindrich Novy 2cda17b6c8 - do not attempt to close a bad socket (#427966), thanks to Caolam McNamara 2008-01-08 14:18:28 +00:00
Jindrich Novy 614213921b - rebuild because of the openldap soname bump
- remove old nsspem patch
2007-12-04 09:06:59 +00:00
Jindrich Novy ec4866341d - drop useless ldap library detection since curl doesn't dlopen()s it but
links to it -> BR: openldap-devel
- enable LDAPS support (#225671), thanks to Paul Howarth
- BR: krb5-devel to reenable GSSAPI support
- simplify build process
- update description
2007-11-30 11:24:24 +00:00
Jindrich Novy a97c61d258 - update description to contain complete supported servers list (#393861) 2007-11-21 12:34:54 +00:00
Jindrich Novy c9238ef4e7 - update to curl 7.17.1
- include patch to enable SSL usage in NSS when a socket is opened
    nonblocking, thanks to Rob Crittenden (rcritten@redhat.com)
2007-11-17 16:06:24 +00:00
Jindrich Novy 05cfb6ee48 correctly provide/obsolete curl-devel (#130251) 2007-10-24 22:02:12 +00:00
Jindrich Novy c93c68e305 create libcurl and libcurl-devel subpackages (#130251) 2007-10-24 14:15:06 +00:00
Bill Nottingham 87fd249d38 makefile update to properly grab makefile.common 2007-10-15 18:40:54 +00:00