fix for delay pool from upstream

This commit is contained in:
Martin Stransky 2005-10-24 13:54:41 +00:00
parent e5965b07ec
commit cc86102a6c

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server.
Name: squid
Version: 2.5.STABLE11
Release: 5
Release: 6
Epoch: 7
License: GPL
Group: System Environment/Daemons
@ -30,6 +30,7 @@ Patch107: squid-2.5.STABLE11-IMS-HEAD.patch
Patch108: squid-2.5.STABLE11-redirect-CONNECT.patch
Patch109: squid-2.5.STABLE11-setcookie.patch
Patch110: squid-2.5.STABLE11-rfc1738_do_escape.patch
Patch111: squid-2.5.STABLE11-delaypool_3_255.patch
# Local patches
# Applying upstream patches first makes it less likely that local patches
@ -74,6 +75,7 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch108 -p1
%patch109 -p1
%patch110 -p1
%patch111 -p1
%patch201 -p1 -b .config
%patch202 -p1 -b .location
@ -330,6 +332,9 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
%changelog
* Mon Oct 24 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-6
- fix for delay pool from upstream
* Thu Oct 20 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-5
- fix for #171213 - CVE-2005-3258 Squid crash due to malformed FTP response
- more fixes from upstream