SPECS: squid.spec - fix file descriptors problems for good, make i...

baggins baggins at pld-linux.org
Sun Mar 5 02:12:47 CET 2006


Author: baggins                      Date: Sun Mar  5 01:12:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix file descriptors problems for good, make it an option in squid.conf
  (patch from Fedora)

---- Files affected:
SPECS:
   squid.spec (1.240 -> 1.241) 

---- Diffs:

================================================================
Index: SPECS/squid.spec
diff -u SPECS/squid.spec:1.240 SPECS/squid.spec:1.241
--- SPECS/squid.spec:1.240	Fri Mar  3 23:35:23 2006
+++ SPECS/squid.spec	Sun Mar  5 02:12:42 2006
@@ -12,7 +12,7 @@
 Summary(zh_CN):	SQUID ¸ßËŮťşłĺ´úŔíˇţÎńĆ÷
 Name:		squid
 Version:	2.5.STABLE12
-Release:	8
+Release:	8.1
 Epoch:		7
 License:	GPL v2
 Group:		Networking/Daemons
@@ -50,6 +50,8 @@
 Patch111:	%{name}-align.patch
 Patch112:	%{name}-2.5.STABLE4-apache-like-combined-log.patch
 Patch113:	%{name}-auth_on_acceleration.patch
+Patch114:	%{name}-fd-config.patch
+Patch115:	%{name}-no-u_short.patch
 URL:		http://www.squid-cache.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -461,6 +463,8 @@
 %patch111 -p1
 %{?with_combined_log:%patch112 -p1}
 %patch113 -p1
+%patch114 -p1
+%patch115 -p1
 
 %{__sed} -i -e '1s#!.*bin/perl#!%{__perl}#' {contrib,scripts,helpers/*/*}/*.pl
 
@@ -498,7 +502,7 @@
 	--sysconfdir=%{_sysconfdir} \
 	--with-auth-on-acceleration \
 	--with-pthreads \
-	--with-maxfd=524288
+	--enable-fd-config
 
 %{__make}
 
@@ -761,6 +765,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.241  2006/03/05 01:12:42  baggins
+- fix file descriptors problems for good, make it an option in squid.conf
+  (patch from Fedora)
+
 Revision 1.240  2006/03/03 22:35:23  baggins
 - release 8
 - set maxfd to maximum value that works
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/squid.spec?r1=1.240&r2=1.241&f=u



More information about the pld-cvs-commit mailing list