wget 1.21.4-ok2 source package in openKylin

Changelog

wget (1.21.4-ok2) nile; 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

 -- liubo01 <email address hidden>  Tue, 05 Nov 2024 09:41:58 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main web

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-ok2.debian.tar.xz 47.2 KiB 8812c4c936c480540a11a3e09ad0823fee3b077b4251fd7e887b3be4fe951306
wget_1.21.4-ok2.dsc 2.0 KiB 1c0916730233cdc80ed0ef3c214d365c875d161aefd422c623b5e7465002a26d

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