List header case-insensitiveness bugfix
This commit is contained in:
parent
79d2dd35c2
commit
bc9c90b4f1
@ -1,2 +1,3 @@
|
||||
squid-3.1.4.tar.bz2
|
||||
squid-3.1.4.tar.bz2.asc
|
||||
squid-3-10526.patch
|
||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
||||
3fb544ae02fadc2b4085f62bb927e861 squid-3.1.4.tar.bz2
|
||||
a4abc8a4710d6fc59478293125f027bc squid-3.1.4.tar.bz2.asc
|
||||
9601e84f06b7bbe4e44c133f9d0c585f squid-3-10526.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
License: GPLv2
|
||||
@ -22,6 +22,7 @@ Source98: perl-requires-squid.sh
|
||||
|
||||
# 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/HEAD/changesets/squid-3-10526.patch
|
||||
|
||||
# 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
|
||||
|
||||
#patch001 -p0 -b .3.1-xxxx
|
||||
%patch001 -p0 -b .3-10526
|
||||
|
||||
%patch201 -p1 -b .config
|
||||
%patch202 -p1 -b .location
|
||||
@ -259,6 +261,9 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory
|
||||
management, follow_x_forwarded_for, and stability fixes
|
||||
|
Loading…
Reference in New Issue
Block a user