rpms/squid/F-10 squid.spec,1.118,1.119

Henrik Nordström hno at fedoraproject.org
Sat Aug 1 11:44:28 UTC 2009


Author: hno

Update of /cvs/pkgs/rpms/squid/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11212

Modified Files:
	squid.spec 
Log Message:
Squid Bug #2728: regression: assertion failed: http.cc:705: "!eof"


Index: squid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squid/F-10/squid.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- squid.spec	27 Jul 2009 19:43:13 -0000	1.118
+++ squid.spec	1 Aug 2009 11:44:28 -0000	1.119
@@ -4,7 +4,7 @@
 
 Name:     squid
 Version:  3.0.STABLE17
-Release:  1%{?dist}
+Release:  3%{?dist}
 Summary:  The Squid proxy caching server
 Epoch:    7
 License:  GPLv2+
@@ -22,6 +22,10 @@ Source98: perl-requires-squid.sh
 
 # Upstream patches
 #Patch001: http://www.squid-cache.org/Versions/v3/3.0/changesets/bXXXX.patch
+Patch001: http://www.squid-cache.org/Versions/v3/3.0/changesets/b9080.patch
+Patch002: http://www.squid-cache.org/Versions/v3/3.0/changesets/b9081.patch
+Patch003: http://www.squid-cache.org/Versions/v3/3.0/changesets/b9082.patch
+
 
 # External patches
 
@@ -59,6 +63,9 @@ lookup program (dnsserver), a program fo
 %prep
 %setup -q
 
+%patch001 -p0 -b .b9080
+%patch002 -p0 -b .b9081
+%patch003 -p0 -b .b9082
 %patch201 -p1 -b .config
 %patch202 -p1 -b .location
 %patch203 -p1 -b .build
@@ -340,7 +347,10 @@ fi
     chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
 
 %changelog
-* Mon Jul 27 2009 Henrik Nordstrom <henrik at henriknordstrom.net> - 3.0.STABLE17-1
+* Sat Aug 01 2009 Henrik Nordstrom <henrik at henriknordstrom.net> - 7:3.0.STABLE17-3
+- Squid Bug #2728: regression: assertion failed: http.cc:705: "!eof"
+
+* Mon Jul 27 2009 Henrik Nordstrom <henrik at henriknordstrom.net> - 7:3.0.STABLE17-1
 - Bug #514014, update to 3.0.STABLE17 fixing the denial of service issues
   mentioned in Squid security advisory SQUID-2009_2.
 




More information about the scm-commits mailing list