bugGNU Wget - Bugs: bug #61125, Output SSL_INIT to stderr even...

 
 

bug #61125: Output SSL_INIT to stderr even with -q

Submitter:  None
Submitted:  Wed 08 Sep 2021 10:13:06 AM UTC
   
 
Category:  User Interface Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  darnir
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  trunk
Operating System:  GNU/Linux Reproducibility:  Every Time
Fixed Release:  None Planned Release:  None
Regression:  Yes Work Required:  None
Patch Included:  No
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Fri 25 Feb 2022 11:38:47 AM UTC, comment #9: 

09/2021:
»Since this is a major annoyance to people using Wget in scripts, I will likely mark a new release with this fix within a week«


10/2021:
»maybe I'll make a release within a week or two«

No haste, it's just less than 5 months yet, but may I add myself to the nudging list? It's quite annoying to have the need to script around this because "wget --quiet" isn't "quiet" anymore.

Anonymous
Tue 01 Feb 2022 09:19:28 AM UTC, comment #8: 

February nudge for the release :)

jacekpoz
Fri 31 Dec 2021 03:56:15 PM UTC, comment #7: 

New year's Eve nudge for this fix release :)

Gaston Cabotin <cabotin>
Wed 22 Dec 2021 03:15:31 AM UTC, comment #6: 

Nudge again, this fix was initially announced in September.

Chad Bergeron <laurion>
Wed 24 Nov 2021 09:04:23 AM UTC, comment #5: 

Gentle nudge for a new release :)

Anonymous
Thu 28 Oct 2021 04:16:05 PM UTC, comment #4: 

Just a gentle nudge to release this fix :)

Gautam <gautam>
Mon 11 Oct 2021 09:19:27 PM UTC, comment #3: 

You're right. There's a little more cleaning up I want to do with respect to some open issues. So maybe I'll make a release within a week or two.

Darshit Shah <darnir>
Group administrator
Mon 11 Oct 2021 07:48:42 PM UTC, comment #2: 

Thanks for the quick fix in the git to fix this SSL_INIT spurious message annoyance!  However it has been a month now and I was hoping to make a gentle nudge to release this fix.  It seems that various software distributions picked up v1.21.2 and distributed it this week and so now a wider user base of people are starting to see this bug.  Me for example! :-) Thanks!

Bob Proulx <rwp>
Wed 08 Sep 2021 03:58:26 PM UTC, comment #1: 

Thanks for reporting the issue. That is indeed not acceptable in the quiet mode. Seems like a debug statement was accidentally left behind.

I've removed it and pushed to master. It will be a part of the next release. Since this is a major annoyance to people using Wget in scripts, I will likely mark a new release with this fix within a week.

Darshit Shah <darnir>
Group administrator
Wed 08 Sep 2021 10:13:06 AM UTC, original submission:  

With wget 1.21.2 it became noisy even with `-q` to get pages from SSL sites. This can be reproduced with commands that are supposed to be silent like e.g. (notice the SSL_INIT line):

  $ wget -q https://www.google.com -O /dev/null
  SSL_INIT
  $

With earlier versions (e.g. 1.21.1) the same command did not output anything to stderr.


The print statement originates from:

  src/gnutls.c:102:  fprintf(stderr,"SSL_INIT\n");

And was introduced as a side effect of:

  5fe8d269 Improve wget_options_fuzzer

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jacekpoz (Posted a comment)
  • -email is unavailable- added by cabotin (Posted a comment)
  • -email is unavailable- added by laurion (Posted a comment)
  • -email is unavailable- added by gautam (Posted a comment)
  • -email is unavailable- added by rwp (Posted a comment)
  • -email is unavailable- added by darnir (Posted a comment)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-09-08 darnir StatusNone Fixed
        Assigned toNone darnir
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code