fixed broken output for chunked gzipped pages (#410801)
This commit is contained in:
parent
3688fe7337
commit
82beebfc3b
1017
elinks-0.11.4rc0-chunkedgzip.patch
Normal file
1017
elinks-0.11.4rc0-chunkedgzip.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Name: elinks
|
||||
Summary: A text-mode Web browser
|
||||
Version: 0.11.4
|
||||
Release: 0.2.rc0%{?dist}
|
||||
Release: 0.3.rc0%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://elinks.or.cz
|
||||
Group: Applications/Internet
|
||||
@ -28,6 +28,7 @@ Patch5: elinks-0.10.1-xterm.patch
|
||||
Patch6: elinks-0.11.0-union.patch
|
||||
Patch7: elinks-0.11.1-negotiate.patch
|
||||
Patch8: elinks-0.11.3-macropen.patch
|
||||
Patch9: elinks-0.11.4rc0-chunkedgzip.patch
|
||||
|
||||
%description
|
||||
Links is a text-based Web browser. Links does not display any images,
|
||||
@ -55,6 +56,8 @@ quickly and swiftly displays Web pages.
|
||||
%patch7 -p1
|
||||
# fix for open macro in new glibc
|
||||
%patch8 -p1
|
||||
# fix for broken gzip compression for chunked pages
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -85,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.3.rc0
|
||||
- fixed broken output for gzipped chunked pages(#410801)
|
||||
|
||||
* Thu Feb 07 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.2.rc0
|
||||
- used -D_GNU_SOURCE instead of ugly hack/patch to
|
||||
have NI_MAXPATH defined
|
||||
|
Loading…
Reference in New Issue
Block a user