- When shutdown, the correct behavior is to send SIGHUP.
- New patch patch-icmp_echo_engine.c: When PID of the gogoc process greater
than 65536, it can not perform timeout ping check correctly, due to
echo_id in icmp_hdr is declared as uint16_t.
- New patch patch-freebsd.sh: To mute dmesg noise "nd6_dad_timer: cancel
DAD on tun0 because of ND6_IFF_IFDISABLED."
- Don't overwrite gogoc.conf on install.
PR: 211426
Submitted by: Clive Lin <clive@tongi.org>
Approved by: maintainer timeout (8 months)
Beside the new upstream release, the port was cleaned up a bit to be
closer to the lang/rust* ports.
PR: 217338
Reported by: jbeich
Approved by: antoine
Differential Revision: https://reviews.freebsd.org/D9906
watch checks and events.
- Update a constant with the proper version of consul-alerts.
- Fix pkg-descr replacing URL by WWW keyword.
PR: ports/218027
Submitted by: John Hixson <jhixson@gmail.com> (maintainer)
- Remove MAKE_ARGS, CPPFLAGS, LDFLAGS - handled by configure
- Use configure to handle DEBUG option
- Add description for OPTIMIZED_FLAGS
- Disable OPENMP option for now - impossible to use without significant
manual intervention on 10.x-11.x (needs devel/llvm39 or modern gcc)
- Use configure to handle SSE option (only provided on i386/amd64, enabled by default on amd64)
- Conditionally install DOCS
PR: 217987
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> (except OPENMP stuff)
Mark the NLS options and the STATIC options as conflicting
the binutils built system tries to statically link to the dynamic version of
libintl which obviously fails
omniauth-oauth2-generic provides an OmniAuth strategy for authenticating with an
OAuth2 service using the authorization grant flow.
Most OmniAuth gems are written either as abstractions (omniauth-oauth2) or for a
specific provider (omniauth-github), but this one is designed to be configurable
enough to work with any basic OAuth2 provider. The primary differences between
OAuth2 provider strategies in OmniAuth are:
- The server's domain
- The URL paths used to authorize, request tokens and get user info
- The structure of the returned user information
These are all configurable options in this gem. There my be certain
requirements/features of some providers not covered by this gem's options, but
it was designed primarily so that if you are implementing your own OAuth2
provider for your service, you don't need to write an OmniAuth strategy as long
as it is compatible with the basic options provided by this gem.
WWW: https://gitlab.com/satorix/omniauth-oauth2-generic
Extension to ActiveRecord::Base for validating hostnames and domain names.
Features:
- Adds validation for hostnames to ActiveModel
- Supports i18n for the error messages
WWW: https://github.com/KimNorgaard/validates_hostname