Bläddra i källkod

Squid 3.x now supports ICAP and ESI

Ralf S. Engelschall 17 år sedan
förälder
incheckning
78f5b8cb50
1 ändrade filer med 9 tillägg och 1 borttagningar
  1. 9 1
      squid/squid.spec

+ 9 - 1
squid/squid.spec

@@ -37,7 +37,7 @@ Class:        BASE
 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 @@ Release:      20080623
 %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
@@ -125,6 +127,12 @@ AutoReqProv:  no
 %endif
 %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" \