On Thu, 31 Mar 2016 15:11:44 +0200 Jose Vicente Beneyto <sepen@crux-arm.nu> wrote:
Hey,
On 31/03/16 14:36, John Vogel wrote:
After seeing the recent commit for libbluray about hosting the source, I was curious to see if this was a wget bug. I got a hit when doing a web search (1). I'm not certian if it's a bug or not, but the info from the link bore out: curl has no problems with this source address; and, if the source address is changed from ftp://ftp... to http://ftp... , then wget fetches the tarball just fine.
1) http://comments.gmane.org/gmane.linux.slackware.slackbuilds.user/13108
it worked without passive ftp mode:
wget --no-passive-ftp ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
You could setup PKGMK_WGET_OPTS="--no-passive-ftp" in /etc/pkgmk.conf
Regards,
-- Jose V Beneyto | sepen@crux.nu
This looks good at first glance. But I wonder if this opens up a new issue with firewalls (either client or server or both) blocking the ftp data port. If that is the case, might setting PKGMK_WGET_OPTS globally like that be a recipe for headaches later? Cheers, John