openvpn with "error:14FFF0F7:SSL routines:(UNKNOWN)SSL_internal:unknown
certificate type". Patch to set to CA_KEY_TYPE=ECDSA instead (rather
than previous patch which removed CA_KEY_TYPE altogether presumably
falling back to RSA). There's something confusing because the only
relevant cert I found is in the generated openvpn config file, and
that's ECDSA regardless of what's set in this file.
to the build)
This collection of ports provides a front-end for OpenVPN and WireGuard
with easy client installers, and lots of authentication options (a
webapp handles authentication and provides a time-limited config to
connect; with the usual clients it's seamlessly handled in the client
app).
From the release notes:
o BGP roles (RFC 9234)
o BGP: Keepalive time scaling
o BGP: New 'min hold time' and 'min keepalive time' options
o BGP: New 'next hop prefer global' option
o Filter: For loops and direct recursion
o Filter: Mixed declarations of local variables
o Filter: Improved static type checks
o Filter: Literal [] for empty set
o Linux: Netlink KRT improvements
o BSD: Experimental support for Netlink API
o Memory management improvements
o Many bugfixes
In contrast to prior versions, configured keepalive time in BGP now scales
with negotiated hold time to maintain proportion between the keepalive time
and the hold time.
There is a minor change in recursive next hop processing. Previously,
recursive next hop must be resolved through a non-recursive route, now it must
be resolved through a prefix where both the best route and all routes with the
same preference (as the best route) are non-recursive. The old behavior might
lead in some corner cases to an infinite loop of recursive next hop resolution
due to a priority inversion.
Changelog v3.6.4: https://github.com/nextcloud/desktop/releases/v3.6.4
* [stable-3.6] do not create GUI from a random thread and show error
on real error
Changelog v3.6.3: https://github.com/nextcloud/desktop/releases/v3.6.3
* [stable-3.6] Fix typo of connector
* [stable-3.6] fix renaming of folders with a deep hierarchy inside
them
* [stable-3.6] Make user status selector modal, show user header
* [stable-3.6] Prevent bad encrypting of folder if E2EE has not been
correctly set up
* [stable-3.6] Feature/edit file locally restart sync
* Add forcefoldersync method to folder manager
* [stable-3.6] Make use of plain text-enforcing qml labels
* [stable-3.6] Lock file when editing locally
* [stable-3.6] Format some QLabels as plain text
From Adriano (maintainer)
Comment:
SignOn Daemon (Qt)
Description:
The SignOn daemon is a D-Bus service which performs user authentication on
behalf of its clients. There are currently authentication plugins for OAuth 1.0
and 2.0, SASL, Digest-MD5, and plain username/password combination.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://accounts-sso.gitlab.io/
Comment:
Qt-based client library for the accounts database
Description:
Library for managing accounts which can be used from Qt applications. It is
part of the @accounts-sso project.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://accounts-sso.gitlab.io/
Builds and packages fine, but run tests were generally unsuccessful
(for me) with deluge-gtk not showing up as window under cwm(1) at all.
Either way, this is better than having an outdated python 2 plugin for
a python 3 client.
Diff from bentley