Bug 2014743 - wget regression SSL_INIT output even with --quiet enabled
Summary: wget regression SSL_INIT output even with --quiet enabled
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wget
Version: 35
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Ruprich
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-16 09:38 UTC by Ali Akcaagac
Modified: 2021-10-29 23:10 UTC (History)
4 users (show)

Fixed In Version: wget-1.21.2-2.fc34 wget-1.21.2-2.fc33 wget-1.21.2-2.fc35
Clone Of:
Environment:
Last Closed: 2021-10-23 03:22:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ali Akcaagac 2021-10-16 09:38:34 UTC
Description of problem:

The recent update to wget has a regression.

Example:

wget --execute="robots=off" --quiet --output-document="-" https://www.google.de/

used to output the website only. But with the recent update it also spits out another SSL_INIT that is not wanted.

So putting the above line in a bash variable

variable=`wget --execute="robots=off" --quiet --output-document="-" https://www.google.de/`

puts the content of the wget'ed page to the variable but also dumps SSL_INIT to the console.

This can be covered of course by piping. But that is not the previous behaviour of wget.



Version-Release number of selected component (if applicable):

wget-1.21.2-1.fc35.x86_64



How reproducible:

Enter above steps


Steps to Reproduce:
1. Enter above steps
2.
3.



Actual results:

Prints extra "SSL_INIT"



Expected results:

No print of extra "SSL_INIT"



Additional info:

None

Comment 1 Fedora Update System 2021-10-21 10:12:48 UTC
FEDORA-2021-32d0a39c1a has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-32d0a39c1a

Comment 2 Fedora Update System 2021-10-21 10:12:49 UTC
FEDORA-2021-a4a7e596f8 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a4a7e596f8

Comment 3 Fedora Update System 2021-10-21 16:53:15 UTC
FEDORA-2021-87a28cef21 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-87a28cef21`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-87a28cef21

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2021-10-21 17:38:35 UTC
FEDORA-2021-32d0a39c1a has been pushed to the Fedora 33 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-32d0a39c1a`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-32d0a39c1a

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2021-10-21 19:08:11 UTC
FEDORA-2021-a4a7e596f8 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-a4a7e596f8`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a4a7e596f8

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Fedora Update System 2021-10-23 03:22:05 UTC
FEDORA-2021-87a28cef21 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Fedora Update System 2021-10-28 19:31:20 UTC
FEDORA-2021-32d0a39c1a has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Fedora Update System 2021-10-29 23:10:06 UTC
FEDORA-2021-a4a7e596f8 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.