Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528072 - >=net-proxy/privoxy-3.0.21-r2 - add USE=ipv6
Summary: >=net-proxy/privoxy-3.0.21-r2 - add USE=ipv6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-11-03 02:24 UTC by and
Modified: 2015-01-08 16:12 UTC (History)
1 user (show)

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


Attachments
privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch (privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch,839 bytes, patch)
2014-11-03 02:25 UTC, and
Details | Diff
privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch (privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch,717 bytes, patch)
2014-11-04 11:41 UTC, and
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description and 2014-11-03 02:24:43 UTC
privoxy enabled ipv6 support by default, which can be disabled if needed.

Currently gentoo ebuild don't support ipv6 USE flag. 
Let's implement it for situation where gentoo users need privoxy without ipv6 support.

enabled/disabled FEATURE_IPV6_SUPPORT can be checked by 
requesting http://config.privoxy.org/show-status via own privoxy proxy.


Reproducible: Always
Comment 1 and 2014-11-03 02:25:19 UTC
Created attachment 388380 [details, diff]
privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch
Comment 2 and 2014-11-04 11:41:32 UTC
Created attachment 388518 [details, diff]
privoxy-3.0.21-r2.ebuild_add_ipv6_useflag.patch

using use_enable helper to deal easy with --enable-ipv6-support vs --disable-ipv6-support
Comment 3 Andrew Savchenko gentoo-dev 2015-01-08 16:12:31 UTC
Fixed in version 3.0.22 which is in tree now.