wget 1.24.5-1ubuntu1 source package in Ubuntu

Changelog

wget (1.24.5-1ubuntu1) oracular; urgency=medium

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

wget (1.24.5-1) unstable; urgency=medium

  * new upstream release from 2024-03-10
    - version jump by accident by upstream ;)
  * debian/control corrected superseded pkg-config -> pkgconf build-dep

 -- Hector Cao <email address hidden>  Thu, 16 May 2024 14:11:11 +0200

Upload details

Uploaded by:
Hector CAO
Sponsored by:
Simon Chopin
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main web

Downloads

File Size SHA-256 Checksum
wget_1.24.5.orig.tar.gz 4.9 MiB fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de
wget_1.24.5.orig.tar.gz.asc 854 bytes 2991bfab0481793d3587d5e94531d1f48297877e1d1ff88d0bc03f1b0fb19fe5
wget_1.24.5-1ubuntu1.debian.tar.xz 62.5 KiB b20e02bba5bc40bb79cda70b5d23605360111bcbcaf40289b5a77de11f82b78f
wget_1.24.5-1ubuntu1.dsc 2.0 KiB 0511382a5636f9c851a38fdedc9d07856438be662c796839a9ac347738091bf4

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