Changelog:
- https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4
Port changelog:
- Switch QT5_WEBKIT_VERSION from 5.212.0 to 5.212.0alpha4v0 which includes
an EPOCH bump.
- Switch to py3, MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}
- upstream: "QtWebKit does not require Python 2 anymore for building and can
use Python 3 instead"
- Bump QT5_WEBKIT_VERSION/MODQT5_WEBKIT_VERSION consumer
sparc64 build by jca@ Thanks!
Information for inst:kcontacts-5.68.0v0
Comment:
KDE contacts access library
Description:
KContact library provides vcard support.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://projects.kde.org/projects/frameworks/kcontacts
Comment:
RSS/Atom parser library
Description:
RSS (0.9/1.0, 0.91..2.0) and Atom (0.3 and 1.0) feeds are supported.
syndication offers a unified, format-agnostic view on the parsed feed, so that
the using application does not need to distinguish between feed formats.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://projects.kde.org/projects/frameworks/syndication
DEBUG_PACKAGES was changed to DEBUG_PACKAGES-main and DEBUG_PACKAGES-web
when the gotweb subpackage was added, but this doesn't actually work.
Trying to produce a -web debug package currently results in an error,
so go with just -main for now.
help from jca@
- We now ship the -header package instead of including the full distfile.
This fixes node-gyp builds (as we had the wrong version in there).
- Teach the bundled openssl how to use $MAKE_PROGRAM (patch from Martin Sander).
While here, drop myself as MAINTAINER.
OK denis@
be >= the version of the langpack instead of =.
Will allow langpacks from -release to work with firefox-esr updates in
-stable, otherwise packages updates in -stable required one to uninstall
the corresponding langpacks (which dont get updates, as technically a
langpack cant have security issues)
Tested working fine with a 68.5.0esr fr langpack with a 68.6.1esr binary.
at some point firefox stopped looking for lib/firefox/browser/extensions
or lib/firefox/extensions, and it seems langpacks are only found if
present in lib/firefox/distribution/extensions. Adapt MESSAGE while here
with the correct instructions to enable the installed langpack.
Prompted by a report from Christoph R. Winter, thanks!
Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes-7.6.2.html
Install modules.d configuration files as suggested by sebastia@, but do not put it
under /etc/filebeat, update README to explaing how to use modules and remove obsolete upgrade
instructions;
do not install modules which do not make sense on OpenBSD (iis, osquery, kafka, etc.)