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.
Make ssh optionally build with Kerberos 5 against the Heimdal port.
This updates the Makefiles and repairs some bitrot in headers,
resyncing them against Portable. To do this, "pkg_add heimdal" then
"make KERBEROS5=yes". ok djm@