Re: Access to FreeBSD package build server via IPv4-only network

2022-11-14 Thread Philip Paeps
On 2022-11-10 10:58:04 (+0800), Jan Beich wrote: Simon Wright writes: My issue is that since the build servers are IPv6-only and my provider in Philippines does not offer any IPv6 service at all, I need to use a proxy to use curl to access this file: http://beefy16.nyi.freebsd.org/data/131am

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-10 Thread Simon Wright
On 2022-11-11 01:58, Chris wrote: On 2022-11-09 17:46, Simon Wright wrote: I don't want to buy a proxy just to access one small file once or twice a day and free ones seem to be very very thin on the ground. Can anyone recommend a free IPv4 to IPv6 proxy service? Hurricane Electric: https://he

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-10 Thread Chris
On 2022-11-09 17:46, Simon Wright wrote: Hi all! I have a script to update my local ports tree to the same version being used to build the Freebsd packages, then poudriere to build my own packages where I want or need different options from default. I do this to minimise issues with mixing packa

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-09 Thread Simon Wright
On 2022-11-10 11:27, Simon Wright wrote: On 2022-11-10 10:58, Jan Beich wrote: Simon Wright writes: My issue is that since the build servers are IPv6-only and my provider in Philippines does not offer any IPv6 service at all, I need to use a proxy to use curl to access this file: http://beef

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-09 Thread Simon Wright
On 2022-11-10 10:58, Jan Beich wrote: Simon Wright writes: My issue is that since the build servers are IPv6-only and my provider in Philippines does not offer any IPv6 service at all, I need to use a proxy to use curl to access this file: http://beefy16.nyi.freebsd.org/data/131amd64-default/

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-09 Thread Jan Beich
Simon Wright writes: > My issue is that since the build servers are IPv6-only and my provider > in Philippines does not offer any IPv6 service at all, I need to use a > proxy to use curl to access this file: > > http://beefy16.nyi.freebsd.org/data/131amd64-default/.data.json https://pkg-status.f

Access to FreeBSD package build server via IPv4-only network

2022-11-09 Thread Simon Wright
Hi all! I have a script to update my local ports tree to the same version being used to build the Freebsd packages, then poudriere to build my own packages where I want or need different options from default. I do this to minimise issues with mixing package version since I don't want to build *al