- rework the README a bit, install notes may still need some fixes
- note: run daily.sh as _librenms after installing the new version to
update schemas, you will see errors when you try to login if you don't
do this.
- note: some things moved from symbolic links to real files which
pkg_add -u doesn't cope with (this is the same case as "exotest" in
regress/usr.sbin/pkg_add). pkg_delete then pkg_add when updating.
@ask-update is used in the plist to try to warn you and ask you to
cancel during the update in this case.
* Uses the proposed update to net/libtorrent-rasterbar 1.2.3 that moves
to python 3 and proposed fix for devel/boost python 3 bindings.
* python 2 is an optional dependency used at runtime for this port for
some runtime search plugin stuff among other things. I left it as is.
* Builds translations
* Regen WANTLIB
Changelog:
118af03534/Changelog
Diff and notes above from Nam Nguyen, OK kn@
This update fixes devel/git-cola segfaulting on exit. landry@ was so
kind to check if this update doesn't break qgis.
While here switch HOMEPAGE to https.
OK landry@
"- Fix potential memory corruption when using OSC 49
As last fix, fixes potential memory overwrite of quite big size (~768
bytes), and even though I'm not sure about potential exploitability of
that issue, I highly recommend everyone to upgrade as soon as possible.
This issue is present at least since v.4.2.0 (haven't checked earlier)."
fts-xapian is a full-text search plugin for Dovecot. It utilises the Xapian
search engine library to index email automatically, and allow rapid body and
header server-side search over IMAP.
The authors intend this plugin to provide the functionality provided by the
now-deprecated fts_squat plugin, and provide a simpler way to configure FTS for
Dovecot without needing heavy external dependencies such as Solr.
(I removed REVISION and adjusted whitespace from his submission)
Amongst other things this adds SNI support which will be needed to work
with gmail once TLS 1.3 client is reenabled in libressl.
Note that the distfile does not fetch over HTTPS at the moment, but as
upstream redirects HTTP to HTTPS, keeping MASTER_SITES on HTTP for now
does not help.