OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jul-2008 20:06:59
Branch: HEAD Handle: 2008071019065800
Modified files:
openpkg-src/squid squid.spec
Log:
Squid 3.x now supports ICAP and ESI
Summary:
Revision Changes Path
1.129 +9 -1 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 squid.spec
--- openpkg-src/squid/squid.spec 23 Jun 2008 08:52:17 -0000 1.128
+++ openpkg-src/squid/squid.spec 10 Jul 2008 18:06:58 -0000 1.129
@@ -37,7 +37,7 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20080623
+Release: 20080710
# package options
%option with_fsl yes
@@ -45,6 +45,8 @@
%option with_snmp no
%option with_ntlm no
%option with_largefile no
+%option with_icap no
+%option with_esi no
# list of sources
Source0:
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}.tar.gz
@@ -126,6 +128,12 @@
%if "%{with_largefile}" == "yes"
--with-large-files \
%endif
+%if "%{with_icap}" == "yes"
+ --with-icap-client \
+%endif
+%if "%{with_esi}" == "yes"
+ --with-esi \
+%endif
--enable-basic-auth-helpers="NCSA" \
--enable-digest-auth-helpers="password" \
--enable-default-err-language=English \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]