SPECS: squid.spec - enable auth in acceleration mode

glen glen at pld-linux.org
Mon Oct 31 16:52:12 CET 2005


Author: glen                         Date: Mon Oct 31 15:52:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enable auth in acceleration mode

---- Files affected:
SPECS:
   squid.spec (1.227 -> 1.228) 

---- Diffs:

================================================================
Index: SPECS/squid.spec
diff -u SPECS/squid.spec:1.227 SPECS/squid.spec:1.228
--- SPECS/squid.spec:1.227	Mon Oct 31 16:12:20 2005
+++ SPECS/squid.spec	Mon Oct 31 16:52:07 2005
@@ -14,7 +14,7 @@
 Summary(zh_CN):	SQUID ¸ßËŮťşłĺ´úŔíˇţÎńĆ÷
 Name:		squid
 Version:	2.5.STABLE12
-Release:	2
+Release:	2.2
 Epoch:		7
 License:	GPL v2
 Group:		Networking/Daemons
@@ -47,6 +47,7 @@
 Patch110:	%{name}-empty-referer.patch
 Patch111:	%{name}-align.patch
 Patch112:	%{name}-2.5.STABLE4-apache-like-combined-log.patch
+Patch113:	%{name}-auth_on_acceleration.patch
 URL:		http://www.squid-cache.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -441,12 +442,14 @@
 %patch110 -p1
 %patch111 -p1
 %{?with_combined_log:%patch112 -p1}
+%patch113 -p1
 
 %{__sed} -i -e '1s#!.*bin/perl#!%{__perl}#' {contrib,scripts,helpers/*/*}/*.pl
 
 %build
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--datadir=%{_datadir}/squid \
@@ -475,6 +478,7 @@
 	--enable-x-accelerator-vary \
 	--localstatedir=/var \
 	--sysconfdir=%{_sysconfdir} \
+	--with-auth-on-acceleration \
 	--with-pthreads
 
 %{__make}
@@ -741,6 +745,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.228  2005/10/31 15:52:07  glen
+- enable auth in acceleration mode
+
 Revision 1.227  2005/10/31 15:12:20  glen
 - adapterized (PreReq killed)
 
================================================================

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




More information about the pld-cvs-commit mailing list