wget 1.17.1-1ubuntu1 source package in Ubuntu

Changelog

wget (1.17.1-1ubuntu1) xenial; 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.
  * Enable parallel builds.

wget (1.17.1-1) unstable; urgency=medium

  * new upstream relase from 2015-12-11
    - fixed segfault in strlen(). closes: #805673

wget (1.17-1) unstable; urgency=medium

  * new upstream relase from 2015-11-16
    - fixed IP address exposure in FTP code. closes: #799964
    - fixed not reacting on GNUTLS_E_REHANDSHAKE closes: #797057
    - make --convert-links messages more clear closes: #633703

wget (1.16.3-3) unstable; urgency=medium

  * changed libgnutls28-dev dependency to a versioned one to fix
    libnettle transition in gnutls. closes: #787942

wget (1.16.3-2) unstable; urgency=medium

  * upload to unstable
    Closing bugs from the experimental uploads since 1.16-1
    Closes: #779519, #144076, #768110, #745836, #772020, #767283

wget (1.16.3-1) experimental; urgency=medium

  * new upstream release from 2015-03-09 which fixes the --quiet regression
  * debian/rules fix lintian error temporary-debhelper-file

wget (1.16.2-2) experimental; urgency=medium

  * upstream patch to fix new bug in 1.16.2 where -q is not quiet anymore
    main.c-Need-to-explicitly-disallow-show_progress-in-.patch
    closes: #779519

wget (1.16.2-1) experimental; urgency=medium

  * new upstream release from 2015-02-28 to experimental until jessie release
    - Allow progress bar on stderr when -o is used. Closes: #144076

 -- Matthias Klose <email address hidden>  Fri, 08 Jan 2016 14:07:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main web

Downloads

File Size SHA-256 Checksum
wget_1.17.1.orig.tar.gz 3.6 MiB 029fbb93bdc1c0c5a7507b6076a6ec2f8d34204a85aa87e5b2f61a9405b290f5
wget_1.17.1-1ubuntu1.debian.tar.xz 21.3 KiB 8cfc3934105c3a557af28a72283efec5a4694c724d866ded2af7319082bd4711
wget_1.17.1-1ubuntu1.dsc 1.9 KiB 3b383aac4b7e62ee3f17a61e2bdbd741219d4ddca7624df6fb6c463c40d08cea

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

No description available for wget-udeb in ubuntu yakkety.

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