drop Ruby flavor from a number of Puppet/OpenVox related ports, namely:
databases/ruby-hiera3
databases/ruby-hiera-eyaml
databases/ruby-hiera-eyaml-gpg (the only one that needed updated RUN_DEPENDS)
databases/ruby-hiera-file
sysutils/ruby-puppet-lint
sysutils/r10k
accompanied with quirks update.
valuable feedback (I missed the quirks part, and for some reason revision
bumps) as well as final OK kn@
openssl x509: Remove legacy call to OBJ_create()
The OID 2.99999.3 is not required for x509 output handling and
is not referenced elsewhere. Remove the OBJ_create() call.
ok tb jsing
openssl x509: send -text output to the file specified by -out
In the x509 command, `-text` output is not written to the file specified
by `-out`, whereas in other OpenSSL/LibreSSL subcommands it is.
With this change, STDout is removed, and `-text` output is written
entirely to the file specified by `-out`, making the behavior consistent
with other subcommands.
Fix https://github.com/libressl/portable/issues/1228
ok tb jsing
Update to ncspot 1.3.3 from Matthias Schmidt
Unbreaks after change in Spotify's authorization flow.
https://github.com/hrkfdn/ncspot/releases/tag/v1.3.3
Tweaks: drop wantlib on curses (we don't build the ncurses_backend feature)
and drop dep on dbus since this has been using zbus for a while.