wget 1.13-1ubuntu1 source package in Ubuntu

Changelog

wget (1.13-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Add wget-udeb to ship wget.gnu as alternative to busybox wget
      implementation.
    - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
  * Dropped changes, superseded in Debian:
    - Keep build dependencies in main:
      + debian/control: remove info2man build-dep
      + debian/patches/series: disable wget-infopod_generated_manpage
    - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
      can depend on it.
  * Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
    it.
  * Add a second build pass for the udeb, so we can build without libidn.

wget (1.13-1) unstable; urgency=low

  * new upstream release 1.13 from 2011-08-09
    - updated wget-doc-remove-usr-local-in-wget.texi,
      wget-fr.po-spelling-correction,
    - removed wget-de.po-remove-double-quote-signs (latest de.po),
      CVE-2010-2252 (included upstream), wget-zh_CN.po-translation-correction,
      fix-paramter-spelling-error-in-wget.texi, refresh-pofiles
    - disabled disable-SSLv2 for the first upload
      see https://savannah.gnu.org/bugs/?33840
    - includes latest po files. closes: Bug#607198
    - bugs fixed with this release by upstream:
    -- IDN support: wget www.köln.de works:) closes: Bug#542145
    -- wildcard documentation of -X
       closes: Bug#215128
    -- wget -O - $URL says `-' saved but there is no file -
       closes: Bug#353326
    -- 'wget -c -N' ignores timestamps
       closes: Bug#402001
    -- missing a check for Subject Alternative Name (TLS cert.)
       closes: Bug#409938
    -- wget segfaults when server returns empty HTTP response code
       closes: Bug#563872
    -- wget: -A/-R vs. -O
       closes: Bug#565942
    -- Unterminated C string in http_atotm()
       closes: Bug#581817
    -- don't use PATH_MAX (FTBFS on hurd)
       closes: Bug#595538
    -- info page points to not documented --cookies option
       closes: Bug#597468
    -- SIGPIPE signal: wget over ssh orphans itself on ctrl+c
       closes: Bug#598731
    -- wget --backup-converted does not work
       closes: Bug#624675
    -- --adjust-extension renames .htm files
       closes: Bug#626438
    -- wget: Invalid russian translation
       closes: Bug#502218
    -- wget: shows only first 3 IP addresses of hostname
       closes: Bug#612450

  * debian/control correct spelling in description. closes: Bug#635241
  * debian/control replace libssl-dev by libgnutls-dev in build dependency

wget (1.12-5) unstable; urgency=low

  * minor update on patch CVE-2010-2252 to mention former option
    name --use-server-file-name. closes: #602008
  * debian/control minor name change Noèl -> Noël ;)

wget (1.12-4) unstable; urgency=low

  * acknowledge NMUs. Thanks for your work Thorsten and Filippo
    closes: #622032 #614373
  * updated Standards-Version: to 3.9.2 without changes
  * fixed lintian warning:
    - debian-rules-missing-recommended-target
  * debian/control add Multi-Arch: foreign
    closes: #614203
  * removing wget-infopod_generated_manpage to get the old/upstream
    provided manpage and no the infopage as manpage. See 1.11.4-4
    where it were changed. This will return some errors (incomplete
    sentences, some missing parts) which are caused by texi2pod.
    closes: #633702 #627468 #589993 #545091
  * debian/control added libidn11-dev Build-Dep to get IDN support
    closes: #536692 #542145
  * debian/control changed FTP and HTTP to uppercase in the description
    closes: #596358
  * exit status is documented in the manpage. closes #179710
  * --follow-ftp example in manpage made more accurate. closes #512578
 -- Steve Langasek <email address hidden>   Wed, 19 Oct 2011 00:00:09 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wget_1.13.orig.tar.gz 2.6 MiB 4dd26f50ed49afecf9e661bc6ad194d1732d66653ae6aa9126b562b1870e17fc
wget_1.13-1ubuntu1.debian.tar.gz 22.6 KiB 9f67d2fb5329dc3887dd7d24a132518335655fe6924b5e169e14def3ccf8a43d
wget_1.13-1ubuntu1.dsc 1.8 KiB 21eafa1f4ef884da5599dc6481651dcf372d5902e46bb9078abde1f73c405a01

Available diffs

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