chiark / gitweb /
Import curl_7.56.1-1.debian.tar.xz
[curl.git] / changelog
1 curl (7.56.1-1) unstable; urgency=medium
2
3   * New upstream release
4     - Fix IMAP FETCH response out of bounds read as per CVE-2017-1000257
5       https://curl.haxx.se/docs/adv_20171023.html
6   * Bump Standards-Version to 4.1.1 (no changes needed)
7   * Drop 01_runtests_gdb.patch
8   * Drop 12_dont-wait-on-CONNECT.patch
9   * Refresh patches
10   * Update *.symbols files
11   * Use https:// URL in watch file
12
13  -- Alessandro Ghedini <ghedo@debian.org>  Tue, 24 Oct 2017 11:05:48 +0100
14
15 curl (7.55.1-1) unstable; urgency=medium
16
17   * New upstream release
18     - Fix FTBFS on powerpc (Closes: #872502)
19   * Apply upstream patch to fix connection timeouts with NetworkManager
20     (Closes: #873181)
21   * Refresh patches
22   * Bump Standards-Version to 4.1.0 (no changes needed)
23
24  -- Alessandro Ghedini <ghedo@debian.org>  Sat, 02 Sep 2017 12:10:22 +0100
25
26 curl (7.55.0-1) unstable; urgency=medium
27
28   * New upstream release
29     - Fix TFTP sends more than buffer size as per CVE-2017-1000100
30       (Closes: #871555)
31     - Fix URL globbing out of bounds read as per CVE-2017-1000101
32       (Closes: #871554)
33   * Refresh patches and drop patches merged upstream
34   * Update Standards-Version to 4.0.1 (no changes needed)
35   * Drop -dbg package
36
37  -- Alessandro Ghedini <ghedo@debian.org>  Sat, 12 Aug 2017 15:18:05 +0100
38
39 curl (7.52.1-5) unstable; urgency=high
40
41   * Fix TLS session resumption client cert bypass as per CVE-2017-7468
42     https://curl.haxx.se/docs/adv_20170419.html
43
44  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 19 Apr 2017 11:19:50 +0100
45
46 curl (7.52.1-4) unstable; urgency=medium
47
48   * Fix regression in CONNECT response handling (Closes: #857613)
49   * Fix buffer read overrun on --write-out as per CVE-2017-7407
50     https://curl.haxx.se/docs/adv_20170403.html (Closes: #859500)
51
52  -- Alessandro Ghedini <ghedo@debian.org>  Sat, 08 Apr 2017 21:55:27 +0100
53
54 curl (7.52.1-3) unstable; urgency=high
55
56   * Make SSL_VERIFYSTATUS work again as per CVE-2017-2629
57     https://curl.haxx.se/docs/adv_20170222.html
58
59  -- Alessandro Ghedini <ghedo@debian.org>  Tue, 21 Feb 2017 22:38:41 +0000
60
61 curl (7.52.1-2) unstable; urgency=medium
62
63   * Fix HTTPS connection timeout with OpenSSL (Closes: #852317)
64
65  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 29 Jan 2017 21:34:10 +0000
66
67 curl (7.52.1-1) unstable; urgency=medium
68
69   * New upstream release
70     - Fix printf floating point buffer overflow as per CVE-2016-9586
71       (Closes: #848958)
72   * B-D on "libssl1.0-dev | libssl-dev (<< 1.1)" (Closes: #850880, #844018)
73   * Another attempt at making -dev packages multi-arch.
74     Thanks to Benjamin Moody for the patches. (Closes: #731998, #846360)
75   * Enable support for PSL (Closes: #847958)
76   * Re-enable support for IDN (Closes: #849539)
77   * Drop 10_disable-network-tests.patch.
78     It didn't really work, and the issue is not urgent.
79   * Switch curl binary back to libcurl3/OpenSSL.
80     While the GnuTLS flavour mostly worked fine, there are a bunch of features
81     that are not implemented.
82
83  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 12 Jan 2017 22:02:44 +0000
84
85 curl (7.51.0-1) unstable; urgency=medium
86
87   * New upstream release
88     - Fix cookie injection for other servers as per CVE-2016-8615
89       https://curl.haxx.se/docs/adv_20161102A.html
90     - Fix case insensitive password comparison as per CVE-2016-8616
91       https://curl.haxx.se/docs/adv_20161102B.html
92     - Fix OOB write via unchecked multiplication as per CVE-2016-8617
93       https://curl.haxx.se/docs/adv_20161102C.html
94     - Fix double-free in curl_maprintf as per CVE-2016-8618
95       https://curl.haxx.se/docs/adv_20161102D.html
96     - Fix double-free in krb5 code as per CVE-2016-8619
97       https://curl.haxx.se/docs/adv_20161102E.html
98     - Fix glob parser write/read out of bounds as per CVE-2016-8620
99       https://curl.haxx.se/docs/adv_20161102F.html
100     - Fix curl_getdate read out of bounds as per CVE-2016-8621
101       https://curl.haxx.se/docs/adv_20161102G.html
102     - Fix URL unescape heap overflow via integer truncation as per CVE-2016-8622
103       https://curl.haxx.se/docs/adv_20161102H.html
104     - Fix use-after-free via shared cookies as per CVE-2016-8623
105       https://curl.haxx.se/docs/adv_20161102I.html
106     - Fix invalid URL parsing with '#' as per CVE-2016-8624
107       https://curl.haxx.se/docs/adv_20161102J.html
108     - Fix IDNA 2003 makes curl use wrong host
109       https://curl.haxx.se/docs/adv_20161102K.html
110     - Fix escape and unescape integer overflows as
111       per CVE-2016-7167 (Closes: #837945)
112       https://curl.haxx.se/docs/adv_20160914.html
113     - Fix incorrect reuse of client certificates (NSS backend)
114       as per CVE-2016-7141 (Closes: #836918)
115       https://curl.haxx.se/docs/adv_20160907.html
116   * Drop 02_art_http_scripting.patch (file not shipped anymore)
117   * Refresh patches
118   * Temporarily disable IDN support
119   * Don't install pdf and html docs (they are not shipped in the tarball anymore)
120   * Install markdown docs
121
122  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 03 Nov 2016 22:46:14 +0000
123
124 curl (7.50.1-2) unstable; urgency=medium
125
126   * Disable more network tests (Closes: #830273)
127
128  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 28 Aug 2016 14:48:05 +0100
129
130 curl (7.50.1-1) unstable; urgency=medium
131
132   * New upstream release (Closes: #827900)
133     - Fix TLS session resumption client cert bypass as per CVE-2016-5419
134       https://curl.haxx.se/docs/adv_20160803A.html
135     - Fix re-using connection with wrong client cert as per CVE-2016-5420
136       https://curl.haxx.se/docs/adv_20160803B.html
137     - Fix use of connection struct after free as per CVE-2016-5421
138       https://curl.haxx.se/docs/adv_20160803C.html
139     - Support OpenSSL 1.1 (Closes: #828127)
140   * Fix 04_workaround_as_needed_bug.patch.
141     Thanks to Yuriy M. Kaminskiy for the patch (Closes: #818131)
142   * Bump Standards-Version to 3.9.8 (no changes needed)
143   * Update Vcs-* URLs
144   * Refresh patches
145   * Add 08_enable-zsh.patch to re-enable zsh completion generation
146   * Remove 08_fix-zsh-completion.patch (was already disabled)
147   * Add 09_fix-typo.patch to fix spelling-error-in-manpage
148   * Add 10_disable-network-tests.patch to disable networked tests
149     (Closes: #830273)
150   * Improve cross Build-Depends satisfiability.
151     Thanks to Helmut Grohne for the patch (Closes: #818092)
152
153  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 03 Aug 2016 12:46:05 +0100
154
155 curl (7.47.0-1) unstable; urgency=high
156
157   * New upstream release
158     - Fix NTLM credentials not-checked for proxy connection re-use
159       as per CVE-2016-0755
160       http://curl.haxx.se/docs/adv_20160127A.html
161     - Set uyrgency=high accordingly
162   * Remove hard-coded dependency on libgnutls (Closes: #812542)
163   * Drop 08_fix-zsh-completion.patch (merged upstream)
164   * Refresh patches
165
166  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 27 Jan 2016 11:45:59 +0000
167
168 curl (7.46.0-1) unstable; urgency=medium
169
170   * New upstream release
171     - Initialize OpenSSL algorithms after loading config (Closes: #805408)
172   * Install curl zsh completion (Closes: #805509)
173     - Add 08_fix-zsh-completion.patch to fix zsh completion generation
174
175  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 27 Dec 2015 18:18:09 +0100
176
177 curl (7.45.0-1) unstable; urgency=medium
178
179   * New upstream release
180   * Drop 08_spelling.patch (merged upstream)
181
182  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 07 Oct 2015 12:59:03 +0200
183
184 curl (7.44.0-2) unstable; urgency=medium
185
186   * Enable HTTP/2 support (Closes: #796302)
187
188  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 10 Sep 2015 11:25:14 +0200
189
190 curl (7.44.0-1) unstable; urgency=medium
191
192   * New upstream release
193   * Refresh patches
194   * Update symbols files
195   * Add 08_spelling.patch to fix some spelling errors
196
197  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 12 Aug 2015 11:49:04 +0200
198
199 curl (7.43.0-1) unstable; urgency=medium
200
201   * New upstream release
202     - Fix lingering HTTP credentials in connection re-use as per CVE-2015-3236
203       http://curl.haxx.se/docs/adv_20150617A.html
204     - Fix SMB send off unrelated memory contents as per CVE-2015-3237
205       http://curl.haxx.se/docs/adv_20150617B.html
206   * Refresh patches
207   * Fix spelling-error-in-description
208
209  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 17 Jun 2015 10:21:34 +0200
210
211 curl (7.42.1-3) unstable; urgency=medium
212
213   * Update copyright
214   * Set both CA bundle and CA path default values for OpenSSL and GnuTLS
215     backends
216   * Bump versioned depends on libgnutls to workaround lack of nettle versioned
217     symbols (Closes: #787960)
218
219  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 07 Jun 2015 18:15:15 +0200
220
221 curl (7.42.1-2) unstable; urgency=medium
222
223   * Switch curl binary to libcurl3-gnutls (Closes: #342719)
224     This is the first step of a possible migration to a GnuTLS-only
225     libcurl for Debian. Let's see how it goes.
226
227  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 03 May 2015 13:13:15 +0200
228
229 curl (7.42.1-1) unstable; urgency=high
230
231   * New upstream release
232     - Don't send sensitive HTTP server headers to proxies as per
233       CVE-2015-3153
234       http://curl.haxx.se/docs/adv_20150429.html
235   * Drop 08_fix-spelling.patch (merged upstream)
236   * Refresh patches
237
238  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 29 Apr 2015 10:43:43 +0200
239
240 curl (7.42.0-1) unstable; urgency=medium
241
242   * New upstream release
243     - Fix re-using authenticated connection when unauthenticated
244       as per CVE-2015-3143
245       http://curl.haxx.se/docs/adv_20150422A.html
246     - Fix host name out of boundary memory access as per CVE-2015-3144
247       http://curl.haxx.se/docs/adv_20150422D.html
248     - Fix cookie parser out of boundary memory access as per CVE-2015-3145
249       http://curl.haxx.se/docs/adv_20150422C.html
250     - Fix Negotiate not treated as connection-oriented as per CVE-2015-3148
251       http://curl.haxx.se/docs/adv_20150422B.html
252     - Disable SSLv3 in the OpenSSL backend when OPENSSL_NO_SSL3_METHOD is
253       defined (Closes: #768562)
254   * Drop patches merged upstream
255   * Refresh patches
256   * Bump Standards-Version to 3.9.6 (no changes needed)
257
258  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 22 Apr 2015 11:07:32 +0200
259
260 curl (7.38.0-4) unstable; urgency=high
261
262   * Fix URL request injection vulnerability as per CVE-2014-8150
263     http://curl.haxx.se/docs/adv_20150108B.html
264   * Set urgency=high accordingly
265
266  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 08 Jan 2015 10:47:24 +0100
267
268 curl (7.38.0-3) unstable; urgency=high
269
270   * Enable all hardening options (Closes: #763372)
271   * Fix duphandle read out of bounds as per CVE-2014-3707
272     http://curl.haxx.se/docs/adv_20141105.html
273   * Set urgency=high accordingly
274
275  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 06 Nov 2014 11:40:24 +0100
276
277 curl (7.38.0-2) unstable; urgency=medium
278
279   * Check for libtoolize instead of libtool during build.
280     Thanks to Helmut Grohne for the patch (Closes: #761740)
281   * Add README.source note regarding ordering of patches (Closes: #762193)
282   * Add 10_fix-resolver.patch from upstream (Closes: #762014)
283
284  -- Alessandro Ghedini <ghedo@debian.org>  Tue, 23 Sep 2014 16:41:53 +0200
285
286 curl (7.38.0-1) unstable; urgency=medium
287
288   * New upstream release
289     - Only use full host matches for hosts used as IP address
290       as per CVE-2014-3613
291       http://curl.haxx.se/docs/adv_20140910A.html
292     - Reject incoming cookies set for TLDs as per CVE-2014-3620
293       http://curl.haxx.se/docs/adv_20140910B.html
294   * Drop 08_link-curl-to-nss.patch (merged upstream)
295   * Refresh patches
296   * Fix wildcard-matches-nothing-in-dep5-copyright
297   * Add 08_fix-spelling.patch
298
299  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 10 Sep 2014 20:11:02 +0200
300
301 curl (7.37.1-1) unstable; urgency=medium
302
303   * New upstream release
304   * Re-enable RTMP support (Closes: #754222)
305   * Add 08_link-curl-to-nss.patch to fix NSS build
306   * Refresh patches
307   * Install manpages of single libcurl options too
308
309  -- Alessandro Ghedini <ghedo@debian.org>  Fri, 18 Jul 2014 10:18:03 +0200
310
311 curl (7.37.0-1) unstable; urgency=medium
312
313   * New upstream release
314     - Fix NULL pointer dereference in GnuTLS code (Closes: #746349)
315   * Drop 08_fix-imap-tests.patch (merged upstream)
316   * Refresh 01_runtests_gdb.patch
317   * Remove Build-Depends on libgcrypt
318
319  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 21 May 2014 15:22:38 +0200
320
321 curl (7.36.0-2) unstable; urgency=medium
322
323   * Move Depends on -dev packages needed to use static libraries to Suggests
324   * Switch to GnuTLS 3.x (Closes: #741568)
325   * Disable RTMP support (librtmp-dev requires libgnutls-dev, which conflicts
326     with libgnutls28-dev)
327
328  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 28 Apr 2014 19:37:14 +0200
329
330 curl (7.36.0-1) unstable; urgency=high
331
332   * New upstream release (Closes: #742728)
333     - Fix connection re-use when using different log-in credentials
334       as per CVE-2014-0138
335       http://curl.haxx.se/docs/adv_20140326A.html
336     - Reject IP address wildcard matches as per CVE-2014-0139
337       http://curl.haxx.se/docs/adv_20140326B.html
338     - Set urgency=high accordingly
339   * Add 08_fix-imap-tests.patch to fix tests broken by the fix for CVE-2014-0138
340
341  -- Alessandro Ghedini <ghedo@debian.org>  Sun, 30 Mar 2014 15:36:35 +0200
342
343 curl (7.35.0-1) unstable; urgency=high
344
345   * New upstream release
346     - Fix re-use of wrong HTTP NTLM connection as per CVE-2014-0015
347       http://curl.haxx.se/docs/adv_20140129.html
348     - Set urgency=high accordingly
349   * Refresh patches
350
351  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 29 Jan 2014 11:16:57 +0100
352
353 curl (7.34.0-1) unstable; urgency=high
354
355   * New upstream release
356     - Fix GnuTLS checking of a certificate CN or SAN name field when the
357       digital signature verification is turned off as per CVE-2013-6422
358       http://curl.haxx.se/docs/adv_20131217.html
359     - Set urgency=high accordingly
360   * Drop patches merged upstream:
361     - 08_fix-typo.patch
362     - 09_fix-urlglob.patch
363
364  -- Alessandro Ghedini <ghedo@debian.org>  Tue, 17 Dec 2013 13:16:19 +0100
365
366 curl (7.33.0-2) unstable; urgency=low
367
368   * Make -dev packages Multi-Arch: same too (Closes: #731309)
369   * Bump Standards-Version to 3.9.5 (no changes needed)
370   * Add 09_fix-urlglob.patch to fix URL globbing (Closes: #731855)
371
372  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 11 Dec 2013 18:44:37 +0100
373
374 curl (7.33.0-1) unstable; urgency=low
375
376   * New upstream release
377     - Handle arbitrary-length username and password (Closes: #719856)
378   * Remove Luk from Uploaders as per his request (Closes: #723603)
379   * Do not Build-Depends on specific automake version (Closes: #724361)
380   * Fix lintian vcs-field-not-canonical
381   * Add 08_fix-typo.patch
382   * Refresh patches
383
384  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 14 Oct 2013 22:11:14 +0200
385
386 curl (7.32.0-1) unstable; urgency=low
387
388   * New upstream release
389   * Fix typo in changelog entry for 7.31.0-1 (Closes: #714502)
390   * Drop 08_typo.patch (merged upstream)
391   * Drop 09_openssl-recv.patch (merged upstream)
392   * Refresh 90_gnutls.patch and 99_nss.patch
393   * Refresh 06_always-disable-valgrind.patch
394   * Enable threaded DNS resolver (Closes: #570436)
395     See NEWS.Debian for more info
396
397  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 12 Aug 2013 12:19:05 +0200
398
399 curl (7.31.0-2) unstable; urgency=high
400
401   * Add 09_openssl-recv.patch to fix incorrect OpenSSL usage (Closes: #714050)
402   * Set urgency=high because of the security fix in the previous upload
403
404  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 26 Jun 2013 11:47:00 +0200
405
406 curl (7.31.0-1) unstable; urgency=low
407
408   * New upstream release
409     - Fix URL decode buffer boundary flaw as per CVE-2013-2174
410       http://curl.haxx.se/docs/adv_20130622.html
411   * Make curl Multi-Arch: foreign (Closes: #712585)
412   * Drop 08_reset-timecond.patch (merged upstream)
413   * Refresh patches
414   * Add 08_typo.patch to fix a couple of typos in one of the manpages
415
416  -- Alessandro Ghedini <ghedo@debian.org>  Sat, 22 Jun 2013 15:46:53 +0200
417
418 curl (7.30.0-2) unstable; urgency=low
419
420   * Move textual docs to the -doc package too
421   * Move manpages from -dev packages to -doc as well
422     - Add Breaks+Replaces accordingly
423   * Remove outdated Replaces/Conflicts
424   * Update watch file version to 3
425   * Add 08_reset-timecond.patch (Closes: #705783)
426
427  -- Alessandro Ghedini <ghedo@debian.org>  Fri, 10 May 2013 17:46:46 +0200
428
429 curl (7.30.0-1) unstable; urgency=low
430
431   * New upstream release
432   * Update upstream copyright years
433   * Drop patches merged upstream:
434     - 08_NULL-pointer-dereference-on-close.patch
435     - 09_CVE-213-1944.patch
436     - 10_test1218-another-cookie-tailmatch-test.patch
437   * Update patches:
438     - 03_keep_symbols_compat.patch
439     - 90_gnutls.patch
440     - 99_nss.patch
441   * Add libcurl4-doc package:
442     - Move *.pdf and *.html files to the libcurl4-doc package
443     - Add Suggests for -doc package to -dev packages
444     - Move examples to the -doc package
445   * Add Build-Depends on python which is used by some tests
446
447  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 18 Apr 2013 12:55:09 +0200
448
449 curl (7.29.0-2.1) unstable; urgency=high
450
451   * Non-maintainer upload.
452
453   [ Alessandro Ghedini ]
454   * Do not compress *.pdf files (Closes: #704093)
455
456   [ Salvatore Bonaccorso ]
457   * Add 09_CVE-213-1944.patch.
458     Fix CVE-2013-1944: fix tailmatching to prevent cross-domain leakage.
459     Cookies set for 'example.com' could accidentaly also be sent by libcurl
460     to the 'bexample.com' (ie with a prefix to the first domain name).
461     (Closes: #705274)
462   * Add testcase for CVE-2013-1944.
463
464  -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 12 Apr 2013 13:55:34 +0200
465
466 curl (7.29.0-2) unstable; urgency=low
467
468   * Fix a segfault when closing an unused multi handle (Closes: #701713)
469   * Mention LDAPS in packages' long descriptions
470   * Clean-up d/rules
471     - Switch to short-form dh
472     - Enable test suite on hurd and kfreebsd too
473     - Enable GSSAPI support on hurd too
474
475  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 11 Mar 2013 19:02:56 +0100
476
477 curl (7.29.0-1) unstable; urgency=high
478
479   * New upstream release
480     - Fix buffer overflow when negotiating SASL DIGEST-MD5 authentication
481       as per CVE-2013-0249 (Closes: #700002)
482       http://curl.haxx.se/docs/adv_20130206.html
483     - Set urgency=high accordingly
484   * Install all the examples
485   * Update 90_gnutls.patch and 99_nss.patch
486   * Refresh patches
487   * Correctly pass CPPFLAGS to ./configure
488   * Upload to unstable
489
490  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 11 Feb 2013 14:48:03 +0100
491
492 curl (7.28.1-1) experimental; urgency=low
493
494   * New upstream release
495   * Drop 05_fix-git-over-https.patch and 08_fix-git-auth.patch
496     (merged upstream)
497   * Update 07_do-not-disable-debug-symbols.patch
498   * Refresh patches
499   * Add NEWS entry about change in CURLOPT_SSL_VERIFYHOST semantics
500
501  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 26 Nov 2012 17:51:27 +0100
502
503 curl (7.28.0-3) unstable; urgency=low
504
505   * Add 07_do-not-disable-debug-symbols.patch, do not pass --enable-debug
506     anymore (Closes: #693110)
507   * Update 05_fix-git-over-https.patch to reflect new upstream patch
508   * Add 08_fix-git-auth.patch to fix HTTPS authentication (Closes: #690764)
509
510  -- Alessandro Ghedini <ghedo@debian.org>  Sat, 17 Nov 2012 14:07:21 +0100
511
512 curl (7.28.0-2) unstable; urgency=low
513
514   * Add 05_fix-git-over-https.patch (Closes: #690551)
515   * Add 06_always-disable-valgrind.patch (Closes: #690968)
516
517  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 22 Oct 2012 14:35:02 +0200
518
519 curl (7.28.0-1) unstable; urgency=low
520
521   * New upstream release
522     - gnutls: do not fail on non-fatal handshake errors (Closes: #685402)
523   * Remove versioned build depends on libssh2 (already in stable)
524   * Bump Standards-Version to 3.9.4 (no changes needed)
525   * Refresh 01_runtests_gdb.patch
526   * Update *.symbols files
527   * Build depend on ca-certifcates to avoid test failure
528
529  -- Alessandro Ghedini <ghedo@debian.org>  Thu, 11 Oct 2012 19:11:09 +0200
530
531 curl (7.27.0-1) unstable; urgency=low
532
533   * New upstream release
534   * Update upstream copyright
535   * Refresh 01_runtests_gdb.patch, 90_gnutls.patch and 99_nss.patch
536
537  -- Alessandro Ghedini <ghedo@debian.org>  Wed, 08 Aug 2012 17:22:00 +0200
538
539 curl (7.26.0-1) unstable; urgency=low
540
541   * New upstream release
542     - Reject numerical IPv6 addresses outside brackets (Closes: #670126)
543   * Email change: Alessandro Ghedini -> ghedo@debian.org
544   * Stricter Depends on libcurl3 (Closes: #666089)
545   * Remove Ramakrishnan (as per his request), move myself to Maintainer
546     Thank you for all your work so far
547   * Disable memory tracking, but keep debug enabled
548     - Remove memdebug symbols (used by curl only)
549   * Refresh 01_runtests_gdb.patch, 90_gnutls.patch and 99_nss.patch
550   * Disable not-quite-working symbols hiding
551
552  -- Alessandro Ghedini <ghedo@debian.org>  Fri, 25 May 2012 15:19:51 +0200
553
554 curl (7.25.0-1) unstable; urgency=low
555
556   * New upstream release
557     - Add --ssl-allow-beast and CURLOPT_SSL_OPTIONS (Closes: #658276)
558     - Allow negative numbers as option value (Closes: #659591)
559   * Add libssh2-1-dev to libcurl4-gnutls-dev and libcurl4-nss-dev Depends
560   * Bump debhelper compat level to 9
561     - Make *.links files executable to simplify rules file
562   * Pass --as-needed ld flag to avoid unneeded dependencies
563     - Add workaround_as_needed_bug to workaround a libtool bug
564     - Drop dont_link_to_krb5 (not needed because of --as-needed)
565   * Do some clean-up in debian/rules
566   * Update debian/copyright format as in Debian Policy 3.9.3
567   * Bump Standards-Version to 3.9.3
568   * Explicit Conflicts in -dev packages (fixes binaries-have-file-conflict)
569   * Add openssh-server to build depends to enable some more tests
570   * Update upstream copyright years
571   * Refresh patches
572
573  -- Alessandro Ghedini <al3xbio@gmail.com>  Fri, 23 Mar 2012 16:24:51 +0100
574
575 curl (7.24.0-1) unstable; urgency=high
576
577   * New upstream release
578     - Improve documentation for the --capath option (Closes: #628697)
579     - Fix URL sanitization vulnerability as per CVE-2012-0036
580       http://curl.haxx.se/docs/adv_20120124.html
581     - Fix SSL CBC IV vulnerability as per CVE-2011-3389
582       http://curl.haxx.se/docs/adv_20120124B.html
583     - Set urgency=high accordingly
584   * Remove curl_links_with_rt patch (curl links to librt anyway)
585   * Improve descriptions of -dev and -dbg packages
586   * Drop fix_manpage_spelling and versioned patches (merged upstream)
587   * Refresh patches
588   * Add keep_symbols_compat patch to not break backwards ABI compatibility
589   * Enable libssh2 support for GnuTLS and NSS flavours too
590     (libssh2 now uses libgcrypt instead of libssl)
591
592  -- Alessandro Ghedini <al3xbio@gmail.com>  Tue, 24 Jan 2012 12:04:04 +0100
593
594 curl (7.23.1-3) unstable; urgency=low
595
596   * Enable security hardening flags
597   * Remove libdb-dev from B-D (not used)
598   * Improve short and  long descriptions
599   * Provide proper *.symbols files (Closes: #651619)
600   * Do not version Curl_* symbols (for internal use only)
601   * Do not override dh_makeshlibs version anymore
602
603  -- Alessandro Ghedini <al3xbio@gmail.com>  Tue, 13 Dec 2011 19:55:31 +0100
604
605 curl (7.23.1-2) unstable; urgency=low
606
607   * Bump shlibs version for libcurl3-nss (Closes: #650498)
608
609  -- Alessandro Ghedini <al3xbio@gmail.com>  Thu, 01 Dec 2011 22:32:19 +0100
610
611 curl (7.23.1-1) unstable; urgency=low
612
613   * New upstream release
614     - Do not use gnutls_priority_set_direct and
615       gnutls_certificate_type_set_priority anymore (Closes: #624024)
616   * Refresh patches
617   * Add --enable-debug flag to configure (Closes: #648902)
618   * One Provides/Replaces per line
619   * libcurl4-openssl-dev Provides libcurl4-dev too (Closes: #644126)
620   * Specify only 3 components for Standards-Version
621     (the fourth is not really needed)
622   * Move ca-certificates to Recommends in lib* packages (Closes: #546607)
623   * Add NSS flavour to versioned symbols
624
625  -- Alessandro Ghedini <al3xbio@gmail.com>  Sun, 27 Nov 2011 18:45:01 +0100
626
627 curl (7.22.0-3) unstable; urgency=low
628
629   [ Ramakrishnan Muthukrishnan ]
630   * Add new Uploaders, Ian and Alessandro. (Closes: #647255)
631
632   [ Luk Claes ]
633   * Install lintian overrides with dh_lintian.
634   * Install all files with dh_install and get rid of dh_installdirs.
635
636   [ Alessandro Ghedini ]
637   * New upstream release.
638   * Bump debhelper compat level to 8.
639   * debian/control:
640     - One (Build-)Depends per line.
641     - Sort (Build-)Depends.
642     - Remove Build-Depends on binutils
643       (v2.18 is already in oldstable and it is Build-Essential: yes).
644     - Build depends on stunnel4 instead of stunnel
645       (stunnel is just a dummy package).
646     - Remove duplicate Section field in package curl.
647     - Add Luk to Uploaders too, sort names.
648   * debian/patches:
649     - Update runtests_gdb patch, add DEP3 headers.
650     - Update gnutls and nss patches, add DEP3 headers.
651     - Refresh other patches.
652     - Add DEP3 headers to all the patches.
653     - Remove libtool patch (not applied anyway)
654     - Set Forwarded: not-needed for Debian specific patches
655   * Replace dh_clean -k call with dh_prep
656     (dh_clean -k is deprecated since debhelper 7).
657   * Add fix_manpage_spelling patch
658   * debian/copyright:
659     - Switch to DEP5 format
660     - Update copyright information
661   * Add librtmp-dev to libcurl4-nss-dev too
662
663  -- Alessandro Ghedini <al3xbio@gmail.com>  Sun, 13 Nov 2011 21:07:32 +0100
664
665 curl (7.21.7-3) unstable; urgency=low
666
667   * debian/rules: Build only curl and libcurl3 with rtmp support. Rest of the
668     packages do not need to be built with rtmp support. (closes: #641173)
669
670  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sun, 11 Sep 2011 22:08:08 +0200
671
672 curl (7.21.7-2) unstable; urgency=low
673
674   * debian/control: libcurl*-dev packages should depend on librtmp-dev.
675     (closes: #640260)
676   * debian/rules: add build-arch and build-indep targets.
677
678  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 05 Sep 2011 16:12:42 +0200
679
680 curl (7.21.7-1) unstable; urgency=low
681
682   * New Upstream release which fixes the following bugs.
683     - libcurl3-gnutls: HTTPS over HTTP still broken in
684       Git (closes: #627335)
685     - git-core: gnutls_handshake() fail when using
686       https:// over a proxy (closes: #559371)
687   * debian/control: capitalize 'ftp'. (closes: #587338)
688   * debian/rules: add build-arch and build-indep targets.
689
690  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sat, 30 Jul 2011 17:57:08 +0530
691
692 curl (7.21.6-3) unstable; urgency=low
693
694   * Apply the Multiarch patch from Steve Langasek.
695     (closes: #631946)
696
697  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 29 Jun 2011 08:26:56 +0530
698
699 curl (7.21.6-2) unstable; urgency=high
700
701   * Fix for the inappropriate GSSAPI delegation vulnerability (CVE-2011-2192).
702     (closes: #631615)
703
704  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sat, 25 Jun 2011 23:37:04 +0530
705
706 curl (7.21.6-1) unstable; urgency=low
707
708   * New upstream release to fix a HTTPS over a HTTP proxy bug on 7.21.5.
709
710  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sat, 23 Apr 2011 07:12:57 +0530
711
712 curl (7.21.5-1) unstable; urgency=low
713
714   * New Upstream version. (closes: #623459)
715   * debian/patches/{sslv2_disable, error_code}: removed as these
716     patches were backported earlier from new upstream and this
717     release incorporates them.
718
719  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Fri, 22 Apr 2011 13:14:41 +0530
720
721 curl (7.21.4-2) unstable; urgency=low
722
723   * debian/patches/{sslv2-disable, series}: Apply the
724     upstream commit c66b0b32fba175d5f096c944d8ec8f9f06299f4a.
725     (closes: #622016)
726   * debian/{rules, control}: enable rtmp. (closes: #622328)
727   * debian/control: removing hurd from dependencies. Hurd is
728     an 'essential' package.
729
730  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 13 Apr 2011 16:15:27 -0700
731
732 curl (7.21.4-1) unstable; urgency=low
733
734   * New upstream release.
735   * debian/control: downgraded the version number of libdb-dev required
736     to 4.6 from 4.7, based on the inputs from Erik Schanze <schanzi_@gmx.de>.
737
738  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 28 Feb 2011 19:35:36 +0530
739
740 curl (7.21.3-1) unstable; urgency=low
741
742   * New upstream release.
743   * debian/*.manpages: adding all manpages for the curl library.
744     (closes: #605651)
745   * gnutls->handshake: improved timeout handling. See #594150 for details.
746
747  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 15 Dec 2010 23:39:26 +0530
748
749 curl (7.21.2-4) unstable; urgency=low
750
751   * support for curl library built against nss.
752     (closes: #606244)
753   * honour DEB_BUILD_OPTIONS=nocheck option.
754     (closes: #606059)
755
756  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 09 Dec 2010 20:11:37 +0530
757
758 curl (7.21.2-3) unstable; urgency=low
759
760   * debian/rules: reverting changes related to c-ares inclusion.
761   * debian/control: removing libc-ares-dev for now.
762     (closes: #605558)
763
764  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 02 Dec 2010 10:56:36 +0530
765
766 curl (7.21.2-2) unstable; urgency=low
767
768   * debian/control: add libc-ares-dev as build dependency.
769   * debian/rules: invoke configure with --enable-ares.
770     (closes: #570436)
771   * debian/copyright: add copyright notice of `lib/security.c'
772     to the copyright file. (closes: #603712)
773
774  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Tue, 30 Nov 2010 17:35:29 +0530
775
776 curl (7.21.2-1) unstable; urgency=low
777
778   * New upstream release.
779
780  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 18 Oct 2010 11:13:17 +0530
781
782 curl (7.21.1-1) unstable; urgency=low
783
784   * New upstream release.
785
786  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 12 Aug 2010 08:20:48 +0530
787
788 curl (7.21.0-1) unstable; urgency=low
789
790   * New upstream.
791
792  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 16 Jun 2010 19:25:37 +0530
793
794 curl (7.20.1-2) unstable; urgency=low
795
796   * debian/rules: Removed the custom LDFLAGS variable. This is not
797     required as we are no longer using the libtool patch.
798     (closes: #578774)
799
800  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 28 Apr 2010 18:40:27 +0530
801
802 curl (7.20.1-1) unstable; urgency=low
803
804   * New upstream release.
805   * debian/patches/missing-double-quote: No longer needed as it has been
806     fixed by the upstream.
807   * debian/patches/no_com_err: Reworked the patches for the new release.
808   * debian/patches/versioned: fix for build failure of 'make test'.
809     (closes: #576237)
810   * debian/rules: removed --enable-ldaps option from the configure as LDAP
811     SSL (Novell extensions to openldap) is not available as Debian packages.
812   * lib/http.c: chunked-encoding with Content-Length header problem has
813     been fixed in the upstream. (closes: #572276)
814
815  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 19 Apr 2010 09:21:35 +0530
816
817 curl (7.20.0-3) unstable; urgency=low
818
819   * debian/control: Vcs* tags added.
820   * docs/libcurl/libcurl.m4: added the missing double quote (closes: #576518).
821
822  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 05 Apr 2010 18:56:40 +0530
823
824 curl (7.20.0-2) unstable; urgency=low
825
826   * New Maintainer (closes: #574137).
827   * Bug #533669 (curl segmentation fault in addbyter()) is fixed
828     from release 7.19.7 onwards (closes: #533669).
829   * Bug #510559 (curl sends whitespace unencoded in the url) can't
830     be reproduced in the 7.20.0 release (closes: #510559).
831
832  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 18 Mar 2010 08:55:19 +0530
833
834 curl (7.20.0-1) unstable; urgency=low
835
836   * Package is orphaned.
837   * New upstream release.
838   * Switch to dpkg-source 3.0 (quilt) format (closes: #538547).
839   * Fixed build error with binutils-gold (closes: #554296).
840
841  -- Domenico Andreoli <cavok@debian.org>  Tue, 09 Feb 2010 13:06:39 +0100
842
843 curl (7.19.7-1) unstable; urgency=low
844
845   * New upstream release:
846     - curl_getdate(3) now correctly manages single letter military
847       timezones as specified in RFC 822 (closes: #551461).
848   * build depends on generic libdb-dev (closes: #548476).
849   * build depends on libssh2-1-dev (>= 1.2) to enable new curl options.
850
851  -- Domenico Andreoli <cavok@debian.org>  Thu, 05 Nov 2009 10:11:57 +0100
852
853 curl (7.19.5-1) unstable; urgency=low
854
855   * New upstream release
856   * Fix "libcurl3-gnutls has memory corruption" by upgrading to new upstream
857     release, which fixes this bug (Closes: #530131)
858   * update standards version to 3.8.1
859   * adjust overrides from libdevel to debug for -dbg package
860   * adjust doc-base section
861
862  -- Andreas Schuldei <andreas@debian.org>  Sun, 24 May 2009 21:12:19 +0200
863
864 curl (7.19.4-1) unstable; urgency=low
865
866   * New upstream release
867   * Fix "newer bdb version" <explain what you changed and why>
868     (Closes: #517277)
869   * resolve libtool version confusion, thanks to
870     Stefanos Harhalakis <v13@v13.gr>
871   * add new dependency on libgcrypt11-dev due to newly arising binary symbols
872
873  -- Andreas Schuldei <andreas@debian.org>  Thu, 02 Apr 2009 23:35:45 +0200
874
875 curl (7.18.2-8lenny1) stable-security; urgency=high
876
877   * Applied upstream patch to fix arbitrary file access (CVE-2009-0037).
878
879  -- Domenico Andreoli <cavok@debian.org>  Tue, 03 Mar 2009 10:29:03 +0100
880
881 curl (7.18.2-8) unstable; urgency=low
882
883   * Fix "Please add support for ldap/ldaps protocols"
884     by changing the linker option for liblber (Closes: #506096)
885
886  -- Andreas Schuldei <andreas@debian.org>  Fri, 26 Dec 2008 23:48:19 +0100
887
888 curl (7.18.2-7) unstable; urgency=low
889
890   * disable c-ares support again, no fix yet, just get stuff working again.
891
892  -- Andreas Schuldei <andreas@debian.org>  Tue, 15 Jul 2008 01:17:29 +0200
893
894 curl (7.18.2-6) unstable; urgency=low
895
896   * enable c-ares support, with ipv6 support
897
898  -- Andreas Schuldei <andreas@debian.org>  Fri, 11 Jul 2008 02:05:16 +0200
899
900 curl (7.18.2-5) unstable; urgency=low
901
902   * /usr/lib/pkgconfig/libcurl.pc: "pkg-config --libs libcurl" returns
903     "-Wl, -z, defs" (Closes: #488701), closing same bug again for
904     curl-config --libs  command
905
906  -- Andreas Schuldei <andreas@jesaja.schuldei.org>  Wed, 02 Jul 2008 11:24:40 +0200
907
908 curl (7.18.2-4) unstable; urgency=medium
909
910   * /usr/lib/pkgconfig/libcurl.pc: "pkg-config --libs libcurl" returns
911     "-Wl, -z, defs" (Closes: #488701)
912
913  -- Andreas Schuldei <andreas@debian.org>  Mon, 30 Jun 2008 23:59:55 +0200
914
915 curl (7.18.2-3) unstable; urgency=low
916
917   * removing c-ares from the dependencies
918
919  -- Andreas Schuldei <andreas@debian.org>  Sat, 28 Jun 2008 03:34:50 +0200
920
921 curl (7.18.2-2) unstable; urgency=medium
922
923   * blanking the "dependency_libs" line in lib*.la file to keep all the listed libs
924     from being linked to other libs linking to curl.
925   * fixing miss-linking problem by specifying liblber as a configure argument
926   * disabling c-ares again for stability reasons
927   * correcting libgssapi linking in configure.ac (patch no_com_err)
928
929  -- Andreas Schuldei <andreas@debian.org>  Fri, 27 Jun 2008 03:40:18 +0200
930
931 curl (7.18.2-1e1) experimental; urgency=low
932
933   * testing c-ares-ipv6 integration patch
934
935  -- Andreas Schuldei <andreas@debian.org>  Mon, 23 Jun 2008 08:48:31 +0200
936
937 curl (7.18.2-1) unstable; urgency=low
938
939   * New upstream release:
940     - removed patches/ftp-response, it is already in the upstream release
941     - fixed issues with kerberos ftp (closes: #478864).
942   * Disable c-ares support, it is still not ready for Debian's wide
943     user base (closes: #478864, #481189).
944   * Standards-Version bumped to 3.8.0:
945     - added support for parallel builds to debian/rules
946   * Removal of $QUILT_PC's override makes this package ready for new
947     source format 3.0 (quilt) (closes: #485023).
948   * Configure build with --with-ca-path but only for OpenSSL flavour,
949     GnuTLS supports only --with-ca-bundle (closes: #482814, #483999).
950     Both libcurl3 and libcurl3-gnutls now depend on ca-certificates.
951
952  -- Domenico Andreoli <cavok@debian.org>  Mon, 09 Jun 2008 14:09:42 +0200
953
954 curl (7.18.1-1) unstable; urgency=low
955
956   * New upstream release.
957   * Fixed crossbuilding bug (closes: #465089).
958   * Improved error reporting in case of failing FTP (closes: #474224).
959   * Enable c-ares support (closes: #352694).
960   * libcurl3-dbg now depends on either libcurl3 or libcurl3-gnutls
961     (closes: #463173).
962
963  -- Domenico Andreoli <cavok@debian.org>  Thu, 17 Apr 2008 10:22:28 +0200
964
965 curl (7.18.0-1) unstable; urgency=low
966
967   * New upstream release.
968   * Use Homepage field in debian/control.
969
970  -- Domenico Andreoli <cavok@debian.org>  Tue, 29 Jan 2008 02:16:25 +0100
971
972 curl (7.17.1-1) unstable; urgency=low
973
974   * New upstream release:
975     - fixed bad use of "its" in curl.1 (closes: #443734)
976     - fixed curl_easy_escape() with input bytes that are >= 0x80
977       (closes: #445214)
978
979  -- Domenico Andreoli <cavok@debian.org>  Wed, 31 Oct 2007 01:12:54 +0100
980
981 curl (7.17.0-1) unstable; urgency=low
982
983   * New upstream release.
984   * Updated to use libssh2-1-dev (closes: #441979, #442198).
985   * Do not run the test suite on hurd (closes: #433834).
986   * Enabled support for LDAPS protocol.
987
988  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Sep 2007 00:24:21 +0200
989
990 curl (7.16.4-5) unstable; urgency=low
991
992   * libcurl4-openssl-dev now depends on libssh2-0-dev.
993     closes: #439317, #439326.
994
995  -- Domenico Andreoli <cavok@debian.org>  Fri, 24 Aug 2007 18:13:17 +0200
996
997 curl (7.16.4-4) unstable; urgency=low
998
999   * Build libcurl/GnuTLS without libssh2 because of the usual OpenSSL
1000     vs. GPL software lincense conflict (closes: #439176).
1001
1002  -- Domenico Andreoli <cavok@debian.org>  Thu, 23 Aug 2007 23:47:35 +0200
1003
1004 curl (7.16.4-3) unstable; urgency=low
1005
1006   * Added support for scp and SFTP protocols.
1007
1008  -- Domenico Andreoli <cavok@debian.org>  Wed, 22 Aug 2007 00:48:32 +0200
1009
1010 curl (7.16.4-2) unstable; urgency=low
1011
1012   * Fixed regression with FTP sites not requesting PASS (closes: #435771).
1013
1014  -- Domenico Andreoli <cavok@debian.org>  Sat, 04 Aug 2007 02:04:40 +0200
1015
1016 curl (7.16.4-1) unstable; urgency=low
1017
1018   * New upstream release (closes: #432514).
1019   * Welcome Andreas to the curl packagers!
1020   * Build-Depends is now more backporting friendly.
1021
1022  -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Jul 2007 16:44:30 +0200
1023
1024 curl (7.16.2-6) unstable; urgency=low
1025
1026   * Added missing libcurl3 symlinks (closes: #429945)
1027     Patch courtesy of Bryan Donlan.
1028
1029  -- Domenico Andreoli <cavok@debian.org>  Sat, 23 Jun 2007 00:39:20 +0200
1030
1031 curl (7.16.2-5) unstable; urgency=low
1032
1033   [ Steve Langasek ]
1034   * Re-introduce curl3 symbol versions and rename the packages back to
1035     libcurl3*, restoring ABI compatibility with the etch version of the
1036     package.
1037
1038   [ Domenico Andreoli ]
1039   * Package libcurl4-gnutls-dev now suggests libcurl3-dbg.
1040   * libcurl3-dbg replaces/conflict/provide libcurl4-dbg.
1041   * Properly use ${binary:Version} in control file.
1042
1043  -- Domenico Andreoli <cavok@debian.org>  Wed, 20 Jun 2007 17:52:38 +0200
1044
1045 curl (7.16.2-4) unstable; urgency=low
1046
1047   * Fixed configure.ac in case of build with GNUTLS (closes: #425013).
1048   * Fixed double-free bug (closes: #424894).
1049     Patch courtesy of Daniel Stenberg.
1050
1051  -- Domenico Andreoli <cavok@debian.org>  Sun, 20 May 2007 01:15:01 +0200
1052
1053 curl (7.16.2-3) unstable; urgency=low
1054
1055   * Updated to db4.5 (closes: #421933).
1056   * Got rid of unused libcomerr2 dependency (closes: #392294).
1057
1058  -- Domenico Andreoli <cavok@debian.org>  Tue, 08 May 2007 08:46:21 +0200
1059
1060 curl (7.16.2-2) experimental; urgency=low
1061
1062   * Improved package descriptions (closes: #410472).
1063   * Updated package Provides to ease the soname transition.
1064
1065  -- Domenico Andreoli <cavok@debian.org>  Fri, 27 Apr 2007 15:37:44 +0200
1066
1067 curl (7.16.2-1) experimental; urgency=low
1068
1069   * New upstream release.
1070   * libcurl4-openssl-dev now depends on libcurl4-openssl (closes: #419774).
1071   * Bumped shlibs version to 7.16.2-1.
1072   * Patches are now managed with quilt.
1073
1074  -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Apr 2007 09:29:48 +0200
1075
1076 curl (7.16.1-1) experimental; urgency=low
1077
1078   * New upstream release.
1079   * Bumped shlibs version to 7.16.1-1.
1080   * Added HIDDEN section to version script to handle any __*, _rest or
1081     _save* local symbol.
1082   * Gopher protocol is not supported since 7.15.2. Removed any reference
1083     in package description (closes: #408704).
1084   * Moved libcurl/openssl to the new package libcurl4-openssl, now
1085     libcurl4 contains a version with no SSL or GSSAPI support (any
1086     future cryptographic stuff will be kept out of there).
1087   * Package libcurl4-dev now contains the matching headers for libcurl4
1088     (so crypto stuff).
1089
1090  -- Domenico Andreoli <cavok@debian.org>  Thu,  1 Feb 2007 12:49:32 +0100
1091
1092 curl (7.16.0-1) experimental; urgency=low
1093
1094   * New upstream release.
1095   * Bumped shlibs version to 7.16.0-1.
1096   * libcurl4 and libcurl4-gnutls now only recommend ca-certificates
1097     (closes: #404103).
1098   * pkg-config .pc file now uses Libs.private (closes: #405226).
1099
1100  -- Domenico Andreoli <cavok@debian.org>  Fri, 26 Jan 2007 14:26:55 +0100
1101
1102 curl (7.15.5-1) unstable; urgency=low
1103
1104   * New upstream release:
1105     - fixed nodes removal from the splay tree (closes: #375076).
1106   * Make package build also if $TAPE is set (closes: #377470).
1107   * Bumped shlibs version to 7.15.5-1.
1108
1109  -- Domenico Andreoli <cavok@debian.org>  Mon,  7 Aug 2006 10:26:13 +0200
1110
1111 curl (7.15.4-1ubuntu1) edgy; urgency=low
1112
1113   * Synchronize to Debian. Only change left: Removal of stunnel and
1114     libdb4.2-dev build dependencies.
1115
1116  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 29 Jun 2006 15:04:24 +0200
1117
1118 curl (7.15.4-1) unstable; urgency=low
1119
1120   * New upstream release.
1121   * Bumped shlibs version to 7.15.4-1.
1122
1123  -- Domenico Andreoli <cavok@debian.org>  Wed, 14 Jun 2006 14:41:16 +0200
1124
1125 curl (7.15.3-2) unstable; urgency=low
1126
1127   * Fixed bug in configure.ac that makes FTBFS (closes: #367954).
1128
1129  -- Domenico Andreoli <cavok@debian.org>  Wed, 31 May 2006 15:18:26 +0200
1130
1131 curl (7.15.3-1) unstable; urgency=high
1132
1133   * New upstream release:
1134     - fixed TFTP packet buffer overflow vulnerability
1135       [lib/tftp.c, CVE-2006-1061].
1136     - improved curl_getenv.3 manpage grammar (closes: #357388).
1137
1138  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 Mar 2006 11:46:25 +0100
1139
1140 curl (7.15.2-3) unstable; urgency=low
1141
1142   * Applied upstream patch to fix multi interface and multi-part formposts
1143     (closes: #355715).
1144   * Build back with -O2, gcc 4.0.2-10 fixed the previously trigged bug.
1145
1146  -- Domenico Andreoli <cavok@debian.org>  Wed,  8 Mar 2006 15:29:15 +0100
1147
1148 curl (7.15.2-2) unstable; urgency=low
1149
1150   * Added missing autotools invocation. Re-added versioned symbols
1151     (closes: #355241).
1152   * Bumped shlibs version to 7.15.2-2.
1153   * Build with -O3 to work around sospicious segfaults on tests 253
1154     and 255.
1155
1156  -- Domenico Andreoli <cavok@debian.org>  Sat,  4 Mar 2006 22:47:23 +0100
1157
1158 curl (7.15.2-1) unstable; urgency=low
1159
1160   * New upstream release.
1161   * Bumped shlibs version to 7.15.2-1.
1162   * Adopted debhelper's compatibility level 5.
1163
1164  -- Domenico Andreoli <cavok@debian.org>  Wed,  1 Mar 2006 16:12:51 +0100
1165
1166 curl (7.15.1-1ubuntu2) dapper; urgency=low
1167
1168   * SECURITY UPDATE: Arbitrary remote code execution with long tftp:// URLs.
1169   * lib/tftp.c: Fix unbounded sprintf() to avoid buffer overflow. Thanks to
1170     Ulf Harnhammar for discovering this.
1171   * CVE-2006-1061
1172
1173  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 16 Mar 2006 11:30:25 +0100
1174
1175 curl (7.15.1-1ubuntu1) dapper; urgency=low
1176
1177   * Resynchronise with Debian to get URL parser overflow fix from 7.15.1
1178     (CVE-2005-4077).
1179
1180  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 12 Dec 2005 15:04:52 +0100
1181
1182 curl (7.15.1-1) unstable; urgency=low
1183
1184   * New upstream release:
1185     - fixed buffer overflow in URL parser function (closes: #342339).
1186
1187  -- Domenico Andreoli <cavok@debian.org>  Wed,  7 Dec 2005 11:11:38 +0100
1188
1189 curl (7.15.0-5.1) unstable; urgency=high
1190
1191   * Non-maintainer upload.
1192   * Urgency high for RC bug fix.
1193   * Let libcurl3-*-dev depend on libkrb5-dev (closes: #340784, #340916).
1194
1195  -- Luk Claes <luk@debian.org>  Sun,  4 Dec 2005 11:59:20 +0100
1196
1197 curl (7.15.0-5) unstable; urgency=low
1198
1199   * libcurl3-gnutls-dev and libcurl3-openssl-dev now only recommend
1200     libkrb5-dev (closes: #334888).
1201   * Applied upstream patch to fix error message in case FTP-path does
1202     not exist (closes: #338680).
1203   * Applied upstream patch to fix parsing of --limit-rate command line
1204     option (closes: #338681).
1205
1206  -- Domenico Andreoli <cavok@debian.org>  Fri, 25 Nov 2005 10:30:25 +0100
1207
1208 curl (7.15.0-4ubuntu1) dapper; urgency=low
1209
1210   * Resynchronise with Debian (only change left: Removal of stunnel build
1211     dependency).
1212   * Remove libdb4.2-dev build dependency.
1213
1214  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Nov 2005 17:44:35 -0500
1215
1216 curl (7.15.0-4) unstable; urgency=low
1217
1218   * Fixed output of curl-config --vernum (closes: #335296).
1219   * libcurl3-openssl-dev now replaces libcurl3-dev older than 7.14.1-1
1220     (closes: #335277).
1221
1222  -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Oct 2005 11:48:53 +0200
1223
1224 curl (7.15.0-3) unstable; urgency=low
1225
1226   * libcurl3 and libcurl3-gnutls now suggest libldap2 (closes: #294407).
1227
1228   * Re-introduced libcurl3-dev package for transition reasons.
1229
1230  -- Domenico Andreoli <cavok@debian.org>  Wed, 19 Oct 2005 12:45:43 +0200
1231
1232 curl (7.15.0-2) unstable; urgency=low
1233
1234   * Fixed depends of libcurl3-*-dev packages (closes: #334021, #333609, #334048).
1235   * Bumped shlibs version to 7.15.0-1 (closes: #334053).
1236
1237  -- Domenico Andreoli <cavok@debian.org>  Sun, 16 Oct 2005 15:34:40 +0200
1238
1239 curl (7.15.0-1) unstable; urgency=low
1240
1241   * New upstream release:
1242     - fixed user+domain name buffer overflow in the NTLM code
1243       (CAN-2005-3185, closes: #333734).
1244     - libcurl3-*-dev packages now depend on libkrb5-dev (closes: #333609).
1245     - improved docs about curl_easy_setopt() and ERRORBUFFER (closes: #329313).
1246
1247  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Oct 2005 13:32:06 +0200
1248
1249 curl (7.14.1-5) unstable; urgency=low
1250
1251   * Added build dependency on libtool (closes: #332729, #333174).
1252
1253  -- Domenico Andreoli <cavok@debian.org>  Tue, 11 Oct 2005 10:05:36 +0200
1254
1255 curl (7.14.1-4) unstable; urgency=low
1256
1257   * Fixed SEE ALSO section in curl_excape.3 (closes: #331505).
1258   * Fixed configure.ac when --host=i586-mingw32msvc is given (closes: #329444).
1259   * Added missing example files (closes: #331722).
1260   * Updated build dependency for OpenSSL 0.9.8 transition.
1261
1262  -- Domenico Andreoli <cavok@debian.org>  Mon, 10 Oct 2005 12:43:25 +0200
1263
1264 curl (7.14.1-3) experimental; urgency=low
1265
1266   * Fixed soname of libcurl-gnutls.so* variant.
1267   * Fixed broken sentence (closes: #329305).
1268   * Fixed reference to TheArtOfHttpScripting.gz (closes: #329299).
1269   * Added clarification about WRITEFUNCTION and WRITEDATA (closes: #329311).
1270
1271  -- Domenico Andreoli <cavok@debian.org>  Wed, 28 Sep 2005 17:13:51 +0200
1272
1273 curl (7.14.1-2) experimental; urgency=low
1274
1275   * Started using the system-wide CA certificate file (closes: #308514).
1276   * Fixed apostrophe typos in the curl man page (closes: #326511).
1277   * Only curl_* symbols are now globally visible outside of libcurl.
1278
1279  -- Domenico Andreoli <cavok@debian.org>  Sat, 17 Sep 2005 23:52:28 +0200
1280
1281 curl (7.14.1-1) experimental; urgency=low
1282
1283   * New upstream release.
1284   * libcurl3-gnutls has a modified soname and may be installed together
1285     with libcurl3 (closes: #318590).
1286   * Both libcurl3 and libcurl3-gnutls are built with versioned symbols
1287     and with support of GSSAPI authentication.
1288   * Renamed libcurl3-dev to libcurl3-openssl-dev.
1289   * Dropped package libcurl3-gssapi.
1290
1291  -- Domenico Andreoli <cavok@debian.org>  Thu, 15 Sep 2005 23:59:32 +0200
1292
1293 curl (7.14.0-5) unstable; urgency=low
1294
1295   * Added libcurl3-gnutls and libcurl3-gnutls-dev packages (closes: #318590).
1296   * libcurl3-gssapi now has its own shlibs file. Packages built with this
1297     package installed will depend on it.
1298
1299  -- Domenico Andreoli <cavok@debian.org>  Thu, 18 Aug 2005 02:26:38 +0200
1300
1301 curl (7.14.0-4) unstable; urgency=low
1302
1303   * OpenSSL is back (closes: #321294, #321391).
1304
1305  -- Domenico Andreoli <cavok@debian.org>  Fri,  5 Aug 2005 23:34:45 +0200
1306
1307 curl (7.14.0-3) unstable; urgency=low
1308
1309   * Updated the use of dpkg-architecture (closes: #320046).
1310   * Added missing aclocal file libcurl.m4 to libcurl3-dev (closes: #315848).
1311   * Added (many) missing man pages (closes: #315850).
1312   * OpenSSL is replaced by GnuTLS in providing SSL support (closes: #318590).
1313   * Heimdal is replaced by MIT Kerberos in providing GSSAPI support.
1314
1315  -- Domenico Andreoli <cavok@debian.org>  Tue,  2 Aug 2005 22:34:01 +0200
1316
1317 curl (7.14.0-2ubuntu1) breezy; urgency=low
1318
1319   * Synchronize with Debian.
1320
1321  -- Matthias Klose <doko@ubuntu.com>  Tue, 26 Jul 2005 19:03:01 +0200
1322
1323 curl (7.14.0-2) unstable; urgency=low
1324
1325   * Rebuilt and uploaded to unstable.
1326
1327  -- Domenico Andreoli <cavok@debian.org>  Wed, 15 Jun 2005 11:41:32 +0200
1328
1329 curl (7.14.0-1) experimental; urgency=low
1330
1331   * New upstream release.
1332
1333  -- Domenico Andreoli <cavok@debian.org>  Tue, 17 May 2005 10:42:35 +0200
1334
1335 curl (7.13.2-3) unstable; urgency=high
1336
1337   * HTTP response headers with null bytes are now correctly managed
1338     (closes: #310948).
1339
1340  -- Domenico Andreoli <cavok@debian.org>  Fri,  3 Jun 2005 23:59:30 +0200
1341
1342 curl (7.13.2-2) unstable; urgency=low
1343
1344   * Fixed conditional build of package libcurl3-gssapi
1345     (closes: #303939, #303953).
1346
1347  -- Domenico Andreoli <cavok@debian.org>  Mon, 11 Apr 2005 19:00:27 +0200
1348
1349 curl (7.13.2-1) unstable; urgency=low
1350
1351   * New upstream release:
1352     - fixed curl man page typos (closes: #302820).
1353
1354  -- Domenico Andreoli <cavok@debian.org>  Tue,  5 Apr 2005 14:41:13 +0200
1355
1356 curl (7.13.1-3) unstable; urgency=low
1357
1358   * Fixed hanging of some SSL connections (closes: #302366).
1359
1360  -- Domenico Andreoli <cavok@debian.org>  Thu, 31 Mar 2005 16:27:41 +0200
1361
1362 curl (7.13.1-2) unstable; urgency=low
1363
1364   * Rebuilt to get the correct libidn11 dependency (closes: #299348).
1365   * Added some missing documentation files (closes: #298855).
1366
1367  -- Domenico Andreoli <cavok@debian.org>  Wed, 16 Mar 2005 14:30:03 +0100
1368
1369 curl (7.13.1-1) unstable; urgency=low
1370
1371   * New upstream release.
1372   * Bumped up shlibs version for libcurl3 because of new curl options.
1373
1374  -- Domenico Andreoli <cavok@debian.org>  Fri,  4 Mar 2005 16:03:17 +0100
1375
1376 curl (7.13.0-2) unstable; urgency=high
1377
1378   * Fixed NTLM Authentication buffer overflow (closes: #296678).
1379     Patch courtesy of Daniel Stenberg. This handles CAN-2005-0490.
1380   * Removed libcurl2* packages and all the scary stuff used to build them
1381     (closes: #274631).
1382
1383  -- Domenico Andreoli <cavok@debian.org>  Thu, 24 Feb 2005 10:07:22 +0100
1384
1385 curl (7.13.0-1) unstable; urgency=low
1386
1387   * New upstream release.
1388   * libcurl3 now suggests package libldap2-dev to enable support for
1389     LDAP protocol.
1390   * Bumped up shlibs version for libcurl3 because of new curl options.
1391
1392  -- Domenico Andreoli <cavok@debian.org>  Sat,  5 Feb 2005 10:39:52 +0100
1393
1394 curl (7.12.3-2ubuntu3) hoary; urgency=low
1395
1396   * Fix the version numbers internal to debian/rules.  Closes; #8088
1397
1398  -- LaMont Jones <lamont@ubuntu.com>  Wed, 23 Mar 2005 18:41:29 -0700
1399
1400 curl (7.12.3-2) unstable; urgency=low
1401
1402   * Disabled test suite on m68k, it stalls.
1403
1404  -- Domenico Andreoli <cavok@debian.org>  Thu, 30 Dec 2004 11:11:48 +0100
1405
1406 curl (7.12.3-1) unstable; urgency=low
1407
1408   * New upstream release:
1409     - fixed debug tracing to network socket is stderr is closed
1410       (closes: #278691).
1411   * Applied patch to fix getpass license problems (closes: #286794).
1412     Patch courtesy of Daniel Stenberg.
1413   * Bumped up shlibs version for libcurl3 because of new curl options.
1414
1415  -- Domenico Andreoli <cavok@debian.org>  Mon, 27 Dec 2004 12:50:30 +0100
1416
1417 curl (7.12.2-2) unstable; urgency=low
1418
1419   * libcurl3-dbg package is now built by dh_strip --dbg-package
1420     (closes: #274710).
1421   * Added build dependency on libdb4.2-dev.
1422
1423  -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Nov 2004 11:36:17 +0100
1424
1425 curl (7.12.2-1) unstable; urgency=low
1426
1427   * New upstream release.
1428   * Update diff to 7.11.2.
1429   * Add debian/watch file.
1430   * Add myself as a uploader.
1431
1432  -- Matthias Klose <doko@debian.org>  Wed,  3 Nov 2004 00:55:52 +0100
1433
1434 curl (7.12.1-1) unstable; urgency=low
1435
1436   * New upstream release:
1437     - workaround for ASN1_STRING_to_UTF8 failing if input is already
1438       UTF-8 encoded (closes: #264711).
1439   * Bumped up shlibs version for libcurl3 because of the introduction
1440     of FTP 3rd party transfer support options.
1441
1442  -- Domenico Andreoli <cavok@debian.org>  Tue, 10 Aug 2004 11:40:29 +0200
1443
1444 curl (7.12.0.rel-6) unstable; urgency=low
1445
1446   * In rebuilding the 7.11.2 tree starting from the 7.12.0 one,
1447     lib/getdate.y is patched before lib/getdate.c (closes: #262597).
1448
1449  -- Domenico Andreoli <cavok@debian.org>  Sun,  1 Aug 2004 17:59:57 +0200
1450
1451 curl (7.12.0.rel-5) unstable; urgency=low
1452
1453   * Tests are performed only if build target and building host are the
1454     same and are not kfreebsd-gnu or knetbsd-gnu (closes: #261591).
1455   * On hurd-i386 libcurl3-gssapi is not built.
1456
1457  -- Domenico Andreoli <cavok@debian.org>  Thu, 29 Jul 2004 15:17:51 +0200
1458
1459 curl (7.12.0.rel-4) unstable; urgency=low
1460
1461   * Added build dependency on groff-base to really build the built-in
1462     manual.
1463   * libcurl3 now replaces old libcurl2 versions (closes: #255262).
1464
1465  -- Domenico Andreoli <cavok@debian.org>  Tue, 20 Jul 2004 11:40:09 +0200
1466
1467 curl (7.12.0.rel-3) unstable; urgency=low
1468
1469   * Enabled curl's built-in manual.
1470   * configure script for 7.11.2 is now managed correctly.
1471
1472  -- Domenico Andreoli <cavok@debian.org>  Sun, 18 Jul 2004 22:25:00 +0200
1473
1474 curl (7.12.0.rel-2) unstable; urgency=low
1475
1476   * libcurl2 uses curl-ca-bundle-7.11.2.crt (closes: #255262).
1477     Yes, it is a hack to not add libcurl-common package right now.
1478
1479  -- Domenico Andreoli <cavok@debian.org>  Sun, 18 Jul 2004 16:40:45 +0200
1480
1481 curl (7.12.0.rel-1) experimental; urgency=low
1482
1483   * Version 7.12.0 is back with proper libcurl3* packages.
1484   * libcurl2* 7.11.2 packages are still provided (closes: #252879).
1485   * Enabled again the support for libidn.
1486
1487  -- Domenico Andreoli <cavok@debian.org>  Sun,  6 Jun 2004 23:09:33 +0200
1488
1489 curl (7.12.0.is.7.11.2-1) unstable; urgency=low
1490
1491   * Reverted to version 7.11.2 (closes: #252348).
1492   * Disabled support for libidn (closes: #252367). This is to leave
1493     curl in unstable as much similar as possible to the one in testing.
1494
1495  -- Domenico Andreoli <cavok@debian.org>  Fri,  4 Jun 2004 19:09:25 +0200
1496
1497 curl (7.12.0-1) unstable; urgency=low
1498
1499   * New upstream release:
1500     - fixed minor man page problem (closes: #232928)
1501     - improved --create-dirs description in curl man page (closes: #251351)
1502   * Enabled support for libidn.
1503
1504  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Jun 2004 18:06:05 +0200
1505
1506 curl (7.11.2-2) unstable; urgency=low
1507
1508   * Fixed curl.1 man page (closes: #232928).
1509     Patch courtesy of Daniel Stenberg, the upstream developer.
1510
1511  -- Domenico Andreoli <cavok@debian.org>  Tue, 27 Apr 2004 19:47:09 +0200
1512
1513 curl (7.11.2-1) unstable; urgency=low
1514
1515   * New upstream release.
1516   * Bumped up shlibs version because of the introduction of
1517     CURLOPT_TCP_NODELAY option.
1518
1519  -- Domenico Andreoli <cavok@debian.org>  Mon, 26 Apr 2004 14:14:20 +0200
1520
1521 curl (7.11.1-2) unstable; urgency=low
1522
1523   * Added GSSAPI support to package libcurl2-gssapi (closes: #241553).
1524
1525  -- Domenico Andreoli <cavok@debian.org>  Fri,  2 Apr 2004 18:03:15 +0200
1526
1527 curl (7.11.1-1) unstable; urgency=low
1528
1529   * New upstream release.
1530   * Bumped up shlibs version because of the introduction of
1531     CURLOPT_POSTFIELDSIZE_LARGE option.
1532
1533  -- Domenico Andreoli <cavok@debian.org>  Fri, 19 Mar 2004 11:39:07 +0100
1534
1535 curl (7.11.0-4) unstable; urgency=low
1536
1537   * Applied fix from upstream's CVS which adds another CRLF in
1538     chunked-transfers.
1539
1540  -- Domenico Andreoli <cavok@debian.org>  Sun,  1 Feb 2004 13:19:02 +0100
1541
1542 curl (7.11.0-3) unstable; urgency=low
1543
1544   * "Fixed" build process, now the right file is searched for CA
1545     certificates (closes: #228182).
1546
1547  -- Domenico Andreoli <cavok@debian.org>  Sat, 31 Jan 2004 20:06:10 +0100
1548
1549 curl (7.11.0-2) unstable; urgency=low
1550
1551   * Test suite is still performed but is not critical for the build
1552     being successful any more.
1553
1554  -- Domenico Andreoli <cavok@debian.org>  Fri, 30 Jan 2004 13:03:03 +0100
1555
1556 curl (7.11.0-1) unstable; urgency=low
1557
1558   * New upstream release.
1559
1560  -- Domenico Andreoli <cavok@debian.org>  Sun, 25 Jan 2004 17:50:43 +0100
1561
1562 curl (7.10.8+7.11.0-pre1-1) unstable; urgency=low
1563
1564   * New upstream pre-release:
1565     - proxy+ssl now passes post variables (closes: #222901)
1566     - various test case problems exposed in #222140 should now be fixed.
1567   * Bumped up shlibs version because of the introduction of
1568     CURLOPT_NETRC_FILE and CURLOPT_FTP_SSL options in libcurl.
1569
1570  -- Domenico Andreoli <cavok@debian.org>  Wed, 14 Jan 2004 17:35:46 +0100
1571
1572 curl (7.10.8-1) unstable; urgency=low
1573
1574   * New upstream release:
1575     - fixed LDAP support (closes: #149609)
1576     - cleaner environment for testsuite execution (closes: #210253)
1577     - fixed lib/Makefile.am's use of LDFLAGS (closes: #212086)
1578     - fixed name clash in curl.h with respect to unistd.h (closes: #213180)
1579     - fixed typo in curl manpage (closes: #218046).
1580   * Bumped up shlibs version because of new libcurl options.
1581   * Added stunnel to the Build-Depends in order to enable SSL test cases.
1582
1583  -- Domenico Andreoli <cavok@debian.org>  Mon,  3 Nov 2003 10:26:12 +0100
1584
1585 curl (7.10.7-2) unstable; urgency=low
1586
1587   * Fixed bug in cache_resolv_response on alpha and ia64 (closes: #207174).
1588     Patch courtesy of Jurij Smakov.
1589
1590  -- Domenico Andreoli <cavok@debian.org>  Mon,  8 Sep 2003 21:55:46 +0200
1591
1592 curl (7.10.7-1) unstable; urgency=low
1593
1594   * New upstream release.
1595   * Bumped up shlibs version because of the introduction of CURLOPT_PROXYAUTH
1596     and CURLOPT_FTP_CREATE_MISSING_DIRS options in libcurl.
1597
1598  -- Domenico Andreoli <cavok@debian.org>  Mon, 18 Aug 2003 00:19:43 +0200
1599
1600 curl (7.10.6-3) unstable; urgency=low
1601
1602   * Applied patch to fix test 60 on ia64.
1603
1604  -- Domenico Andreoli <cavok@debian.org>  Sat,  9 Aug 2003 04:26:15 +0200
1605
1606 curl (7.10.6-2) unstable; urgency=low
1607
1608   * Applied patch from upstream to fix url globbing (closes: #203827).
1609   * make test is still performed on building debug stuff but errors
1610     are ignored.
1611
1612  -- Domenico Andreoli <cavok@debian.org>  Thu,  7 Aug 2003 02:20:46 +0200
1613
1614 curl (7.10.6-1) unstable; urgency=low
1615
1616   * New upstream release:
1617     - added spport for http_proxy env var with name:passwd
1618       (closes: #193630).
1619   * make test is invoked after build
1620
1621  -- Domenico Andreoli <cavok@debian.org>  Tue, 29 Jul 2003 01:26:50 +0200
1622
1623 curl (7.10.5-1) unstable; urgency=low
1624
1625   * New upstream release:
1626     - fixed typo in curl's man page (closes: #189272).
1627   * New libcurl option CURLOPT_FTP_USE_EPRT has been added, bumped
1628     up shlibs.
1629
1630  -- Domenico Andreoli <cavok@debian.org>  Mon, 19 May 2003 23:57:12 +0200
1631
1632 curl (7.10.4-1) unstable; urgency=low
1633
1634   * New upstream release:
1635     - now uses new settings properly when re-using an existing connection
1636       (closes: #185254)
1637     - curl man page now refers to MANUAL (closes: #178509).
1638   * Changed section of libcurl2-dev and libcurl2-dbg to libdevel.
1639
1640  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Apr 2003 21:25:24 +0200
1641
1642 curl (7.10.3-3) unstable; urgency=low
1643
1644   * Rebuilt to link against libssl0.9.7.
1645   * Improved package descriptions thanks to suggestions provided by
1646     Filip Van Raemdonck <mechanix@debian.org> (closes: #177995).
1647
1648  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Mar 2003 16:08:38 +0100
1649
1650 curl (7.10.3-2) unstable; urgency=low
1651
1652   * Development package is now named libcurl2-dev, it provides
1653     libcurl-dev.  People can now safely make their build dependencies
1654     and be sure to use the right stuff.
1655   * New package libcurl2-dbg is provided to help in debugging sessions.
1656
1657  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 Jan 2003 22:04:32 +0100
1658
1659 curl (7.10.3-1) unstable; urgency=low
1660
1661   * New upstream release.
1662   * It now suggests ca-certificates package.
1663
1664  -- Domenico Andreoli <cavok@debian.org>  Thu, 16 Jan 2003 00:27:48 +0100
1665
1666 curl (7.10.2-2) unstable; urgency=low
1667
1668   * Added AM_MAINTAINER_MODE to configure.in (closes: #170050).
1669
1670  -- Domenico Andreoli <cavok@debian.org>  Fri, 22 Nov 2002 14:28:22 +0100
1671
1672 curl (7.10.2-1) unstable; urgency=low
1673
1674   * New upstream release:
1675     - fixed segfault on retrieving relative redirects (closes: #165382)
1676     - fixed a leak of debug output (closes: #167678).
1677   * Updated config.guess and config.sub (closes: #166153).
1678   * Added zlib1g-dev to build and libcurl-dev dependencies
1679     (closes: #169654).
1680   * Added HTML and PDF versions of all manpages in libcurl-dev package.
1681
1682  -- Domenico Andreoli <cavok@debian.org>  Wed, 20 Nov 2002 23:38:24 +0100
1683
1684 curl (7.10.1-1) unstable; urgency=low
1685
1686   * New upstream release.
1687
1688  -- Domenico Andreoli <cavok@debian.org>  Fri, 11 Oct 2002 23:26:50 +0200
1689
1690 curl (7.10-1) unstable; urgency=low
1691
1692   * New upstream release:
1693     - new way to use option -x to prevent curl from using any proxy
1694       server (closes: #161153).
1695
1696  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Oct 2002 01:04:20 +0200
1697
1698 curl (7.9.8-2) unstable; urgency=low
1699
1700   * Added again libcurl2-ssl to the libcurl2 conflicts.
1701
1702  -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Jul 2002 02:35:24 +0200
1703
1704 curl (7.9.8-1) unstable; urgency=low
1705
1706   * New upstream release.
1707   * Double flavor of curl to support both non-SSL and SSL is gone.
1708     Now curl comes only with SSL. Who needs SSL can require curl
1709     version >= 7.9.8 .
1710
1711  -- Domenico Andreoli <cavok@debian.org>  Mon, 24 Jun 2002 23:04:37 +0200
1712
1713 curl (7.9.7-2) unstable; urgency=low
1714
1715   * Fixed the bashism in debian/rules (closes: #147352).
1716   * SSL and non-SSL series of curl packages are now built from the
1717     same source. thanks crypto-in-main! :)
1718
1719  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 May 2002 23:28:05 +0200
1720
1721 curl (7.9.7-1) unstable; urgency=low
1722
1723   * New upstream release.
1724
1725  -- Domenico Andreoli <cavok@debian.org>  Wed, 15 May 2002 21:09:19 +0200
1726
1727 curl (7.9.6-1) unstable; urgency=low
1728
1729   * New upstream release.
1730   * libcurl.3 manpage is now installed by libcurl-dev instead of
1731     libcurl2. Indeed it provides an overview on how to use libcurl in
1732     C programs.
1733
1734  -- Domenico Andreoli <cavok@debian.org>  Sat, 20 Apr 2002 17:06:51 +0200
1735
1736 curl (7.9.5-2) unstable; urgency=low
1737
1738   * curl-ssl stuff moved from non-US to main.
1739
1740  -- Domenico Andreoli <cavok@debian.org>  Mon, 25 Mar 2002 23:40:02 +0100
1741
1742 curl (7.9.5-1) unstable; urgency=low
1743
1744   * New upstream release (closes: #134608).
1745   * Added autotools-dev to the build dependencies. config.{guess,sub}
1746     can now be updated automatically in the build process.
1747
1748  -- Domenico Andreoli <cavok@debian.org>  Tue, 12 Mar 2002 19:06:21 +0100
1749
1750 curl (7.9.3-2) unstable; urgency=low
1751
1752   * Upstream source code has been correctly imported in my CVS
1753     repository (closes: #130906).
1754
1755  -- Domenico Andreoli <cavok@debian.org>  Sun, 27 Jan 2002 22:23:54 +0100
1756
1757 curl (7.9.3-1) unstable; urgency=low
1758
1759   * New upstream release:
1760     - fixed wrong assumption on char signedness (closes: #127011)
1761     - missing header added accordingly (closes: #130401)
1762   * Fixed a typo in curl description (closes: #124526).
1763
1764  -- Domenico Andreoli <cavok@debian.org>  Thu, 24 Jan 2002 20:04:04 +0100
1765
1766 curl (7.9.2-1) unstable; urgency=low
1767
1768   * New upstream release:
1769     - two bad timeout matters in libcurl2 are now solved (closes: #118595).
1770
1771  -- Domenico Andreoli <cavok@debian.org>  Fri,  7 Dec 2001 16:58:45 +0100
1772
1773 curl (7.9.1-3) unstable; urgency=low
1774
1775   * Fixed return type of Curl_ftpsendf(...) to CURLcode (closes: #120485).
1776   * Versions in debian/libcurl2.shlibs have been incremented to
1777     ">= 7.9.1-1".
1778
1779  -- Domenico Andreoli <cavok@debian.org>  Thu, 22 Nov 2001 15:35:40 +0100
1780
1781 curl (7.9.1-2) unstable; urgency=low
1782
1783   * Reverted to unpatched released 7.9.1 source tree, patch behavior
1784     was weird.
1785
1786  -- Domenico Andreoli <cavok@debian.org>  Thu, 15 Nov 2001 18:05:58 +0100
1787
1788 curl (7.9.1-1) unstable; urgency=low
1789
1790   * New upstream release.
1791   * Applied upstream patch #478780 found on sourceforge, fixes libcurl
1792     which didn't restore SIGALRM handler (closes: #118595).
1793   * Applied patch for patch #478780 of above, see bug #118595 in BTS.
1794     Patch courtesy of Enrik Berkhan <Enrik.Berkhan@planb.de>.
1795   * Build-Depends reduced to what is strictly required for building.
1796     autoconf, automake and libtool build dependencies are gone.
1797
1798  -- Domenico Andreoli <cavok@debian.org>  Fri,  9 Nov 2001 13:56:36 +0100
1799
1800 curl (7.9-1) unstable; urgency=low
1801
1802   * New upstream release:
1803     - output of "curl-config --libs" now includes -lcurl.
1804
1805  -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Sep 2001 18:38:46 +0200
1806
1807 curl (7.8-3) unstable; urgency=low
1808
1809   * Added libc6-dev to libcurl2-dev dependencies.
1810   * Fixed lack of some FD_ZERO(...)s in lib/transfer.c (closes: #105516).
1811
1812  -- Domenico Andreoli <cavok@debian.org>  Fri,  3 Aug 2001 16:32:20 +0200
1813
1814 curl (7.8-2) unstable; urgency=low
1815
1816   * libcurl2.shlibs now includes version numbers. some new symbols have
1817     been introduced in libcurl 7.8, so program linked against 7.8 cannot
1818     work with older ones.
1819   * IPv6 support is now enabled
1820   * configure.in has been renamed to autoconf.ac to force the use of
1821     autoconf 2.50
1822
1823  -- Domenico Andreoli <cavok@debian.org>  Thu,  5 Jul 2001 01:38:24 +0200
1824
1825 curl (7.8-1) unstable; urgency=low
1826
1827   * New upstream release.
1828   * Applied patch for correct shared library versioning of libcurl, curl
1829     7.8 comes with broken shared library version out of the box.
1830     Patch provided by upstream developer.
1831
1832  -- Domenico Andreoli <cavok@debian.org>  Sat,  9 Jun 2001 21:12:05 +0200
1833
1834 curl (7.7.3-3) unstable; urgency=low
1835
1836   * Fixed manpages libcurl-dev with required simlinks (closes: 99610).
1837
1838  -- Domenico Andreoli <cavok@debian.org>  Mon,  4 Jun 2001 14:37:49 +0200
1839
1840 curl (7.7.3-2) unstable; urgency=low
1841
1842   * lib/url.c and lib/version.c are now fixed (closes: #97709).
1843   * install upstream changelog (closes: #97628).
1844
1845  -- Domenico Andreoli <cavok@debian.org>  Fri, 18 May 2001 10:32:25 +0200
1846
1847 curl (7.7.3-1) unstable; urgency=low
1848
1849   * New upstream release.
1850   * Using dh_installman instead dh_installmanpages.
1851   * Installing libcurl examples with dh_installexamples.
1852   * Policy 3.5.3.0 compliant.
1853
1854  -- Domenico Andreoli <cavok@debian.org>  Thu, 10 May 2001 09:45:05 +0200
1855
1856 curl (7.7.2-1) unstable; urgency=low
1857
1858   * New upstream release.
1859
1860  -- Domenico Andreoli <cavok@debian.org>  Tue, 24 Apr 2001 09:14:51 +0200
1861
1862 curl (7.7.1-2) unstable; urgency=low
1863
1864   * Fixed debian/rules (closes: #78232, #93837).
1865
1866  -- Domenico Andreoli <cavok@debian.org>  Tue, 17 Apr 2001 17:12:19 +0200
1867
1868 curl (7.7.1-1) unstable; urgency=low
1869
1870   * New upstream release.
1871
1872  -- Domenico Andreoli <cavok@debian.org>  Tue, 10 Apr 2001 13:26:09 +0200
1873
1874 curl (7.7-1) unstable; urgency=low
1875
1876   * New upstream release.
1877   * Fixed formatting errors in curl.1 (closes: #90281).
1878
1879  -- Domenico Andreoli <cavok@debian.org>  Fri, 23 Mar 2001 18:25:26 +0100
1880
1881 curl (7.6.1-5) unstable; urgency=low
1882
1883   * Fixed debian/libcurl1.shlibs in order to solve any problem for those
1884     packages which should depend on either libcurl1 or libcurl1-ssl.
1885     I should have done it long time ago.
1886
1887  -- Domenico Andreoli <cavok@debian.org>  Tue, 13 Mar 2001 18:29:06 +0100
1888
1889 curl (7.6.1-4) unstable; urgency=low
1890
1891   * Added versioned Build-Depend for debhelper.
1892
1893  -- Domenico Andreoli <cavok@debian.org>  Tue,  6 Mar 2001 15:16:02 +0100
1894
1895 curl (7.6.1-3) unstable; urgency=low
1896
1897   * Refining the transition to debhelper compatibility 2. I forgot the
1898     executable in the curl package (closes: #87886).
1899
1900  -- Domenico Andreoli <cavok@debian.org>  Wed, 28 Feb 2001 14:31:43 +0100
1901
1902 curl (7.6.1-2) unstable; urgency=low
1903
1904   * Switched to debhelper compatibility version 2.
1905
1906  -- Domenico Andreoli <cavok@debian.org>  Fri, 23 Feb 2001 18:24:02 +0100
1907
1908 curl (7.6.1-1) unstable; urgency=low
1909
1910   * New upstream release.
1911
1912  -- Domenico Andreoli <cavok@libero.it>  Tue, 13 Feb 2001 18:04:04 +0100
1913
1914 curl (7.6-2) unstable; urgency=low
1915
1916   * Adjusted dependencies in order to let curl-ssl package manage a
1917     smooth upgrade from potato.
1918
1919  -- Domenico Andreoli <cavok@libero.it>  Fri,  9 Feb 2001 13:36:11 +0100
1920
1921 curl (7.6-1) unstable; urgency=low
1922
1923   * New upstream release.
1924
1925  -- Domenico Andreoli <cavok@libero.it>  Mon, 29 Jan 2001 16:00:59 +0100
1926
1927 curl (7.5.2-2) unstable; urgency=low
1928
1929   * This is a service upload in order to fix dependencies problems arose
1930     for a ill-formed upload of 7.5.2-1.
1931
1932  -- Domenico Andreoli <cavok@libero.it>  Mon, 29 Jan 2001 14:54:57 +0100
1933
1934 curl (7.5.2-1) unstable; urgency=low
1935
1936   * New upstream release.
1937   * It needed to be recompiled against the new libc (closes: #80256).
1938
1939  -- Domenico Andreoli <cavok@libero.it>  Mon, 15 Jan 2001 13:08:15 +0100
1940
1941 curl (7.5-1) unstable; urgency=low
1942
1943   * New upstream release.
1944
1945  -- Domenico Andreoli <cavok@libero.it>  Mon,  4 Dec 2000 13:15:33 +0100
1946
1947 curl (7.4.2-2) unstable; urgency=low
1948
1949   * curl replaces curl-ssl. curl is only a frontend for libcurl and is not
1950     aware of any protocol, libcurl is. so what is really different whether
1951     ssl is enable or not is only libcurl.
1952   * curl now depends on (libcurl0 | libcurl0-ssl).
1953   * The workaround for libtool -rpath parameter is not required, so
1954     it has been removed from configure.in.
1955   * Removed "Suggests: " field in control file for libcurl0. It suggested
1956     to install curl and libcurl-dev too but it really doesn't make sense
1957     (this change was really applied in -1).
1958
1959  -- Domenico Andreoli <cavok@libero.it>  Tue, 28 Nov 2000 14:27:29 +0100
1960
1961 curl (7.4.2-1) unstable; urgency=low
1962
1963   * New upstream release.
1964
1965  -- Domenico Andreoli <cavok@libero.it>  Fri, 17 Nov 2000 16:19:23 +0100
1966
1967 curl (7.2.1-1) unstable; urgency=low
1968
1969   * New upstream release.
1970
1971  -- Domenico Andreoli <cavok@libero.it>  Mon,  4 Sep 2000 01:22:44 +0200
1972
1973 curl (7.1-3) unstable; urgency=low
1974
1975   * Added "Suggests: " field in control file for libcurl0. Now curl and
1976     libcurl-dev are suggested upon installation of libcurl0.
1977
1978  -- Domenico Andreoli <cavok@libero.it>  Mon, 14 Aug 2000 15:01:08 +0200
1979
1980 curl (7.1-2) unstable; urgency=low
1981
1982   * Fixed a line that did not install development manpages.
1983
1984  -- Domenico Andreoli <cavok@libero.it>  Thu, 10 Aug 2000 14:32:23 +0200
1985
1986 curl (7.1-1) unstable; urgency=low
1987
1988   * New upstream release.
1989   * libcurl is now a separate package, it provides shared libraries and
1990     includes to allow developing for other applications.
1991
1992  -- Domenico Andreoli <cavok@libero.it>  Wed,  9 Aug 2000 01:21:25 +0200
1993
1994 curl (6.5.2-4) unstable; urgency=low
1995
1996   * Some missing build dependencies (autoconf, automake, libtool) added.
1997
1998  -- Domenico Andreoli <cavok@libero.it>  Sat,  8 Jul 2000 00:13:16 +0200
1999
2000 curl (6.5.2-3) unstable; urgency=low
2001
2002   * Due to some policy and technical restrictions, curl's source package
2003     has been splitted again in two, one for main archive and one for non-US.
2004
2005  -- Domenico Andreoli <cavok@libero.it>  Tue,  4 Jul 2000 15:52:14 +0200
2006
2007 curl (6.5.2-2) unstable; urgency=low
2008
2009   * Added a Build-Depends in order to compile curl-ssl only if
2010     libssl09-dev is installed.
2011   * Documentation reflects the new location of curl debian packages
2012     home page (http://curl-deb.sourceforge.net).
2013   * Corrected minor spelling errors in README.Debian.
2014
2015  -- Domenico Andreoli <cavok@libero.it>  Sat, 17 Jun 2000 01:13:19 +0200
2016
2017 curl (6.5.2-1) unstable; urgency=low
2018
2019   * New upstream release.
2020   * Now curl and curl-ssl binary packages are generated from the same
2021     debian source package.
2022   * Uploads and downloads are now performed simultaneously (closes: #56627).
2023
2024  -- Domenico Andreoli <cavok@libero.it>  Sat, 25 Mar 2000 01:06:35 +0100
2025
2026 curl (6.4-1) unstable; urgency=low
2027
2028   * New upstream release.
2029
2030  -- Domenico Andreoli <cavok@libero.it>  Sun, 30 Jan 2000 02:21:32 +0100
2031
2032 curl (6.3.1-1) unstable; urgency=low
2033
2034   * New upstream release.
2035
2036  -- Domenico Andreoli <cavok@libero.it>  Sat, 11 Dec 1999 17:38:13 +0100
2037
2038 curl (6.2-1) unstable; urgency=low
2039
2040   * New upstream release.
2041   * No hack to compile without SSL is required anymore. Fixed by
2042     upstream maintainer.
2043
2044  -- Domenico Andreoli <cavok@libero.it>  Mon,  1 Nov 1999 00:37:32 +0100
2045
2046 curl (6.0-1) unstable; urgency=low
2047
2048   * New upstream release.
2049
2050  -- Domenico Andreoli <cavok@freemail.it>  Mon, 27 Sep 1999 22:28:13 +0200
2051
2052 curl (5.11-1.1) unstable; urgency=low
2053
2054   * Put sources into the right section.
2055
2056  -- Domenico Andreoli <cavok@freemail.it>  Mon, 30 Aug 1999 03:14:21 +0200
2057
2058 curl (5.11-1) unstable; urgency=low
2059
2060   * New upstream release.
2061   * New debian maintainer.
2062
2063  -- Domenico Andreoli <cavok@freemail.it>  Fri, 27 Aug 1999 11:50:04 +0200
2064
2065 curl (5.9-2) unstable; urgency=low
2066
2067   * Moved to non-US, and compiled against ssl (closes: #40099).
2068
2069  -- Leon Breedt <ljb@debian.org>  Sat,  3 Jul 1999 15:46:54 +0200
2070
2071 curl (5.9-1) unstable; urgency=low
2072
2073   * New upstream release.
2074
2075  -- Leon Breedt <ljb@debian.org>  Sun, 23 May 1999 21:51:30 +0200
2076
2077 curl (5.8-1) unstable; urgency=low
2078
2079   * Initial Release.
2080
2081  -- Leon Breedt <ljb@debian.org>  Sun,  9 May 1999 18:55:48 +0200