It appears that after upgrading from snaps, openvpn can't find
liblzo2.so/liblz4.so when started from hostname.if. Probably because
ldconfig is run later during boot, as noted by sthen@. Forcing
LD_LIBRARY_PATH works around the problem as long as /usr is mounted.
Reported by Atanas Vladimirov, sthen@ helped with the debugging.
Kexi is a visual database applications creator. It can be used for creating
database schemas, inserting data, performing queries, and processing data.
Forms can be created to provide a custom interface to your data. All database
objects - tables, queries and forms - are stored in the database, making it
easy to share data and design.
ok sthen@
KDb is a database connectivity and creation framework, consisted of a
general-purpose C++ Qt library and set of plugins delivering support for
various database vendors.
It is a part of the Kexi project
ok sthen@
KProperty is a property editing framework with editor widget similar to what is
known from Qt Designer. It is used in Kexi and KReport
Tweak and ok sthen@
Main new features:
- Add support for KDBX 4.0, Argon2 and ChaCha20
- Add SSH Agent feature
more : https://github.com/keepassxreboot/keepassxc/releases/tag/2.3.0
Port changes:
- Comment and DESCR improvements (request by sthen@)
- reorder update-desktop-database call in PLIST
Tweaks and ok sthen@
$ pkg/DESCR
C implementation of Argon2, the password-hashing function that won the Password
Hashing Competition (PHC).
Argon2 is a password-hashing function that summarizes the state of the art in
the design of memory-hard functions and can be used to hash passwords for
credential storage, key derivation, or other applications.
It has a simple design aimed at the highest memory filling rate and effective
use of multiple computing units, while still providing defense against tradeoff
attacks (by exploiting the cache and memory organization of the recent
processors).
tweaks from landry@ and sthen@. ok landry@