rpms/squid/devel .cvsignore, 1.65, 1.66 sources, 1.68, 1.69 squid.spec, 1.175, 1.176

Henrik Nordström hno at fedoraproject.org
Mon May 31 19:59:21 UTC 2010


Author: hno

Update of /cvs/pkgs/rpms/squid/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24691

Modified Files:
	.cvsignore sources squid.spec 
Log Message:
List header case-insensitiveness bugfix


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/squid/devel/.cvsignore,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- .cvsignore	30 May 2010 13:55:31 -0000	1.65
+++ .cvsignore	31 May 2010 19:59:21 -0000	1.66
@@ -1,2 +1,3 @@
 squid-3.1.4.tar.bz2
 squid-3.1.4.tar.bz2.asc
+squid-3-10526.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/squid/devel/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- sources	30 May 2010 13:55:31 -0000	1.68
+++ sources	31 May 2010 19:59:21 -0000	1.69
@@ -1,2 +1,3 @@
 3fb544ae02fadc2b4085f62bb927e861  squid-3.1.4.tar.bz2
 a4abc8a4710d6fc59478293125f027bc  squid-3.1.4.tar.bz2.asc
+9601e84f06b7bbe4e44c133f9d0c585f  squid-3-10526.patch


Index: squid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squid/devel/squid.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -p -r1.175 -r1.176
--- squid.spec	30 May 2010 13:55:31 -0000	1.175
+++ squid.spec	31 May 2010 19:59:21 -0000	1.176
@@ -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 fo
 %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 at henriknordstrom.net> - 7: 3.1.4-2
+- Correct case-insensitiveness in HTTP list header parsing
+
 * Sun May 30 2010 Henrik Nordstrom <henrik at 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



More information about the scm-commits mailing list