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

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


Branch: CURRENT, Version: 1.25.0, Package name: wget-1.25.0, 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:
[security/openssl] [devel/libidn2] [www/libpsl]

Required to build:
[pkgtools/cwrappers]

Package options: idn, inet6, nls, openssl, psl

Master sites: (Expand)

Filesize: 2521.555 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-18 23:59:31 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
wget: update to 1.25.0.

* Noteworthy changes in release 1.25.0 (2024-11-10) [stable]

** [Breaking change] Drop support for shorthand FTP URLs (CVE-2024-10524)
** [Breaking change] Switch to continuous reading from stdin pipes
** Reimplement user-info parsing based on RFC 2396
** Fix a build issue with libproxy and --disable-debug
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692)
Log message:
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)
   2024-05-06 13:11:54 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Add support for option "nls"
   2024-03-17 15:24:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
wget: update to 1.24.5.

* Noteworthy changes in release 1.24.5 (2024-03-10) [stable]

** Fix how subdomain matches are checked for HSTS.
   Fixes a minor issue where cookies may be leaked to the wrong domain

** Wget will now also parse the srcset attribute in <source> HTML tags

** Support reading fetchmail style "user" and "passwd" \ 
fields from netrc

** In some cases, prevent the confusing "Cannot write to... (success)" \ 
error messages

** Support extremely fast download speeds (TB/s).
   Previously this would cause Wget to crash when printing the speed

** Improve portability on OpenBSD to run the test suite

** Ensure that CSS URLs are corectly quoted (Bug: 64082)