Kamil Dudka 2010-02-22 10:24:33 +00:00
parent 06ee6c897f
commit 64a7c15bad
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/lib/content_encoding.c b/lib/content_encoding.c
index 8772765..c96e0db 100644
--- a/lib/content_encoding.c
+++ b/lib/content_encoding.c
@@ -40,7 +40,7 @@
(doing so will reduce code size slightly). */
#define OLD_ZLIB_SUPPORT 1
-#define DSIZ 0x10000 /* buffer size for decompressed data */
+#define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
#define GZIP_MAGIC_0 0x1f
#define GZIP_MAGIC_1 0x8b

View File

@ -17,6 +17,7 @@ Patch102: curl-7.16.0-privlibs.patch
Patch103: curl-7.19.4-debug.patch
Patch104: curl-7.19.7-s390-sleep.patch
Patch105: curl-7.19.7-localhost6.patch
Patch201: curl-7.19.7-bz563220.patch
Provides: webclient
URL: http://curl.haxx.se/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -101,6 +102,9 @@ use cURL's capabilities internally.
# we have localhost6 instead of ip6-localhost as name for ::1
%patch105 -p1
# bz #563240
%patch201 -p1
autoconf
# replace hard wired port numbers in the test suite
@ -191,9 +195,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4
%changelog
* Thu Feb 11 2010 Kamil Dudka <kdudka@redhat.com> 7.19.7-7
* Mon Feb 22 2010 Kamil Dudka <kdudka@redhat.com> 7.19.7-7
- upstream patch adding a new option -J/--remote-header-name
- upstream patches mentioned in CHANGES
- http://curl.haxx.se/docs/adv_20100209.html (#563240)
* Wed Dec 30 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-6
- fix incorrect SSL recv/send timeout handling, patch contributed