Browse Source

more vendor patches

Ralf S. Engelschall 21 years ago
parent
commit
1f842cc255
1 changed files with 5 additions and 2 deletions
  1. 5 2
      squid/squid.spec

+ 5 - 2
squid/squid.spec

@@ -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