Squid Bug #2635: assertion failed: HttpHeader.cc:1196: "Headers[id].type ==
ftInt64"
This commit is contained in:
parent
7a3988b9fd
commit
f0f15ead56
@ -1 +1,2 @@
|
||||
squid-3.0.STABLE14.tar.bz2
|
||||
b9001.patch
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
7aaff2319d2263404d788a82a10c8633 squid-3.0.STABLE14.tar.bz2
|
||||
6c97159c5ed473c3770864fd54dcccc7 b9001.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.0.STABLE14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
License: GPLv2+
|
||||
@ -20,6 +20,7 @@ Source98: perl-requires-squid.sh
|
||||
## Source99: filter-requires-squid.sh
|
||||
|
||||
# Upstream patches
|
||||
Patch001: http://www.squid-cache.org/Versions/v3/3.0/changesets/b9001.patch
|
||||
|
||||
# External patches
|
||||
|
||||
@ -64,7 +65,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%patch204 -p1 -b .perlpath
|
||||
%patch205 -p1 -b .smb-path
|
||||
%patch208 -p1 -b .from_manpg
|
||||
%patch209 -p1 -b .gcc44
|
||||
#patch209 -p1 -b .gcc44
|
||||
|
||||
%build
|
||||
export CXXFLAGS="-fPIE %{optflags}" ; export CFLAGS="-fPIE -Os -g -pipe -fsigned-char %{optflags}" ; export LDFLAGS="-pie" ;
|
||||
@ -337,6 +338,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Mon Apr 20 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.0.STABLE14-2
|
||||
- Squid bug #2635: assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
|
||||
|
||||
* Sun Apr 19 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-1
|
||||
- Upgrade to 3.0.STABLE14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user