1
wget (1.13-1ubuntu1) precise; urgency=low
3
* Merge from Debian unstable, remaining changes:
4
- Add wget-udeb to ship wget.gnu as alternative to busybox wget
6
- Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
7
* Dropped changes, superseded in Debian:
8
- Keep build dependencies in main:
9
+ debian/control: remove info2man build-dep
10
+ debian/patches/series: disable wget-infopod_generated_manpage
11
- Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
13
* Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
15
* Add a second build pass for the udeb, so we can build without libidn.
17
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 19 Oct 2011 00:00:09 +0000
19
wget (1.13-1) unstable; urgency=low
21
* new upstream release 1.13 from 2011-08-09
22
- updated wget-doc-remove-usr-local-in-wget.texi,
23
wget-fr.po-spelling-correction,
24
- removed wget-de.po-remove-double-quote-signs (latest de.po),
25
CVE-2010-2252 (included upstream), wget-zh_CN.po-translation-correction,
26
fix-paramter-spelling-error-in-wget.texi, refresh-pofiles
27
- disabled disable-SSLv2 for the first upload
28
see https://savannah.gnu.org/bugs/?33840
29
- includes latest po files. closes: Bug#607198
30
- bugs fixed with this release by upstream:
31
-- IDN support: wget www.köln.de works:) closes: Bug#542145
32
-- wildcard documentation of -X
34
-- wget -O - $URL says `-' saved but there is no file -
36
-- 'wget -c -N' ignores timestamps
38
-- missing a check for Subject Alternative Name (TLS cert.)
40
-- wget segfaults when server returns empty HTTP response code
44
-- Unterminated C string in http_atotm()
46
-- don't use PATH_MAX (FTBFS on hurd)
48
-- info page points to not documented --cookies option
50
-- SIGPIPE signal: wget over ssh orphans itself on ctrl+c
52
-- wget --backup-converted does not work
54
-- --adjust-extension renames .htm files
56
-- wget: Invalid russian translation
58
-- wget: shows only first 3 IP addresses of hostname
61
* debian/control correct spelling in description. closes: Bug#635241
62
* debian/control replace libssl-dev by libgnutls-dev in build dependency
64
-- Noël Köthe <noel@debian.org> Tue, 12 Aug 2011 15:34:52 +0200
66
wget (1.12-5) unstable; urgency=low
68
* minor update on patch CVE-2010-2252 to mention former option
69
name --use-server-file-name. closes: #602008
70
* debian/control minor name change Noèl -> Noël ;)
72
-- Noël Köthe <noel@debian.org> Sat, 23 Jul 2011 16:21:11 +0200
74
wget (1.12-4) unstable; urgency=low
76
* acknowledge NMUs. Thanks for your work Thorsten and Filippo
77
closes: #622032 #614373
78
* updated Standards-Version: to 3.9.2 without changes
79
* fixed lintian warning:
80
- debian-rules-missing-recommended-target
81
* debian/control add Multi-Arch: foreign
83
* removing wget-infopod_generated_manpage to get the old/upstream
84
provided manpage and no the infopage as manpage. See 1.11.4-4
85
where it were changed. This will return some errors (incomplete
86
sentences, some missing parts) which are caused by texi2pod.
87
closes: #633702 #627468 #589993 #545091
88
* debian/control added libidn11-dev Build-Dep to get IDN support
89
closes: #536692 #542145
90
* debian/control changed FTP and HTTP to uppercase in the description
92
* exit status is documented in the manpage. closes #179710
93
* --follow-ftp example in manpage made more accurate. closes #512578
95
-- Noèl Köthe <noel@debian.org> Fri, 22 Jul 2011 10:22:53 +0200
1
97
wget (1.12-3.1ubuntu1) oneiric; urgency=low
3
99
* Merge from Debian unstable, remaining changes: