Accepting request 568018 from home:avindra

- GNU wget 1.19.4:
  * Support for Content-Encoding and Transfer-Encoding have been
    marked as experimental and disabled by default
- includes 1.19.3:
  * Prevent erroneous decompression of .gz and .tgz files with
    broken servers
  * Added support for HTTP 308 Permanent Redirect response
  * Fix segfault in some cases where the Content-Type header is
    not sent
  * Support OpenSSL 1.1 builds without using deprecated features
  * Several minor bug fixes
- switch to lz release (smaller)
- cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/568018
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=84
This commit is contained in:
2018-01-22 16:24:29 +00:00
committed by Git OBS Bridge
parent dfdc30c146
commit 93e809efdb
7 changed files with 839 additions and 87 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 22 04:36:59 UTC 2018 - avindra@opensuse.org
- GNU wget 1.19.4:
* Support for Content-Encoding and Transfer-Encoding have been
marked as experimental and disabled by default
- includes 1.19.3:
* Prevent erroneous decompression of .gz and .tgz files with
broken servers
* Added support for HTTP 308 Permanent Redirect response
* Fix segfault in some cases where the Content-Type header is
not sent
* Support OpenSSL 1.1 builds without using deprecated features
* Several minor bug fixes
- switch to lz release (smaller)
- cleanup with spec-cleaner
-------------------------------------------------------------------
Fri Oct 27 16:05:55 UTC 2017 - astieger@suse.com