DeviceDetector is a precise and fast user agent parser and device detector,
backed by the largest and most up-to-date user agent database.
DeviceDetector will parse any user agent and detect the browser, operating
system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand
and model.
DeviceDetector detects thousands of user agent strings, even from rare and
obscure browsers and devices.
DeviceDetector is optimized for speed of detection, by providing optimized code
and in-memory caching.
WWW: https://github.com/podigee/device_detector
The failure mode looked as follows:
In file included from /scratch/tmp/gerald/gcc-HEAD/libcpp/system.h:442:
In file included from /usr/include/c++/v1/new:91:
/usr/include/c++/v1/exception:180:5: error: no member named 'fancy_abort'
in namespace 'std::__1'; did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~~~~~
If not installed, the user list in the Plasma 5 System Settings
(Personalization->Account Details->User Manager)
will be empty and adding/editing users is not possible.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D15538
File bankruptcy with net-im/mastodon. After the www/node upgrade to 10, it
broke again. In general, the return to effort ratio trying to contort
these node modules and ruby gems in to a port is too low (for me). I will
leave the port here for about a month in case anyone else would like to
give it a go.
For those who want to run a FreeBSD-based instance on the "fediverse", it
is probably easier to simply follow Mastodon's installation guide.
Alternatively, I have heard good things about Pleroma [1], so you may want
to give it a try.
[1] https://git.pleroma.social/pleroma/pleroma
- This is the last planned v2.2.x release. We didn't fix everything reported (especially build changes) to try to minimize any unexpected breakages.
* login-proxy: If ssl_require_crl=no, allow revoked certificates.
Also don't do CRL checks for incoming client certificates.
* stats plugin: Don't temporarily enable PR_SET_DUMPABLE while opening
/proc/self/io. This may still cause security problems if the process
is ptrace()d at the same time. Instead, open it while still running
as root.
+ doveadm: Added mailbox cache decision&remove commands. See
doveadm-mailbox(1) man page for details.
+ doveadm: Added rebuild attachments command for rebuilding
$HasAttachment or $HasNoAttachment flags for matching mails. See
doveadm-rebuild(1) man page for details.
+ cassandra: Use fallback_consistency on more types of errors
- cassandra: Fix consistency=quorum to work
- dsync: Lock file generation failed if home directory didn't exist
- In some configs if namespace root directory didn't yet exist, Dovecot
failed to create mailboxes.lock when trying to create mailboxes
- Snippet generation for HTML mails didn't ignore &entities inside
blockquotes, producing strange looking snippets.
- imapc: Fix assert-crash if getting disconnected and after
reconnection all mails in the selected mailbox are gone.
- pop3c: Handle unexpected server disconnections without assert-crash
- fts: Fixes to indexing mails via virtual mailboxes.
- fts: If mails contained NUL characters, the text around it wasn't
indexed.
- Obsolete dovecot.index.cache offsets were sometimes used. Trying to
fetch a field that was just added to cache file may not have always
found it.
- dict-sql: Fix crash when reading NULL value from database
This release improves the stability and resiliency of the RPZ
implementation, prevents metrics gathering from slowing down the
processing of DNS queries and fixes an issue related to the cleaning
of EDNS Client Subnet entries from the cache.
Full changelog:
https://blog.powerdns.com/2018/05/22/powerdns-recursor-4-1-3-released/
PR: 228434
Submitted by: maintainer
- Drop upstreamed patches
Regressions on FreeBSD:
- Kodi segfaults on startup when VAAPI and VDPAU are enabled.
Disable them by default for now and mark them as broken.
- For GBM and WAYLAND Kodi has switched to using libinput for input device
support and now aborts with a bus error on startup.