Path to this page:
./
net/wget,
Retrieve files from the net via HTTP and FTP
Branch: pkgsrc-2018Q1,
Version: 1.19.5,
Package name: wget-1.19.5,
Maintainer: pkgsrc-usersWget [formerly known as Geturl] is a freely available network utility
to retrieve files from the World Wide Web using HTTP and FTP, the two
most widely used Internet protocols. It works non-interactively, thus
enabling work in the background, after having logged off.
The recursive retrieval of HTML pages, as well as FTP sites is
supported -- you can use Wget to make mirrors of archives and home
pages, or traverse the web like a WWW robot (Wget understands
/robots.txt).
Required to run:[
devel/libidn2]
Required to build:[
pkgtools/cwrappers]
Package options: idn, inet6, openssl
Master sites: (Expand)
SHA1: a28bbdfdee0d68271165b7e965fa5b9742ab65e8
RMD160: 8da0bc988f14e340d00c02b589b86f454cb8cb04
Filesize: 2152.408 KB
Version history: (Expand)
- (2018-05-08) Updated to version: wget-1.19.5
- (2018-04-04) Package added to pkgsrc.se, version wget-1.19.2 (created)
CVS history: (Expand)
2018-05-08 17:04:02 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #5753 - requested by wiz
net/wget: security fix
Revisions pulled up:
- net/wget/Makefile 1.140
- net/wget/distinfo 1.57
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 7 06:48:39 UTC 2018
Modified Files:
pkgsrc/net/wget: Makefile distinfo
Log message:
wget: update to 1.19.5.
* Changes in Wget 1.19.5
* Fix cookie injection (CVE-2018-0494)
* Enable TLS1.3 with recent OpenSSL environment
* New option --ciphers to set GnuTLS / OpenSSL ciphers directly
* Updated CSS grammar to CSS 2.2
* Fixed several memleaks found by OSS-Fuzz
* Fixed several buffer overflows found by OSS-Fuzz
* Fixed several integer overflows found by OSS-Fuzz
* Several minor bug fixes
* Changes in Wget 1.19.4
* A major bug that caused GZip'ed pages to never be decompressed has been fixed
* Support for Content-Encoding and Transfer-Encoding have been marked as
experimental and disabled by default
* Changes in Wget 1.19.3
* Prevent erroneous decompression of .gz and .tgz files with broken servers
* Added support for HTTP 308 Permanent Redirect response
* Fix a segfault in some cases where the Content-Type header is not sent
* Support OpenSSL 1.1 builds without using deprecated features
* Fix netrc file detection on Windows
* Several minor bug fixes
|