wget 1.20.3-1ubuntu2.1 source package in Ubuntu

Changelog

wget (1.20.3-1ubuntu2.1) focal-security; urgency=medium

  * SECURITY UPDATE: mishandling of semicolons in userinfo
    - debian/patches/CVE-2024-38428.patch: properly re-implement userinfo
      parsing in src/url.c.
    - CVE-2024-38428

 -- Marc Deslauriers <email address hidden>  Wed, 19 Jun 2024 08:19:28 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main web
Focal security main web

Downloads

File Size SHA-256 Checksum
wget_1.20.3.orig.tar.gz 4.3 MiB 31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e
wget_1.20.3.orig.tar.gz.asc 833 bytes 7b295c84ab6f90c328a203e234e4b2f5f45cb8d2e29eac43a977073933cd49a2
wget_1.20.3-1ubuntu2.1.debian.tar.xz 63.6 KiB 72a03f6887763795360ef061e02607f529844e73078d5150fcca6f8ae9aa2faf
wget_1.20.3-1ubuntu2.1.dsc 2.2 KiB 642827b254e616f27000b075be2f62e193a3d810c90fdbff7bda1c16f1f88da2

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
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).