Path to this page:
./
net/wget,
Retrieve files from the net via HTTP and FTP
Branch: pkgsrc-2014Q3,
Version: 1.16,
Package name: wget-1.16,
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/libidn]
Package options: idn, inet6, openssl
Master sites: (Expand)
SHA1: 08d991acc80726abe57043a278f9da469c454503
RMD160: 49fce4d9c3c94ec6b3697f47d6000366a2ad8f88
Filesize: 1657.527 KB
Version history: (Expand)
- (2014-11-04) Updated to version: wget-1.16
- (2014-10-01) Package added to pkgsrc.se, version wget-1.15nb2 (created)
CVS history: (Expand)
2014-11-03 20:44:35 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4539 - requested by drochner
net/wget: security update
Revisions pulled up:
- net/wget/Makefile 1.120
- net/wget/distinfo 1.43
---
Module Name: pkgsrc
Committed By: drochner
Date: Tue Oct 28 10:58:49 UTC 2014
Modified Files:
pkgsrc/net/wget: Makefile distinfo
Log message:
update to 1.16
changes:
** No longer create local symbolic links by default.
Closes CVE-2014-4877.
** Use libpsl for verifying cookie domains. (not in pkgsrc yet)
** Default progress bar output changed.
** Introduce --show-progress to force display the progress bar.
** Introduce --no-config. The wgetrc files will not be read.
** Introduce --start-pos to allow starting downloads from a
specified position.
** Fix a problem with ISA Server Proxy and keep-alive connections.
|