Re: [PATCH] Support ICY protocol (ICECast / ICEShout servers) in Squid-3

2009-11-02 Thread Amos Jeffries
Amos Jeffries wrote: Since we have no central place where the headers are upgraded I've had to skip porting the upgrade_http0.9 hack in Squid-2 and go straight to accepting ICY protocol as an accepted response protocol and handling it. Somewhat primitive for now. It's limited to parsing and

Re: [PATCH] 3.1: Fix build issues on opensolaris-sparc

2009-11-02 Thread Kinkie
Here's an updated version of the patch. The previous one breaks the build on Linux. I've committed a forward-port of this patch to trunk. K. On Mon, Nov 2, 2009 at 1:13 PM, Kinkie gkin...@gmail.com wrote: Hi all,  the attached patch allows 3.1 to build on opensolaris sparc. Things are not

Re: [PATCH] Support ICY protocol (ICECast / ICEShout servers) in Squid-3

2009-11-02 Thread Amos Jeffries
On Mon, 02 Nov 2009 22:22:41 +0100, Henrik Nordstrom wrote: mån 2009-11-02 klockan 00:43 +1300 skrev Amos Jeffries: Since we have no central place where the headers are upgraded I've had to skip porting the upgrade_http0.9 hack in Squid-2 and go straight to accepting ICY protocol as an

Re: /bzr/squid3/trunk/ r10069: Fixed OpenSolaris build issues.

2009-11-02 Thread Amos Jeffries
Just a note on this change... I'm trying to get rid of XTRA_LIBS entirely. It's adding to the code bloat and external library dependencies in Squid. Moving towards a model of the binaries and/or components which require specific libraries link their @FOOLIB@ explicitly when needed. Please make

Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #177

2009-11-02 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/177/changes Changes: [Automatic source maintenance squid...@squid-cache.org] SourceFormat Enforcement [Henrik Nordstrom hen...@henriknordstrom.net] Rename --without-libexpat back to --without-expat. The expat project goes under the

Re: /bzr/squid3/trunk/ r10069: Fixed OpenSolaris build issues.

2009-11-02 Thread Robert Collins
On Tue, 2009-11-03 at 13:19 +1300, Amos Jeffries wrote: Just a note on this change... I'm trying to get rid of XTRA_LIBS entirely. It's adding to the code bloat and external library dependencies in Squid. This isn't clear to me, can you expand on it please. Specifically how XTRA_LIBS - the