wget 1.21.3-1ubuntu1 source package in Ubuntu

Changelog

wget (1.21.3-1ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes: (LP: #1974046)
    - d/control: Don't Build-Depend on libgnutls28-dev, only on libssl-dev.
    - d/rules: Pass --with-ssl=openssl

wget (1.21.3-1) unstable; urgency=medium

  * new upstream from 2022-02-26
    * remove now included patch from 1.21.2-2
      ssl_Removesupriousprintstatements_wget61125.patch

 -- Nathan Pratta Teodosio <email address hidden>  Wed, 18 May 2022 14:23:07 -0300

Upload details

Uploaded by:
Nathan Teodosio
Sponsored by:
Lukas Märdian
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main web
Lunar release main web

Downloads

File Size SHA-256 Checksum
wget_1.21.3.orig.tar.gz 4.8 MiB 5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5
wget_1.21.3.orig.tar.gz.asc 854 bytes a4d96f04bc5a034310eae177df9adc79ef7a6f0fad7bf7669bf0ac318fa22ccd
wget_1.21.3-1ubuntu1.debian.tar.xz 62.3 KiB d50eef992469317fc29f3fbc5b5d31099359f1b6b7c7053f5bbb8ff4c7dbd7ee
wget_1.21.3-1ubuntu1.dsc 2.2 KiB 40d5bf97cc34a8bf578813125963aae8df97d0e758f65604df2f3beca8ba9b08

Available diffs

View changes file

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