Kamil Dudka
58407a0a11
upstream patch that allows to run FTPS tests with nss-3.13 ( #760060 )
2012-01-02 15:03:06 +01:00
Kamil Dudka
4baedf3240
allow to run FTPS tests with nss-3.13 ( #760060 )
2011-12-27 14:44:41 +01:00
Kamil Dudka
6322c91ccc
avoid unnecessary timeout event when waiting for 100-continue ( #767490 )
2011-12-25 23:38:33 +01:00
Kamil Dudka
09f474b4c2
curl -JO now uses -O name if no C-D header comes
...
upstream commit c532604
2011-11-21 18:02:55 +01:00
Kamil Dudka
87bfeb1dcc
new upstream release - curl-7.23.0 ( #754391 )
2011-11-16 14:14:34 +01:00
Kamil Dudka
95558f1c9d
nss: select client certificates by DER ( #733657 )
2011-09-19 14:00:00 +02:00
Kamil Dudka
eaba136aa1
new upstream release
...
- new upstream release
- curl-config now provides dummy --static-libs option (#733956 )
2011-09-13 20:48:12 +02:00
Paul Howarth
8b6f7828aa
actually fix SIGSEGV of curl -O -J given more than one URL
2011-08-21 13:23:56 +01:00
Kamil Dudka
7293378155
fixes for #723075 , #730444 , and #728562
...
- fix SIGSEGV of curl -O -J given more than one URLs (#723075 )
- introduce the --delegation option of curl (#730444 )
- initialize NSS with no database if the selected database is broken (#728562 )
2011-08-15 22:27:26 +02:00
Kamil Dudka
40c3093ba5
add a new option CURLOPT_GSSAPI_DELEGATION ( #719939 )
2011-08-03 17:19:42 +02:00
Kamil Dudka
11b552f8cf
new upstream release - 7.21.7 (fixes CVE-2011-2192)
2011-06-23 15:29:41 +02:00
Kamil Dudka
a80b6c3aa4
avoid an invalid timeout event on a reused handle ( #679709 )
2011-06-08 00:43:11 +02:00
Paul Howarth
39828449b7
new upstream release - 7.21.6
2011-04-23 18:56:50 +01:00
Kamil Dudka
fb945ca026
fix the output of curl-config --version (upstream commit 82ecc85)
2011-04-18 16:38:06 +02:00
Kamil Dudka
5ea227a2d7
new upstream release - 7.21.5
2011-04-18 08:52:55 +02:00
Peter Robinson
bc4fc6eacb
fix last changelog
2011-04-16 12:46:16 +01:00
Peter Robinson
c49625d4cf
no valgrind on ARMv5 arches
2011-04-16 12:41:27 +01:00
Dennis Gilmore
0fa65fb125
no valgrind on sparc arches
2011-03-05 00:37:38 -06:00
Kamil Dudka
e0ab81d1c1
do not ignore failure of SSL handshake
...
(upstream commit 7aa2d10)
2011-02-22 14:34:40 +01:00
Kamil Dudka
65e324d678
work around valgrind bug ( #678518 )
2011-02-18 17:54:16 +01:00
Kamil Dudka
579095349b
nss: avoid memory leak on SSL connection failure
2011-02-17 17:58:19 +01:00
Kamil Dudka
4fddd46419
new upstream release - 7.21.4
2011-02-17 15:07:01 +01:00
Dennis Gilmore
abe6f10c1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 06:21:36 -06:00
Kamil Dudka
f6ba54655d
build libcurl with --enable-hidden-symbols
2011-01-12 15:52:26 +01:00
Kamil Dudka
dd545452bb
drop 0004-curl-7.21.3-bz650255.patch
...
This has been already fixed upstream (commits 5c7c9a7 and 5965d45).
2010-12-16 18:10:25 +01:00
Paul Howarth
0a2e77997c
Update to 7.21.3
...
- New upstream release 7.21.3:
- added --noconfigure switch to testcurl.pl
- added --xattr option
- added CURLOPT_RESOLVE and --resolve
- added CURLAUTH_ONLY
- added version-check.pl to the examples dir
- check for libcurl features for some command line options
- Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
- http_chunks: remove debug output
- URL-parsing: consider ? a divider
- SSH: avoid using the libssh2_ prefix
- SSH: use libssh2_session_handshake() to work on win64
- ftp: prevent server from hanging on closed data connection when stopping
a transfer before the end of the full transfer (ranges)
- LDAP: detect non-binary attributes properly
- ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
- gnutls->handshake: improved timeout handling
- security: pass the right parameter to init
- krb5: use GSS_ERROR to check for error
- TFTP: resend the correct data
- configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
- GnuTLS: now detects socket errors on Windows
- symbols-in-versions: updated en masse
- added a couple of examples that were missing from the tarball
- Curl_send/recv_plain: return errno on failure
- Curl_wait_for_resolv (for c-ares): correct timeout
- ossl_connect_common: detect connection re-use
- configure: prevent link errors with --librtmp
- openldap: use remote port in URL passed to ldap_init_fd()
- url: provide dead_connection flag in Curl_handler::disconnect
- lots of compiler warning fixes
- ssh: fix a download resume point calculation
- fix getinfo CURLINFO_LOCAL* for reused connections
- multi: the returned running handles counter could turn negative
- multi: only ever consider pipelining for connections doing HTTP(S)
- Drop upstream patches now in tarball
- Update bz650255 and disable-test1112 patches to apply against new codebase
- Add workaround for false-positive glibc-detected buffer overflow in tftpd
test server with FORTIFY_SOURCE (similar to #515361 )
2010-12-16 16:33:11 +00:00
Kamil Dudka
451e44f944
ftp: fix for #650255 , not yet applied upstream
...
- do not send QUIT to a dead FTP control connection (#650255 )
- pull back glibc's implementation of str[n]casecmp(), #626470 appears
fixed
2010-11-12 17:45:37 +01:00
Kamil Dudka
e8de0ee342
ftp: fixes for #649347 and #650255
2010-11-09 17:55:44 +01:00
Kamil Dudka
3ae3f6ea19
prevent FTP server from hanging on closed data connection ( #643656 )
2010-10-29 12:21:37 +02:00
Paul Howarth
d12630e4ca
enforce versioned libssh2 dependency for libcurl ( #642796 )
2010-10-14 15:26:16 +01:00
Kamil Dudka
5be6d627b3
new upstream release - 7.21.2
2010-10-13 00:37:41 +02:00
Jesse Keating
8e7aa28b79
- Rebuilt for gcc bug 634757
2010-09-29 14:04:23 -07:00
Kamil Dudka
9c24c2b172
make it possible to run SCP/SFTP tests on x86_64 ( #632914 )
2010-09-11 23:39:36 +02:00
Kamil Dudka
140d1b61f0
do not use strncasecmp() from glibc ( #631449 )
2010-09-07 22:14:34 +02:00
Paul Howarth
204dcb1cd0
Don't need autotools for rpm build
...
- Drop buildreq automake
- Drop dependency on automake for devel package from F-14, where
%{_datadir}/aclocal is included in the filesystem package
- Drop dependency on pkgconfig for devel package from F-11, where
pkgconfig dependencies are auto-generated
2010-08-24 23:03:39 +01:00
Kamil Dudka
35531a08e1
work around glibc/valgrind problem on x86_64 ( #626470 )
2010-08-23 20:45:54 +02:00
Kamil Dudka
9a0cdd1368
fix kerberos proxy authentization for https ( #625676 )
2010-08-23 14:45:15 +02:00
Paul Howarth
98764465be
Rename patches to reflect the curl version they apply to
2010-08-19 15:17:41 +01:00
Kamil Dudka
ec7f823e5f
fixes for rhbz #617757 and #622520
...
Both of them are already pushed upstream.
2010-08-19 15:59:54 +02:00
Kamil Dudka
e3cb81845c
new upstream release - 7.21.1
2010-08-12 10:45:38 +02:00
Dan Horák
1fee048808
- disable test 575 on s390(x)
2010-07-12 10:17:19 +00:00
Kamil Dudka
d616d7a60a
- add support for NTLM authentication ( #603783 )
2010-06-28 11:29:02 +00:00
Kamil Dudka
00534f73d9
- disable valgrind for certain test-cases (libssh2 problem)
2010-06-16 14:18:49 +00:00
Kamil Dudka
b6c55cc3b0
- update of %%description
2010-06-16 13:51:10 +00:00
Kamil Dudka
bde41dfaec
mass rename of patches
2010-06-16 13:36:47 +00:00
Kamil Dudka
7f060691db
- new upstream release, drop applied patches
2010-06-16 13:24:18 +00:00
Kamil Dudka
4a5f304d06
- fix -J/--remote-header-name to strip CR-LF (upstream patch)
2010-05-25 15:36:27 +00:00
Kamil Dudka
567f2c1fa8
save the CA pass phrase
2010-05-11 14:29:34 +00:00
Kamil Dudka
b80e26fa11
- CRL support now works again ( #581926 )
2010-05-11 14:23:11 +00:00
Kamil Dudka
95d9108847
- make it possible to start a testing OpenSSH server when building with
...
SELinux in the enforcing mode (#521087 )
2010-04-28 13:52:40 +00:00
Kamil Dudka
dcb644501e
Oops, upstream commit 157f20fd2ce7d8519b863e57f3d77d17fb41bc9c does not
...
exist...
2010-04-24 21:56:59 +00:00
Kamil Dudka
a819956d07
- upstream patch preventing failure of test536 with threaded DNS resolver
...
- upstream patch preventing SSL handshake timeout underflow
2010-04-24 21:40:02 +00:00
Paul Howarth
1105c159cc
Replace Rawhide s390-sleep patch with a more targeted patch adding a delay
...
after tests 513 and 514 rather than after all tests
2010-04-22 15:27:30 +00:00
Kamil Dudka
c3d8d1c18b
- make curl-config multilib ready again ( #584107 )
2010-04-21 19:09:46 +00:00
Kamil Dudka
a64c5d10a0
avoid failure of test623
2010-04-21 18:52:00 +00:00
Kamil Dudka
07747c9c9d
avoid failure of test536
2010-04-21 15:04:04 +00:00
Kamil Dudka
438cbdbe7c
- experimentally enabled threaded DNS lookup
2010-04-20 11:31:55 +00:00
Kamil Dudka
972da7142b
- new upstream release
2010-04-19 16:16:09 +00:00
Kamil Dudka
ff7d0c62dc
- add missing quote in libcurl.m4 ( #576252 )
2010-03-23 18:47:25 +00:00
Kamil Dudka
f83e9bb439
fix a typo in ChangeLog
2010-03-19 15:22:08 +00:00
Kamil Dudka
ee823564dc
- throw CURLE_SSL_CERTPROBLEM in case peer rejects a certificate ( #565972 )
...
- valgrind temporarily disabled (#574889 )
- kerberos installation prefix has changed
2010-03-19 15:08:16 +00:00
Kamil Dudka
97dbc67861
cleanup in .spec
2010-03-14 13:15:06 +00:00
Kamil Dudka
5210832ba8
- exclude test1112 from the test suite ( #565305 )
2010-02-24 20:43:45 +00:00
Kamil Dudka
c552ca3957
add a comment
2010-02-11 16:27:07 +00:00
Kamil Dudka
149dc257a1
- dropped curl-7.16.0-privlibs.patch no longer useful
...
- a new patch forcing -lrt when linking the curl tool and test-cases
2010-02-11 16:23:32 +00:00
Kamil Dudka
6d0277e653
- new upstream release
2010-02-11 11:31:31 +00:00
Kamil Dudka
fd19e7e468
- upstream patch adding a new option -J/--remote-header-name
...
- dropped temporary workaround for #545779
2010-01-29 01:00:04 +00:00
Kamil Dudka
b6999aa5d3
revert a nonsense change made by Chris Weyl
2010-01-14 19:32:09 +00:00
Chris Weyl
5cf9d0bbdc
- bump for libssh2 rebuild
2010-01-14 16:59:57 +00:00
Kamil Dudka
0fb58f6b85
- temporary workaround for #548269
2009-12-20 19:56:01 +00:00
Kamil Dudka
ab4974c767
- replace hard wired port numbers in the test suite
2009-12-09 19:12:22 +00:00
Kamil Dudka
0d4bed8f48
- use different port numbers for 32bit and 64bit builds
...
- temporary workaround for #545779
2009-12-09 17:48:00 +00:00
Kamil Dudka
b30d89a3cc
- make it possible to run test241
...
- re-enable SCP/SFTP tests (#539444 )
2009-12-08 09:41:10 +00:00
Kamil Dudka
caf63a251a
attempt to improve test suite coverage
2009-12-05 19:48:31 +00:00
Kamil Dudka
aec87c1fc1
- suppress failure of test513 on s390
2009-12-04 23:50:15 +00:00
Kamil Dudka
a9329d5845
- avoid use of uninitialized value in lib/nss.c
2009-12-02 17:31:31 +00:00
Kamil Dudka
cbba354e87
silence rpmlint
2009-12-01 13:30:20 +00:00
Kamil Dudka
ea56ca9450
- do not require valgrind on s390 and s390x
...
- temporarily disabled SCP/SFTP test-suite (#539444 )
2009-12-01 12:26:26 +00:00
Kamil Dudka
79a9564e7a
drop redundant newline in the ChangeLog
2009-11-12 12:04:26 +00:00
Kamil Dudka
ee5ba870fa
- fix crash on doubly closed NSPR descriptor, patch contributed by Kevin
...
Baughman (#534176 )
- new version of patch for broken TLS servers (#525496 , #527771 )
2009-11-12 12:00:33 +00:00
Kamil Dudka
2e8fb975dd
- increased release number (CVS problem)
2009-11-04 14:12:48 +00:00
Kamil Dudka
014599c14b
- new upstream release, dropped applied patches
...
- workaround for broken TLS servers (#525496 , #527771 )
2009-11-04 14:05:38 +00:00
Kamil Dudka
a81083eb90
- fix timeout issues and gcc warnings within lib/nss.c
2009-10-14 15:35:41 +00:00
Kamil Dudka
3fad0a17fb
- upstream patch for NSS support written by Guenter Knauf
2009-10-06 13:54:15 +00:00
Kamil Dudka
c87eab1257
- build libcurl with c-ares support ( #514771 )
2009-09-30 14:38:54 +00:00
Kamil Dudka
01f3f4cc8e
remove outdated comment in .spec
2009-09-30 06:59:52 +00:00
Kamil Dudka
5464c5ebc6
- require libssh2>=1.2 properly ( #525002 )
2009-09-27 15:06:58 +00:00
Kamil Dudka
dd5ee60249
- let curl test-suite use valgrind
...
- require libssh2>=1.2 (#525002 )
2009-09-26 07:54:44 +00:00
Chris Weyl
184ad7254d
- rebuild for libssh2 1.2
2009-09-22 03:52:18 +00:00
Kamil Dudka
ec4f340258
- make curl test-suite more verbose
2009-09-17 12:28:23 +00:00
Kamil Dudka
8ffd2e2b77
- update polling patch to the latest upstream version
2009-09-16 14:46:47 +00:00
Kamil Dudka
69fe226a0c
- cover ssh and stunnel support by the test-suite
2009-09-03 17:17:55 +00:00
Kamil Dudka
a3e77b68ce
- use pkg-config to find nss and libssh2 if possible
...
- better patch (not only) for SCP/SFTP polling
- improve error message for not matching common name (#516056 )
2009-09-02 14:19:19 +00:00
Kamil Dudka
dbb6bfd420
- avoid tight loop during a sftp upload
2009-08-21 09:26:47 +00:00
Kamil Dudka
968105fb7e
- let curl package depend on the same version of libcurl
2009-08-18 11:51:47 +00:00
Kamil Dudka
c735169085
- new upstream release, dropped applied patches
...
- changed NSS code to not ignore the value of ssl.verifyhost and produce
more verbose error messages (#516056 )
2009-08-14 09:21:25 +00:00
Ville Skyttä
e28fb68964
- Use lzma compressed upstream tarball.
...
https://www.redhat.com/archives/fedora-devel-list/2009-August/msg00563.html
2009-08-12 17:04:04 +00:00
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
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
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
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
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
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
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
07f6714fb9
- fix multilib problem using pkg-config
...
- update to 7.15.3
2006-03-21 09:15:51 +00:00
Ivana Varekova
843ec60996
- fix multilib problem - #181290 - curl-devel.i386 not installable together
...
with curl-devel.x86-64
2006-02-23 11:58:07 +00:00
Jesse Keating
77505534c2
bump for bug in double-long on ppc(64)
2006-02-11 02:21:41 +00:00
Jesse Keating
ec99c6a5b4
bump for new gcc/glibc
2006-02-07 11:19:36 +00:00
Jesse Keating
c3e00c9f17
gcc update bump
2005-12-09 22:40:08 +00:00
Ivana Varekova
8893e9eee6
- update to 7.15.1 (bug 175191)
2005-12-08 09:10:34 +00:00
Ivana Varekova
38c8d77d41
- fix curl-config bug 174556 - missing vernum value
2005-11-30 15:00:22 +00:00
Ivana Varekova
f5764a91f4
rebuilt
2005-11-09 08:25:02 +00:00
Ivana Varekova
35f3c7bebf
- update to 7.15.0
2005-10-18 11:22:52 +00:00
Ivana Varekova
6e0b53dcdd
- update to 7.14.1
2005-10-13 08:38:18 +00:00
Ivana Varekova
727df8abca
- rebuild new version
2005-06-16 08:37:30 +00:00
Ivana Varekova
b396eeb000
fix bug 150768 - curl-7.12.3-2 breaks basic authentication used Daniel
...
Stenberg patch
2005-05-03 10:57:05 +00:00
jorton
7e5ec267b1
- update to use ca-bundle in /etc/pki
...
- mark License as MIT not MPL
2005-04-25 15:09:40 +00:00
Ivana Varekova
d4c41419ea
rebuilt (the new version is 7.13.1)
2005-03-09 13:47:20 +00:00
Tomáš Mráz
181c659e1d
- rebuild with openssl-0.9.7e
2005-03-01 19:37:34 +00:00
Florian La Roche
da94baedb4
- 7.13.0
2005-02-13 15:07:59 +00:00
jorton
87f5b1a821
Fix release.
2005-02-09 13:09:53 +00:00
jorton
36f919be0b
- don't pass /usr to --with-libidn to remove "-L/usr/lib" from 'curl-config
...
--libs' output on x86_64.
2005-02-09 13:08:52 +00:00
havill
cad16d6198
- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit ( #134794 )
...
- require libidn-devel for devel subpkg (#141341 )
- remove proftpd kludge; included upstream
2005-01-28 20:19:07 +00:00
havill
28401a2365
- upgrade to 7.12.1
...
- enable GSSAPI auth (#129353 )
- enable I18N domain names (#134595 )
- workaround for broken ProFTPD SSL auth (#134133 ). Thanks to Aleksandar
Milivojevic
2004-10-06 20:07:35 +00:00
havill
ab0924a9b9
moved %doc below %defattr
2004-09-29 07:05:43 +00:00
Warren Togami
5266b5092d
remove INSTALL, move libcurl docs to -devel
2004-09-28 08:54:44 +00:00
cvsdist
2e2c21e435
auto-import curl-7.12.0-2 from curl-7.12.0-2.src.rpm
2004-09-09 04:02:56 +00:00
cvsdist
ddd67bb44b
auto-import changelog data from curl-7.12.0-1.src.rpm
...
Mon Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
- updated to 7.12.0
- updated nousr patch
2004-09-09 04:02:35 +00:00
cvsdist
6657b025e8
auto-import changelog data from curl-7.11.1-2.src.rpm
...
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:02:32 +00:00
cvsdist
0797ced8e6
auto-import changelog data from curl-7.11.1-1.src.rpm
...
Wed Apr 07 2004 Adrian Havill <havill@redhat.com> 7.11.1-1
- upgraded; updated nousr patch
- added COPYING (#115956 )
-
2004-09-09 04:02:28 +00:00
cvsdist
da9386fe88
auto-import changelog data from curl-7.10.8-2.1.src.rpm
...
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 7.10.8
- remove patch2, already upstream
2004-09-09 04:02:15 +00:00
cvsdist
fcf12792e5
auto-import changelog data from curl-7.10.6-7.src.rpm
...
Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
- aclocal before libtoolize
- move OpenLDAP license so it's present as a doc file, present in both the
source and binary as per conditions
Mon Oct 13 2003 Adrian Havill <havill@redhat.com> 7.10.6-6
- add OpenLDAP copyright notice for usage of code, add OpenLDAP license for
this code
Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 7.10.6-5
- match serverAltName certs with SSL (#106168 )
Tue Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4.1
- bump n-v-r for RHEL
Tue Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4
- restore ca cert bundle (#104400 )
- require openssl, we want to use its ca-cert bundle
Sun Sep 07 2003 Joe Orton <jorton@redhat.com> 7.10.6-3
- rebuild
Fri Sep 05 2003 Joe Orton <jorton@redhat.com> 7.10.6-2.2
- fix to include libcurl.so
Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2.1
- bump n-v-r for RHEL
Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2
- devel subpkg needs openssl-devel as a Require (#102963 )
Mon Jul 28 2003 Adrian Havill <havill@redhat.com> 7.10.6-1
- bumped version
Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 7.10.5-1
- bumped version
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 7.10.4
- adapt nousr patch
2004-09-09 04:01:52 +00:00
cvsdist
9c185bbb67
auto-import changelog data from curl-7.9.8-5.src.rpm
...
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Jan 21 2003 Joe Orton <jorton@redhat.com> 7.9.8-4
- don't add -L/usr/lib to 'curl-config --libs' output
Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 7.9.8-3
- rebuild
Wed Nov 06 2002 Joe Orton <jorton@redhat.com> 7.9.8-2
- fix `curl-config --libs` output for libdir!=/usr/lib
- remove docs/LIBCURL from docs list; remove unpackaged libcurl.la
- libtoolize and reconf
2004-09-09 04:01:15 +00:00
cvsdist
51c72f3418
auto-import changelog data from curl-7.9.8-1.src.rpm
...
Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 7.9.8-1
- 7.9.8 (# 69473)
2004-09-09 04:01:05 +00:00
cvsdist
81ebd0ccb2
auto-import changelog data from curl-7.9.7-3.src.rpm
...
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 16 2002 Trond Eivind Glomsrd <teg@redhat.com> 7.9.7-1
- 7.9.7
Wed Apr 24 2002 Trond Eivind Glomsrd <teg@redhat.com> 7.9.6-1
- 7.9.6
2004-09-09 04:01:02 +00:00