SHA256
1
0
forked from pool/wget

Accepting request 345013 from home:AndreasStieger:branches:network:utilities

GNU wget 1.17

OBS-URL: https://build.opensuse.org/request/show/345013
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=55
This commit is contained in:
2015-11-18 12:56:06 +00:00
committed by Git OBS Bridge
parent 9b30fffc60
commit 601d2297c0
7 changed files with 77 additions and 39 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Nov 18 10:15:45 UTC 2015 - astieger@suse.com
- GNU wget 1.17:
* Remove FTP passive to active fallback due to privacy concerns.
[boo#944858] CVE-2015-7665 was assigned to this problem in a
tails context
* Add support for --if-modified-since.
* Add support for metalink through --input-metalink and
--metalink-over-http.
* Add support for HSTS through --hsts and --hsts-file.
* Add option to restrict filenames under VMS.
* Add support for --rejected-log which logs to a separate file the
reasons why URLs are being rejected and some context around it.
* Add support for FTPS.
* Do not download/save file on error when --spider enabled
* Add --convert-file-only option. This option converts only the
filename part of the URLs, leaving the rest of the URLs
untouched.
- packaging changes:
* enable metalink support (in ring1)
* use system pcre (in ring 0)
* use system libuuid (in ring 1)
* build with libpsl for cookie domain checking (new)
-------------------------------------------------------------------
Mon Mar 9 14:05:22 UTC 2015 - astieger@suse.com