- fix for #72896 - squid does not support > 1024 file descriptors, new

"--enable-fd-config" option for it. (work in progress version)
This commit is contained in:
Martin Stransky 2005-12-02 12:22:59 +00:00
parent 33c8670a17
commit 3209395f88

View File

@ -31,6 +31,7 @@ Patch204: squid-2.5.STABLE4-perlpath.patch
Patch205: squid-2.5.STABLE5-pipe.patch Patch205: squid-2.5.STABLE5-pipe.patch
Patch206: squid-2.5.STABLE12-libbind.patch Patch206: squid-2.5.STABLE12-libbind.patch
Patch207: squid-2.5.STABLE12-64bit.patch Patch207: squid-2.5.STABLE12-64bit.patch
Patch208: squid-2.5.STABLE12-fd-config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/chkconfig logrotate shadow-utils Prereq: /sbin/chkconfig logrotate shadow-utils
@ -62,6 +63,7 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch205 -p1 -b .pipe %patch205 -p1 -b .pipe
%patch206 -p1 -b .libbind %patch206 -p1 -b .libbind
%patch207 -p1 -b .stat %patch207 -p1 -b .stat
%patch208 -p1 -b .fdc
%build %build
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ; export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
@ -95,6 +97,7 @@ lookup program (dnsserver), a program for retrieving FTP data
--enable-cache-digests \ --enable-cache-digests \
--enable-ident-lookups \ --enable-ident-lookups \
--with-large-files \ --with-large-files \
--enable-fd-config \
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ; export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
make %{?_smp_mflags} make %{?_smp_mflags}
@ -313,6 +316,9 @@ chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
* Mon Nov 28 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2 * Mon Nov 28 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2
- rewriten patch squid-2.5.STABLE10-64bit.patch, it works with - rewriten patch squid-2.5.STABLE10-64bit.patch, it works with
"--with-large-files" option now "--with-large-files" option now
- fix for #72896 - squid does not support > 1024 file descriptors,
new "--enable-fd-config" option for it.
(work in progress version)
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1 * Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
- update to STABLE12 - update to STABLE12