wget 1.21.2-2ubuntu1 source package in Ubuntu
Changelog
wget (1.21.2-2ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - Don't Build-Depend on libgnutls28-dev, only on libssl-dev. - Pass --with-ssl=openssl wget (1.21.2-2) unstable; urgency=medium * cherry pick to fix SSL_INIT output wget#61125 closes: Bug#996174 wget (1.21.2-1) unstable; urgency=medium * new upstream release from 2021-09-07 -- Lukas Märdian <email address hidden> Mon, 24 Jan 2022 12:59:00 +0100
Upload details
- Uploaded by:
- Lukas Märdian
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
wget_1.21.2.orig.tar.gz | 4.8 MiB | e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497 |
wget_1.21.2.orig.tar.gz.asc | 833 bytes | 877e0b2580655a0ef71628f3975d2f629f56f5338b169667f97c2742e9970137 |
wget_1.21.2-2ubuntu1.debian.tar.xz | 62.7 KiB | 1c4386ed83909a28ec676dcc4de40b0659c0ecc5fb6e2dce14d2c77bf8c5f220 |
wget_1.21.2-2ubuntu1.dsc | 2.2 KiB | 79dcd0fb8759a4b8ed440e42403486f903925db3e27e2bf532a6ec29b80788f0 |
Available diffs
- diff from 1.21-1ubuntu5 to 1.21.2-2ubuntu1 (563.9 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-dbgsym: debug symbols for wget