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
FEDORA-2021-32d0a39c1a has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-32d0a39c1a
FEDORA-2021-a4a7e596f8 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a4a7e596f8
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.
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.
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.
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.
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.
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.