From George Koehler <kernigh () gmail ! com> (thanks!), tested on macppc.
OK jca@ and bcallah@, "go ahead and fix !clang arches!" rsadowski@ (who has
tested on amd64 as well).
The PRECIS framework makes internationalized user names and passwords safer for
use by applications. PRECIS profiles transform unicode strings into a canonical
form, suitable for comparison.
This Python module implements the PRECIS framework as described in:
- PRECIS Framework: Preparation, Enforcement, and Comparison of
Internationalized Strings in Application Protocols (RFC 8264)
- Preparation, Enforcement, and Comparison of Internationalized Strings
Representing Usernames and Passwords (RFC 8265)
- Preparation, Enforcement, and Comparison of Internationalized Strings
Representing Nicknames (RFC 8266)
OK rsadowski@
changes aren't too extreme, but upgrading users should review upgrade notes
in /usr/local/share/doc/asterisk (UPGRADE-14.txt, UPGRADE-15.txt, UPGRADE.txt).
See https://www.mozilla.org/en-US/firefox/65.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-01/
* link against systemwide icu4c now that it's been updated
* add 'video' to main process pledge: note that by default on OpenBSD
only root can access the video device, so this changes nothing.
* document how to enable audio recording and changing video/webcam
device ownership for proper WebRTC usage.
beware if you try building this: in -current, rust fails to build any
mozilla since the devel/llvm update, but this is known and being worked on.
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.
Fix by grabbing updated macros and re-generating the configure script.
Sync WANTLIB while here.
backport a fix to address a bug triggered by amavisd-new
skip a regression test that will not work for us
regression test workaround by afresh1@
ok afresh1@
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.
Fix by grabbing updated macros and re-generating the configure script.