[ubuntu/precise] wget 1.13-1ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Wed Oct 19 00:23:20 UTC 2011
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
Date: Wed, 19 Oct 2011 00:00:09 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/wget/1.13-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 19 Oct 2011 00:00:09 +0000
Source: wget
Binary: wget wget-udeb
Architecture: source
Version: 1.13-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
wget - retrieves files from the web
wget-udeb - retrieves files from the web (udeb)
Closes: 215128 353326 402001 409938 502218 536692 542145 563872 565942 581817 595538 596358 597468 598731 602008 607198 612450 614203 622032 624675 626438 633702 635241
Launchpad-Bugs-Fixed: 503339
Changes:
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
Checksums-Sha1:
a853880e502772b2394d73e9d3efafbb49237030 1818 wget_1.13-1ubuntu1.dsc
4661e9450950aba193e9e98e614afeba03a3f1fc 2759395 wget_1.13.orig.tar.gz
f6e76c93ca5121eb793fd9658b4bea692c33f340 23173 wget_1.13-1ubuntu1.debian.tar.gz
Checksums-Sha256:
21eafa1f4ef884da5599dc6481651dcf372d5902e46bb9078abde1f73c405a01 1818 wget_1.13-1ubuntu1.dsc
4dd26f50ed49afecf9e661bc6ad194d1732d66653ae6aa9126b562b1870e17fc 2759395 wget_1.13.orig.tar.gz
9f67d2fb5329dc3887dd7d24a132518335655fe6924b5e169e14def3ccf8a43d 23173 wget_1.13-1ubuntu1.debian.tar.gz
Files:
6ced2f72bacb2c236184eda43463a04e 1818 web important wget_1.13-1ubuntu1.dsc
d3698837e6a9567ca9be10f115989940 2759395 web important wget_1.13.orig.tar.gz
5d9da982e20cc92bc039bf27f8ff20a7 23173 web important wget_1.13-1ubuntu1.debian.tar.gz
Original-Maintainer: Noël Köthe <noel at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIVAwUBTp4TLVaNMPMhshM9AQgxXg/9EBdTn2/ZZbEnTmy94n6Rwn/TUwXkaCVo
vgYBboOeRG8s0cgJOA3fvv+iGg+iLYXrTOJZndY/tRdPxjEv4gxcS+9/C76aaFmI
IHkU4b1/vm22q/DTcxl4Z5FkBLS+FwsDuaHzxbX/kWkqGvvJEnSbEBZ4PVnVyYsl
ErEwwMMQWz2oxUxMILd+XevwgbGvJuULDgudj/k0bW7vudBTKLm3UxUSwhJiOX1G
Yj2jTYjQ9oYemBRjWgtR03I7n95Q+Brd5ubpNKmVFnH8zFLEpNHU5QRfTpHSPiW0
x+erXzbjh9d2xb8s/PvK89apf6uj6J1EI9fges1l/sxK9YA6ii/30I/9sZsLEblj
XwmNvU8Q9w6Ms53nl7kKD+UCJRsYLB+tkYDKIiJJKXtKovX50TuXu7qEGSminXuH
s3incO6+i3Qz0AmpVilmdbhgqxrKvOCB3uyP6WNaE23jG+913a/a83B2kaMSgmwu
3djZF642fdDjvbZyltMT+gNcSfu8zpzz7LkrIMHb9AULIx7E4R4K2zdeqQDAjgnd
Ph8ViwEeJ1zZE98cJGbWrps4FtIHC3dNsanYL2zuX7n96HMe7xX7GYlt9W0FWoeC
tUY8xAVXzXvX4uAzDUmwsxO/n6RDeJ5URfNtYOtK2e1EnuqyrROJCgcEO+JOuiof
w88CfKBD+wc=
=q9AL
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list