upstream fix for squid BZ#1511 - assertion failed

This commit is contained in:
Martin Stransky 2006-06-08 09:22:25 +00:00
parent 6eb01e9351
commit 9a56c4c099

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server. Summary: The Squid proxy caching server.
Name: squid Name: squid
Version: 2.5.STABLE14 Version: 2.5.STABLE14
Release: 1 Release: 2
Epoch: 7 Epoch: 7
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -19,6 +19,7 @@ Source98: perl-requires-squid.sh
## Source99: filter-requires-squid.sh ## Source99: filter-requires-squid.sh
# Upstream patches # Upstream patches
Patch100: squid-2.5.STABLE14-httpReplyDestroy.patch
# External patches # External patches
Patch150: squid-2.5.STABLE12-follow-xff.patch Patch150: squid-2.5.STABLE12-follow-xff.patch
@ -58,6 +59,8 @@ lookup program (dnsserver), a program for retrieving FTP data
%prep %prep
%setup -q %setup -q
%patch100 -p1 -b .rpl
%patch150 -p1 -b .follow-xff %patch150 -p1 -b .follow-xff
%patch201 -p1 -b .config %patch201 -p1 -b .config
@ -327,6 +330,9 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
%changelog %changelog
* Tue Jun 8 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-2
- fix for squid BZ#1511 - assertion failed: HttpReply.c:105: "rep"
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-1 * Tue May 30 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-1
- update to new upstream - update to new upstream