Expose local servers behind NATs and firewalls to the public internet
over secure tunnels.
URL: https://ngrok.com
PR: 212883
Submitted by: jhixson@gmail.com
Hook up to the test framework.
Sort the plist the same way make makeplist does, so that next updates
are easier to work on.
PR: 213417
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight
In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
~~~~~^~~~~~~~~~~~~~~
tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
^
Reported by: pkg-fallout
USES=compiler cannot pull newer C++14 compatible libc++ version.
In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
~~~~~^~~~~~~~~~~~~~~
tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
^
Reported by: pkg-fallout
turbolinks was completely rewritten and released as version 5.x. The old
branch 2.5.x was renamed to turbolinks-classic.
www/gitlab still depends on the old version of rubygem-turbolinks.
Therefore its revived as a new port, while the updated turbolinks
port will satisfy www/rubygem-rails4.
PR: 213218
Approved by: swills (mentor)
This version contains the fix for CVE-2016-1513 that was fixed locally
in 4.1.2_8 with a patch from upstream.
Configure now requires p5-LWP-Protocol-https, though we don't actually
use it we don't use bootstrap to download anything.
assertions on a particular piece of arm inline assembly. This applies
to:
* mail/thunderbird
* www/firefox
* www/firefox-esr
* www/libxul
* www/seamonkey
Approved by: jbeich (maintainer)
PR: 203989
MFH: 2016Q4