Name: | wget |
---|---|
Version: | 1.14 |
Release: | 15.el7_4.1 |
Architecture: | aarch64 |
Group: | Applications/Internet |
Size: | 2120885 |
License: | GPLv3+ |
RPM: | wget-1.14-15.el7_4.1.aarch64.rpm |
Source RPM: | wget-1.14-15.el7_4.1.src.rpm |
Build Date: | Fri May 04 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/wget/ |
Summary: | A utility for retrieving files using the HTTP or FTP protocols |
Description: | GNU Wget is a file retrieval utility which can use either the HTTP or FTP protocols. Wget features include the ability to work in the background while you are logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability. |
- Fixed various security flaws (CVE-2017-13089, CVE-2017-13090)
- Added TLSv1_1 and TLSv1_2 as secure-protocol values to help (#1439811) - Fixed synchronization in randomly failing unit test Test-proxied-https-auth (#1448440)
- TLS v1.1 and v1.2 can now be specified with --secure-protocol option (#1439811)
- Fix CVE-2016-4971 (#1345778) - Added support for non-ASCII URLs (Related: CVE-2016-4971)
- Fix wget to include Host header on CONNECT as required by HTTP 1.1 (#1203384) - Run internal test suite during build (#1295846) - Fix -nv being documented as synonym for two options (#1147572)
- Fix CVE-2014-4877 wget: FTP symlink arbitrary filesystem access (#1156136)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Fix deadcode and possible use of NULL in vprintf (#913153) - Add documentation for --regex-type and --preserve-permissions - Fix --preserve-permissions to work as documented (and expected) - Fix bug when authenticating using user:password@url syntax (#912358) - Document and fix --backups option
- Fix double free of iri->orig_url (#981778)