List header case-insensitiveness bugfix

This commit is contained in:
Henrik Nordström 2010-05-31 19:59:21 +00:00
parent 79d2dd35c2
commit bc9c90b4f1
3 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,3 @@
squid-3.1.4.tar.bz2 squid-3.1.4.tar.bz2
squid-3.1.4.tar.bz2.asc squid-3.1.4.tar.bz2.asc
squid-3-10526.patch

View File

@ -1,2 +1,3 @@
3fb544ae02fadc2b4085f62bb927e861 squid-3.1.4.tar.bz2 3fb544ae02fadc2b4085f62bb927e861 squid-3.1.4.tar.bz2
a4abc8a4710d6fc59478293125f027bc squid-3.1.4.tar.bz2.asc a4abc8a4710d6fc59478293125f027bc squid-3.1.4.tar.bz2.asc
9601e84f06b7bbe4e44c133f9d0c585f squid-3-10526.patch

View File

@ -4,7 +4,7 @@
Name: squid Name: squid
Version: 3.1.4 Version: 3.1.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Epoch: 7 Epoch: 7
License: GPLv2 License: GPLv2
@ -22,6 +22,7 @@ Source98: perl-requires-squid.sh
# Upstream patches # Upstream patches
#Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-xxxx.patch #Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-xxxx.patch
Patch001: http://www.squid-cache.org/Versions/v3/HEAD/changesets/squid-3-10526.patch
# Local patches # Local patches
# Applying upstream patches first makes it less likely that local patches # Applying upstream patches first makes it less likely that local patches
@ -69,6 +70,7 @@ lookup program (dnsserver), a program for retrieving FTP data
%setup -q %setup -q
#patch001 -p0 -b .3.1-xxxx #patch001 -p0 -b .3.1-xxxx
%patch001 -p0 -b .3-10526
%patch201 -p1 -b .config %patch201 -p1 -b .config
%patch202 -p1 -b .location %patch202 -p1 -b .location
@ -259,6 +261,9 @@ fi
%changelog %changelog
* Mon May 31 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7: 3.1.4-2
- Correct case-insensitiveness in HTTP list header parsing
* Sun May 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-1 * Sun May 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-1
- Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory - Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory
management, follow_x_forwarded_for, and stability fixes management, follow_x_forwarded_for, and stability fixes