Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537616 - sys-devel/distcc: SOCKSv5 support
Summary: sys-devel/distcc: SOCKSv5 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-25 00:35 UTC by Michał Górny
Modified: 2015-02-27 21:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
SOCKSv5 proxy support (0001-Support-SOCKSv5-proxy.patch,5.50 KB, patch)
2015-01-25 00:35 UTC, Michał Górny
Details | Diff
Updated patch (0001-Support-SOCKSv5-proxy.patch,5.32 KB, patch)
2015-01-25 13:55 UTC, Michał Górny
Details | Diff
Patch v3 (0001-Support-SOCKSv5-proxy.patch,5.33 KB, patch)
2015-01-26 21:19 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.