fix for #171213 - CVE-2005-3258 Squid crash due to malformed FTP response,

more fixes from upstream
This commit is contained in:
Martin Stransky 2005-10-20 08:29:19 +00:00
parent 1866673647
commit e5965b07ec

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server.
Name: squid
Version: 2.5.STABLE11
Release: 4
Release: 5
Epoch: 7
License: GPL
Group: System Environment/Daemons
@ -25,6 +25,11 @@ Patch102: squid-2.5.STABLE11-ldap_auth.patch
Patch103: squid-2.5.STABLE11.accel_single_host_pconn.patch
Patch104: squid-2.5.STABLE11-CACHE_HTTP_PORT.patch
Patch105: squid-2.5.STABLE11-CNAME.patch
Patch106: squid-2.5.STABLE11-httpd_accel-internal.patch
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
# Local patches
# Applying upstream patches first makes it less likely that local patches
@ -64,6 +69,11 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch103 -p1
%patch104 -p1
%patch105 -p1
%patch106 -p1
%patch107 -p1
%patch108 -p1
%patch109 -p1
%patch110 -p1
%patch201 -p1 -b .config
%patch202 -p1 -b .location
@ -320,6 +330,10 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
%changelog
* 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
* Fri Oct 14 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-4
- enabled support for large files (#167503)