wget 1.21.4-1ubuntu1 source package in Ubuntu

Changelog

wget (1.21.4-1ubuntu1) noble; urgency=low

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

 -- Nathan Pratta Teodosio <email address hidden>  Mon, 16 Oct 2023 11:47:48 +0200

Upload details

Uploaded by:
Nathan Teodosio
Sponsored by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wget_1.21.4.orig.tar.gz 4.8 MiB 81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c
wget_1.21.4.orig.tar.gz.asc 854 bytes fb1ce21577dee962be8bf95cbf86f806815778264622a5d756324ff8dd3bfc57
wget_1.21.4-1ubuntu1.debian.tar.xz 62.3 KiB 95f17284c328764bcd80ac5fd84badd5a7d01308e6b3f588ccee078002b0e56b
wget_1.21.4-1ubuntu1.dsc 2.2 KiB 593c683db4bae88d1fcc7d7ee3855825e90997424dec98317056305ace5ef285

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