The Python keyring lib provides a easy way to access the system keyring
service from python. It can be used in any application that needs safe
password storage.
<...>
ok jasper@
This module provides a way for securely storing passwords and other
secrets. It uses D-Bus Secret Service API that is supported by GNOME
Keyring and KSecretsService.
ok jasper@
and fixing a bug introduced in 0.5.0 (not updated in ports until post-5.5):
"when crypto_sign_open() was given a signed message too short to even
contain a signature, it was putting an unlimited amount of zeros into
the target buffer instead of immediately returning -1."
standard paths searched for by third-party software to ensure that it's
not picked up by autoconf-type programs. This is not intended for general
use, but allows us to continue using specific software relying on APIs
which have been removed from LibReSSL, and for test/comparison purposes.
Various feedback from zhuk@ and jca@, earlier version ok zhuk@ (with only
minor file/path shuffling since then).
Heimdal is an implementation of Kerberos 5 (and some more stuff) largely
written in Sweden.
ok sthen@
Note that it is not enabled yet because none of the requesters for this
port stood up to give me any feedback nor OK. Also this is still a WIP, it
may not even build with all the recent changes in base.
version check in the configure script also matches on LibreSSL, the
#if in the XS code got a additional defined(LIBRESSL_VERSION_NUMBER)
and Net::SSLeay::LIBRESSL_VERSION_NUMBER is exported into the perl
name space.
OK giovanni@
this as -j$(J) to child processes, so if undefined this results in "gmake -j".
As gmake(1) says, "If the -j option is given without an argument, gmake
will not limit the number of jobs that can run simultaneously."
Hopefully this fixes a weird build failure that naddy saw and I was able
to replicate after a bunch of build attempts.