diff --git a/.cvsignore b/.cvsignore index 2f5293f..a803153 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ squid-3.1.4.tar.bz2 squid-3.1.4.tar.bz2.asc +squid-3-10526.patch diff --git a/sources b/sources index 7b4833c..adeed0d 100644 --- a/sources +++ b/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 diff --git a/squid.spec b/squid.spec index 7fda1aa..6b40610 100644 --- a/squid.spec +++ b/squid.spec @@ -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 - 7: 3.1.4-2 +- Correct case-insensitiveness in HTTP list header parsing + * Sun May 30 2010 Henrik Nordstrom - 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