|
|
@@ -39,7 +39,7 @@ Class: BASE
|
|
|
Group: Web
|
|
|
License: GPL
|
|
|
Version: %{V_maj}.%{V_min}.%{V_rev}
|
|
|
-Release: 20040813
|
|
|
+Release: 20040829
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -66,6 +66,9 @@ Patch10: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bu
|
|
|
Patch11: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-concurrent_dns_lookups.patch
|
|
|
Patch12: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ldap_helpers.patch
|
|
|
Patch13: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ufs_no_valid_dir.patch
|
|
|
+Patch14: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-digest_crash.patch
|
|
|
+Patch15: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ntlm_fetch_string.patch
|
|
|
+Patch16: http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ntlm_noreuse_leak.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -101,7 +104,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n squid-%{V_maj}.%{V_min}.STABLE%{V_rev}
|
|
|
- %patch -p1 -P 1 2 3 4 5 6 7 8 9 10 11 12 13
|
|
|
+ %patch -p1 -P 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
|
|
%if "%{with_icap}" == "yes"
|
|
|
%patch -p0 -P 0
|
|
|
find . -name "*.orig" -print | xargs rm -f
|