wget 1.19.2-1ubuntu1 source package in Ubuntu
Changelog
wget (1.19.2-1ubuntu1) bionic; urgency=medium * Merge with Debian, remaining changes: - Don't Build-Depend on libgnutls28-dev. - Pass --with-ssl=openssl - Enable parallel builds. - debian/patches/disable-SSLv3.patch: properly detect SSLv3 being disabled on Ubuntu because the method still exists for ABI reasons. - debian/control: add pkg-config to Build-Depends. * Dropped changes: - Don't build with libpsl-dev, which is in universe. (it's in main now) wget (1.19.2-1) unstable; urgency=high * new upstream release from 2017-10-27 fixes CVE-2017-13089/CVE-2017-13090 closes: Bug#879957 * debian/watch added opts=pgpmode=auto * added debian/upstream/signing-key.asc * debian/control updated Standards Version to 4.1.1 (needed change see above) * removed upstream included debian/patches/CVE-2017-6508 * updated debian/patches/gnulib.git.patch wget (1.19.1-5) unstable; urgency=low * added patch from Bruno Haible <email address hidden> to fix build on hurd-i386 (Thanks Svante!). closes: Bug#858995 * debian/control wget-udeb Priority changed from extra to optional wget (1.19.1-4) unstable; urgency=medium * debian/control: added missing build-dep pkg-config. closes: Bug#865886 thx for reporting:) * debian/control: updated Standard-Version to 4.0.0; no changes needed -- Marc Deslauriers <email address hidden> Fri, 10 Nov 2017 08:45:48 -0500
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
wget_1.19.2.orig.tar.gz | 4.1 MiB | 4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920 |
wget_1.19.2.orig.tar.gz.asc | 566 bytes | 094777a894b05397024fad497ef723bd5d9e607bbd0c8c62f8ddef1b4fbce7ff |
wget_1.19.2-1ubuntu1.debian.tar.xz | 29.7 KiB | 046d97e95b43ba25c8d5872c32a990bbd6529d855280327305ba917af0ab3439 |
wget_1.19.2-1ubuntu1.dsc | 2.2 KiB | 9a1433d483879958fb0205c8ad6db73707de1d88db99e4c14bdd61782b7faed6 |
Available diffs
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).