The BSD/OS X ping6 utility produces slightly different output than the
GNU utility does. This patch has been pending upstream for a while but
the project seems mostly unmaintained.
Since this results in a broken experience on OS X including the patch
here until it gets merged seems like a good way forward.
Also, bumping the revision since this now uses the git commits specified
by upstream, instead of whatever gdm happened to output.
Closes#1768.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2bc2de8124 was just about
a valid commit at the time, but isn't really today. All of these Perl dependencies have
shipped as part of Apple's Perl installation since at least Perl 5.10, which was
added to OS X in 10.6 (Snow Leopard), and 10.6 is the oldest OS X release the core
supports.
Linuxbrew or Tigerbrew may want to look into this more, but for >= 10.6 it's a
completely misleading and never-invoked block.
Throwing out to `=> :perl` is horrible, horrible UX and we can do better, so
let's do so!
Vendoring also means the `Crypt::SSLeay` resource can be built
on OS X El Cap without messing around with PATHs, etc locally, and on older
systems ensures the resource is built against an OpenSSL version actually still
supported upstream.
Closes#1765.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
- bump version
- force regeneration of two outdated BUILT_SOURCES files, which upstream
has under revision control
Closes#1752.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
Version bump for GNU Parallel
This build (2016522) fixes --workdir not working.
New version information available at: http://savannah.gnu.org/forum/forum.php?forum_id=8553Closes#1757.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>