Raster::resize() was being called with a negative width or height due to
bad state being stored in the config. This resulted in fldigi crashing
before the UI was displayed. This patch works around the problem and has
been submitted upstream.
This update includes Oracle Critical Patch Advisory published on July 2018
More info:
http://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.html#AppendixMSQL
Also:
Delete upstreamed hunks of patches.
Change local patches regarding upstream changes.
PR: 229861
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by: The FreeBSD Foundation
UnicodeUtils implements Unicode algorithms for case conversion, normalization,
text segmentation and more in pure Ruby code.
WWW: https://github.com/lang/unicode_utils
Minikube is a tool that makes it easy to run Kubernetes locally.
Minikube runs a single-node Kubernetes cluster inside a VM on your laptop
for users looking to try out Kubernetes or develop with it day-to-day.
After r476919, post-patch was changing incorrectly the Python
interpreter that `duply` uses.
Without this patch, `duply` will look for the same interpreter
that `duplicity` uses.
PR: 230544
Submitted by: Peter Putzer <freebsd@mnd.sc>
Approved by: just fix it
Since this port depends on www/py-django-keyedcache which has been removed,
expire this port in one month.
PR: 230526
Submitted by: rene
Approved by: maintainer (ports@caomhin.org)
Sponsored by: Essen Hackathon
PR: 230527
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by: The FreeBSD Foundation
GCC 7 was set as default in r475856
math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from
dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of
supported compilers.
As a side effect this makes cad/openvsp build again.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16650
Remove dependency on outdated security/go.crypto port and switch it to
current golang.org/x/crypto master.
PR: 230197
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: nbari@tequila.io (maintainer)
- Enable random by default in periodic script and anticongestion function [1]
Periodic scripts that hit external servers can cause a "thundering herd"
problem, whereby many systems' periodic scripts run at the same time, and
overload the server. To prevent this, such scripts should sleep for a
random amount of time before hitting the external server.
Changes: http://duply.net/wiki/index.php/Duply-Changelog
PR: 218443 [1]
PR: 230308
Submitted by: Nathan <ndowens@yahoo.com>
Reported by: asomers [1]
Approved by: michael@ranner.eu (maintainer)