From 3209395f88fc619a0fdc484f5a85ba9e8f2b820e Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 2 Dec 2005 12:22:59 +0000 Subject: [PATCH] - fix for #72896 - squid does not support > 1024 file descriptors, new "--enable-fd-config" option for it. (work in progress version) --- squid.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/squid.spec b/squid.spec index 2e2db0c..2cdfbd2 100644 --- a/squid.spec +++ b/squid.spec @@ -31,6 +31,7 @@ Patch204: squid-2.5.STABLE4-perlpath.patch Patch205: squid-2.5.STABLE5-pipe.patch Patch206: squid-2.5.STABLE12-libbind.patch Patch207: squid-2.5.STABLE12-64bit.patch +Patch208: squid-2.5.STABLE12-fd-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig logrotate shadow-utils @@ -62,6 +63,7 @@ lookup program (dnsserver), a program for retrieving FTP data %patch205 -p1 -b .pipe %patch206 -p1 -b .libbind %patch207 -p1 -b .stat +%patch208 -p1 -b .fdc %build 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-ident-lookups \ --with-large-files \ + --enable-fd-config \ export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ; 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 7:2.5.STABLE12-2 - rewriten patch squid-2.5.STABLE10-64bit.patch, it works with "--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 7:2.5.STABLE12-1 - update to STABLE12