wget 1.14-5ubuntu1 source package in Ubuntu
Changelog
wget (1.14-5ubuntu1) trusty; urgency=low * Merge from Debian unstable, remaining changes: - Add wget-udeb to ship wget.gnu as alternative to busybox wget. - Build-depend on libssl-dev 0.9.8k-7ubuntu4 - Pass --with-ssl=openssl; there's no udeb for gnutls. - Add a second build pass for the udeb, so we can build with -Os and without libidn. * Use dh_autotools-dev instead of custom config.{sub,guess} copy. -- Adam Conrad <email address hidden> Tue, 10 Dec 2013 23:53:45 -0700
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
wget_1.14.orig.tar.gz | 3.0 MiB | f3a6898e3a765bb94435b04a6668db9e5d19b3e90e0c69a503a2773ae936c269 |
wget_1.14-5ubuntu1.debian.tar.gz | 22.8 KiB | d97c22a255da7b456f2de4f1fa0539dc5cbc3a89e7a5f1a8b5a7557636ba01b5 |
wget_1.14-5ubuntu1.dsc | 1.2 KiB | dd5ff1b2da2a810bb3eb7352ed0e997610f047ee22aeedc885c156c8764dd7c1 |
Available diffs
- diff from 1.14-2ubuntu1 to 1.14-5ubuntu1 (2.2 KiB)
Binary packages built by this source
- wget: retrieves files from the web
Wget is a network utility to retrieve files from the web
using HTTP(S) and FTP, the two most widely used internet
protocols. It works non-interactively, so it will work in
the background, after having logged off. The program supports
recursive retrieval of web-authoring pages as well as FTP
sites -- you can use Wget to make mirrors of archives and
home pages or to travel the web like a WWW robot.
.
Wget works particularly well with slow or unstable connections
by continuing to retrieve a document until the document is fully
downloaded. Re-getting files from where it left off works on
servers (both HTTP and FTP) that support it. Both HTTP and FTP
retrievals can be time stamped, so Wget can see if the remote
file has changed since the last retrieval and automatically
retrieve the new version if it has.
.
Wget supports proxy servers; this can lighten the network load,
speed up retrieval, and provide access behind firewalls.
- wget-udeb: retrieves files from the web
This package provides wget.gnu binary as alternative to the limited
implementation in busybox (see for example ssl support).