wget 1.19.3-2ubuntu1 source package in Ubuntu

Changelog

wget (1.19.3-2ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  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.

wget (1.19.3-2) unstable; urgency=medium

  * added upstream patches:
    - 0001-Switch-off-compression-by-default.patch
    - 0001--srchttpc-gethttp-Fix-bug-that-prevented-all-files-from-being-decompressed.patch
      closes: Bug#887913, Bug#887910

wget (1.19.3-1) unstable; urgency=medium

  * new upstream release from 2018-01-19
    - removed upstream included patches: wget_813158fixsegfault.patch
      and gnulib.git.patch
  * debian/upstream/signing-key.asc added Darshit Shah

wget (1.19.2-2) unstable; urgency=medium

  * fixed segfault with upstream patch. closes: Bug#813158, #880542
    wget_813158fixsegfault.patch
  * corrected debian/watch
  * debian/control: updated Standard-Version to 4.1.3; no changes needed

 -- Julian Andres Klode <email address hidden>  Tue, 23 Jan 2018 16:26:53 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wget_1.19.3.orig.tar.gz 4.1 MiB 9801174275b4a47f85f5a3c2a99a84436cfe90815eafb5ee26c6100499528c76
wget_1.19.3.orig.tar.gz.asc 1.2 KiB 84e481fb6d8a5d7b97e05f261c12d6c40cfa438e4fa6e49e6b5d8fade25b162e
wget_1.19.3-2ubuntu1.debian.tar.xz 65.7 KiB 6001c78845baa4f328ad943caa79fd0b34c052c3f0b72109c3abad389903338c
wget_1.19.3-2ubuntu1.dsc 2.2 KiB 0cab6b34baebe6c0bb6ae04b220c4764ce99b253c1dc715bdddc99cf81e8b2a7

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