This updates Qt to the latest LTS version and also contains qtwebengine 5.15.2.
LTS, whatever this mines this days.
Many thanks to all who made this possible and all the test/cpu hours!
George Koehler (octave runtime test),powerpc (cwen@), sparc64 (kmos@),
amd64,i386 (landry@ and Me)
OK landry@
Information for inst:py3-argon2-cffi-20.1.0
Comment:
argon2 password hashing for Python
Description:
Argon2 is a secure password hashing algorithm. Is is designed to
have both a configurable runtime as well as memory consumption.
The current workhorses of password hashing are unquestionably bcrypt
and PBKDF2. And while they're still fine to use, the password
cracking community embraced new technologies like GPUs and ASICs
to crack passwords in a highly parallel fashion.
An effective measure against extreme parallelism proved making
computation of password hashes also memory hard.
Between 2012 and 2015, the password hashing competition took place
to find a new, secure, and future-proof password hashing algorithm.
The winner of this competition was announced as Argon2.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://argon2-cffi.readthedocs.io/
"it was originally ported to 'fix' the qt5 bug with file dialogs when
running within gtk desktop environments, the default gtk3 file dialog
triggers a cpu 100% spin." -- landry
This issue still exists so DO NOT USE GTK3-style (which should not be the
default) for (py)-Qt applications.
Qt5 does not ship a qtconfig utility to configure fonts, icons or styles. You
can use the qt5ct package to do this job. Don't forget to set the environment
variable QT_QPA_PLATFORMTHEME=qt5ct so that the settings are picked up by Qt
applications
OK kmos, kn and landry
All fields from the ps command can be fetched by calling a function of their
name (see SYNOPSIS). If the pid is not given as an argument to the function, $$
(cur pid) is assumed.
ok ajacoutot@