From 9a56c4c099f8774475cf89f86758c61cf50a251f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 8 Jun 2006 09:22:25 +0000 Subject: [PATCH] upstream fix for squid BZ#1511 - assertion failed --- squid.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/squid.spec b/squid.spec index 04bc1ff..00a4a35 100644 --- a/squid.spec +++ b/squid.spec @@ -5,7 +5,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.5.STABLE14 -Release: 1 +Release: 2 Epoch: 7 License: GPL Group: System Environment/Daemons @@ -19,6 +19,7 @@ Source98: perl-requires-squid.sh ## Source99: filter-requires-squid.sh # Upstream patches +Patch100: squid-2.5.STABLE14-httpReplyDestroy.patch # External patches Patch150: squid-2.5.STABLE12-follow-xff.patch @@ -58,6 +59,8 @@ lookup program (dnsserver), a program for retrieving FTP data %prep %setup -q +%patch100 -p1 -b .rpl + %patch150 -p1 -b .follow-xff %patch201 -p1 -b .config @@ -327,6 +330,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true %changelog +* Tue Jun 8 2006 Martin Stransky - 7:2.5.STABLE14-2 +- fix for squid BZ#1511 - assertion failed: HttpReply.c:105: "rep" + * Tue May 30 2006 Martin Stransky - 7:2.5.STABLE14-1 - update to new upstream