./net/wget, Retrieve files from the net via HTTP and FTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q3, Version: 1.16, Package name: wget-1.16, Maintainer: pkgsrc-users

Wget [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)


CVS history: (Expand)


   2014-11-03 20:44:35 by Matthias Scheler | Files touched by this commit (2) | Package updated
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.