Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537616

Summary: sys-devel/distcc: SOCKSv5 support
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] DevelopmentAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: normal CC: dev-portage
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: http://code.google.com/p/distcc/issues/detail?id=149
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: SOCKSv5 proxy support
Updated patch
Patch v3

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-01-25 00:35:52 UTC
Created attachment 394826 [details, diff]
SOCKSv5 proxy support

Not sure if upstream is alive but we'll be needing this for Portage w/ network-sandbox.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-01-25 13:55:40 UTC
Created attachment 394860 [details, diff]
Updated patch

A small update not to close fds explicitly since distcc does it for us anyway.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-01-26 21:19:35 UTC
Created attachment 394970 [details, diff]
Patch v3

Tiny bug: missing 'break' after case.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-21 19:13:20 UTC
Ping. If I don't receive any reply until 25., I will commit my patches.
Comment 4 Brian Dolbec (RETIRED) gentoo-dev 2015-02-21 19:44:53 UTC
Both Zac and myself pointed out some issues with v3 of the socks5 support.

You have not addressed those issues and submitted an updated patch.

So, no, you won't commit the patch.
Comment 5 Brian Dolbec (RETIRED) gentoo-dev 2015-02-21 19:46:07 UTC
Doh!, sorry, I thought this was a portage bug/portage patch.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-21 21:18:03 UTC
Well, the Portage side is happy these days ;P.
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-27 21:14:40 UTC
+*distcc-3.2_rc1-r3 (27 Feb 2015)
+
+  27 Feb 2015; Michał Górny <mgorny@gentoo.org> +distcc-3.2_rc1-r3.ebuild,
+  +files/distcc-3.2_rc1-socks5.patch:
+  Add support for SOCKSv5 proxy, bug #537616. Needed for network-sandbox support
+  in Portage.