Opened 3 years ago
Closed 3 years ago
#64452 closed defect (fixed)
wget: emits SSL_INIT
Reported by: | angelog0 (Angelo Graziosi) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | wget |
Description
WGET package emits SSL_INIT also with -q option. This is annoying and breaks scripts using
wget -q https://FOOBAR/file || exit
Any idea how to avoid this?
Ciao,
Angelo.
Change History (2)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Keywords: | wget gnutls ssl removed |
Owner: | set to ryandesign |
Status: | new → accepted |
Summary: | WGET emits SSL_INIT → wget: emits SSL_INIT |
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
I agree, it does do that.
Here is the upstream bug report: https://savannah.gnu.org/bugs/?61125
I'll add a patch to fix this.