Bob Proulx wrote: > In today's daily upgrade wget 1.21.2-1 was installed and now emits a > spurious "SSL_INIT" message. This is breaking scripts. :-( > > $ wget -q -O/dev/null https://www.example.com/ > SSL_INIT
Already fixed upstream. https://git.savannah.gnu.org/cgit/wget.git/commit/?id=3ea9658c072fa1dc87aec7af45393b46904b143f The problematic commit that added the message. https://git.savannah.gnu.org/cgit/wget.git/commit/src/gnutls.c?id=5fe8d26904880ab59b2343f31ff7399edbbc43f1 However I do note that upstream has not yet made a release since v1.21.2 that contains the above fix. Bob