wget 1.19.4-1ubuntu1 source package in Ubuntu

Changelog

wget (1.19.4-1ubuntu1) 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.4-1) unstable; urgency=medium

  * new upstream release from 2018-01-21
    removed patches from 1.19.3-2
  * debian/control changed Priority from important to standard see #834811
  * debian/compat to 11 and removed then unneded build-depends autotools-dev

 -- Julian Andres Klode <email address hidden>  Mon, 05 Feb 2018 14:38:47 +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.4.orig.tar.gz 4.1 MiB 93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b5b5
wget_1.19.4.orig.tar.gz.asc 1.2 KiB ee273f3a27adb2d2dc02ba346759ce95cb74ded959853a8a9c9be5ae44d10fcb
wget_1.19.4-1ubuntu1.debian.tar.xz 61.4 KiB 3887f000372cf287c02e08c3eaf1f53d71da5a93571d61ab37357d93df651a63
wget_1.19.4-1ubuntu1.dsc 2.2 KiB ab26f64204aebafc1fea491b8a7b287bba1168c7d9027f83ddd928077e06c432

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