wget 1.16.1-1ubuntu1 source package in Ubuntu

Changelog

wget (1.16.1-1ubuntu1) vivid; urgency=medium

  * Merge with Debian experimental, remaining changes:
    - Add wget-udeb to ship wget as alternative to busybox wget.
    - Build-Depend on libssl-dev instead of libgnutls28-dev.
    - Pass --with-ssl=openssl; there's no udeb for gnutls.
    - Add a second build pass for the udeb, so we can build with -Os and
      without libidn.
    - Use dh_autotools-dev instead of custom config.{sub,guess} copy.
    - Don't build with libpsl-dev, which is in universe.
  * Drop fix-openssl-implicit-decl-warning.patch, applied upstream.
 -- Dmitry Shachnev <email address hidden>   Tue, 13 Jan 2015 17:51:26 +0300

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Vivid
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.16.1.orig.tar.gz 3.3 MiB 3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77
wget_1.16.1-1ubuntu1.debian.tar.xz 20.8 KiB bdaf121785e9f84e83687a2c03bd274584cac5e0975b76da4feaa1e2e67f9c67
wget_1.16.1-1ubuntu1.dsc 1.9 KiB 1e1ba9b92ec9f9fa3f24f294b138c6144b09be9d53be2578c593ebc7387ecebe

Available diffs

View changes file

Binary packages built by this source

wget: No summary available for wget in ubuntu vivid.

No description available for wget in ubuntu vivid.

wget-dbgsym: debug symbols for package wget

 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-udeb: No summary available for wget-udeb in ubuntu wily.

No description available for wget-udeb in ubuntu wily.

wget-udeb-dbgsym: debug symbols for package wget-udeb

 This package provides wget.gnu binary as alternative to the limited
 implementation in busybox (see for example ssl support).