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
Jindrich Novy
8aeea8e8bb
- list features correctly when curl is compiled against NSS ( #316191 )
2007-10-11 14:56:46 +00:00
Jindrich Novy
7a7a90d7b7
add zlib-devel BR to enable gzip compressed transfers in curl ( #292211 )
2007-09-17 13:48:13 +00:00
Jindrich Novy
46d4964680
provide webclient
2007-09-10 07:12:49 +00:00
Jindrich Novy
47acf8b410
add nsspem patch
2007-09-07 12:51:08 +00:00
Jindrich Novy
aa662ab645
- add support for the NSS PKCS#11 pem reader so the command-line is the
...
same for both OpenSSL and NSS by Rob Crittenden (rcritten@redhat.com )
- switch to NSS again
2007-09-07 12:50:04 +00:00
Jindrich Novy
c13f5712fe
revert back to use OpenSSL ( #266021 )
2007-09-03 10:48:12 +00:00
Jindrich Novy
4f230aa568
drop openssl and other useless deps
2007-08-27 12:42:14 +00:00
Jindrich Novy
16dc696dfe
don't use openssl, use nss instead
2007-08-27 12:18:28 +00:00
Jindrich Novy
ab16894e62
- fix anonymous ftp login ( #251570 ), thanks to David Cantrell
2007-08-10 11:33:29 +00:00
Jindrich Novy
35d4a39474
- update to 7.16.4
2007-07-11 07:47:08 +00:00
Jindrich Novy
8520523ace
- update to 7.16.3
...
- drop .print patch, applied upstream
- next series of merge review fixes by Paul Howarth
- remove aclocal stuff, no more needed
- simplify makefile arguments
- don't reference standard library paths in libcurl.pc
- include docs/CONTRIBUTE
2007-06-25 10:40:19 +00:00
Jindrich Novy
01c1656558
- don't print like crazy ( #236981 ), backported from upstream CVS
2007-06-18 18:49:01 +00:00
Jindrich Novy
40373e1494
- another series of review fixes ( #225671 ), thanks to Paul Horwath
...
- check version of ldap library automatically
- don't use %%makeinstall and preserve timestamps
- drop useless patches
2007-06-15 13:22:32 +00:00
Jindrich Novy
d1f8e21de8
- add automake BR to curl-devel to fix aclocal dir. ownership, thanks to
...
Patrice Dumas
2007-05-11 12:07:53 +00:00
Jindrich Novy
aa6d7f97df
- package libcurl.m4 in curl-devel ( #239664 ), thanks to Quy Tonthat
2007-05-10 13:30:16 +00:00
Jindrich Novy
b676540bee
- update to 7.16.2
2007-04-11 18:20:54 +00:00
Jindrich Novy
a63d9ad71f
- don't create/ship static libraries ( #225671 )
2007-02-22 13:29:21 +00:00
Jindrich Novy
685045546f
- merge review related spec fixes ( #225671 )
2007-02-05 14:14:27 +00:00
Jindrich Novy
c1c2d7895d
- upload new source tarball
2007-01-30 12:16:38 +00:00
Jindrich Novy
fe0088f733
- update to 7.16.1
2007-01-29 16:25:45 +00:00
Jindrich Novy
a00f2ca5f6
- don't package generated makefiles for docs/examples to avoid multilib
...
conflicts
2007-01-16 13:11:48 +00:00
Jindrich Novy
fc4d3d40a3
- convert spec to UTF-8
...
- don't delete BuildRoot in %%prep phase
- rpmlint fixes
2006-12-18 13:07:10 +00:00
Jindrich Novy
02dbd84170
- prevent curl from dlopen()ing missing ldap libraries so that ldap://
...
requests work (#215928 ) Resolves: 215928
2006-11-21 13:38:31 +00:00
Jindrich Novy
d6b84330d3
- fix BuildRoot
...
- add Requires: pkgconfig for curl-devel
- move LDFLAGS and LIBS to Libs.private in libcurl.pc.in (#213278 )
Resolves : #213278
2006-10-31 16:25:49 +00:00
Jindrich Novy
f25b2a9485
- update to curl-7.16.0
2006-10-30 09:18:31 +00:00
Jindrich Novy
aa86cfdd76
- update to curl-7.15.5
...
- use %%{?dist}
2006-08-24 15:11:25 +00:00
Jesse Keating
f45db0ba61
fix spec typo
2006-07-12 04:59:25 +00:00
Ivana Varekova
2b7fe0804d
- update to 7.15.4
2006-06-30 06:56:45 +00:00
Ivana Varekova
a88dceff58
added multilib patch
2006-03-21 09:17:46 +00:00
Ivana Varekova
07f6714fb9
- fix multilib problem using pkg-config
...
- update to 7.15.3
2006-03-21 09:15:51 +00:00