Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669078 - net-proxy/http-replicator fails to connect when using --ipv6
Summary: net-proxy/http-replicator fails to connect when using --ipv6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-20 16:07 UTC by spock128
Modified: 2018-11-04 12:34 UTC (History)
0 users

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


Attachments
combined ipv6 support patch (IPv6-support.patch,2.21 KB, patch)
2018-10-27 17:28 UTC, spock128
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description spock128 2018-10-20 16:07:14 UTC
I have http-replicator set up to cache distfiles for my machines. I also have IPv6 connectivity, and enabled the --ipv6 option in /etc/conf.d/http-replicator.

Unfortunately, http-replicator will fail to connect to IPv6 servers, returning a 500 Internal Server Error.

This upstream pull request appears to fix the issue:
https://github.com/gertjanvanzwieten/replicator/pull/3
Comment 1 spock128 2018-10-27 17:28:14 UTC
Created attachment 553368 [details, diff]
combined ipv6 support patch

This is the linked pull request re-applied on the current gentoo patchset for net-proxy/http-replicator
Comment 2 spock128 2018-10-27 17:36:16 UTC
(derp) all this time I never specified which version, which would be critically important: net-proxy/http-replicator-4.0_alpha2-r6
Comment 3 Larry the Git Cow gentoo-dev 2018-11-04 12:34:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c626c6625208d815bb9c86256424bec1b10b842

commit 0c626c6625208d815bb9c86256424bec1b10b842
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-11-04 12:00:16 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-11-04 12:33:51 +0000

    net-proxy/http-replicator: Fix ipv6 support
    
    Thanks-to: spock128@gmail.com
    Closes: https://bugs.gentoo.org/669078
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/http-replicator-4.0_alpha2-ipv6.patch    | 68 +++++++++++++++++++
 .../http-replicator-4.0_alpha2-r7.ebuild           | 78 ++++++++++++++++++++++
 2 files changed, 146 insertions(+)