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

2009-11-02 Thread Amos Jeffries
Robert Collins wrote: 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

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 - th

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

2009-11-02 Thread noc
See Changes: [Automatic source maintenance ] SourceFormat Enforcement [Henrik Nordstrom ] Rename --without-libexpat back to --without-expat. The expat project goes under the name expat -

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

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 a

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

2009-11-02 Thread noc
See Changes: [Henrik Nordstrom ] Rename --without-libexpat back to --without-expat. The expat project goes under the name expat [Francesco Chemolli ] Fixed OpenSolaris build issues. -

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

2009-11-02 Thread Henrik Nordstrom
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 accepted response protocol and handling it. What do you mean by

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

2009-11-02 Thread noc
See Changes: [Francesco Chemolli ] Fixed OpenSolaris build issues. [Amos Jeffries ] HTTP unit-test: reset test parser if protocol has changed. -- [...truncated 5141 lines...] /bin/sh

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 wrote: > Hi all, >  the attached patch allows 3.1 to build on opensolaris sparc. Things > are not fine yet, as it

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

2009-11-02 Thread Kinkie
Hi all, the attached patch allows 3.1 to build on opensolaris sparc. Things are not fine yet, as it uncovers a broken ICMP test (in Icmp::CheckSum - may be endianness-related?). I'll soon commit a similar fix to trunk (it doesn't apply cleanly due to SourceLayout). -- /kinkie === modified

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

2009-11-02 Thread noc
See Changes: [Amos Jeffries ] HTTP unit-test: reset test parser if protocol has changed. [Amos Jeffries ] Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol. This makes Squid accept the ICY protocol replies and

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