~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
curl (7.30.0-1ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Resynchronize on Debian. Remaining changes:
 
4
    - Drop dependencies not in main:
 
5
      + Build-Depends: Drop stunnel4 and libssh2-1-dev.
 
6
      + Drop libssh2-1-dev from binary package Depends.
 
7
    - Add new libcurl3-udeb package.
 
8
    - Add new curl-udeb package.
 
9
  * Add warning to debian/patches/series.
 
10
 
 
11
 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 07 May 2013 12:16:37 +0200
 
12
 
 
13
curl (7.30.0-1) unstable; urgency=low
 
14
 
 
15
  * New upstream release
 
16
  * Update upstream copyright years
 
17
  * Drop patches merged upstream:
 
18
    - 08_NULL-pointer-dereference-on-close.patch
 
19
    - 09_CVE-213-1944.patch
 
20
    - 10_test1218-another-cookie-tailmatch-test.patch
 
21
  * Update patches:
 
22
    - 03_keep_symbols_compat.patch
 
23
    - 90_gnutls.patch
 
24
    - 99_nss.patch
 
25
  * Add libcurl4-doc package:
 
26
    - Move *.pdf and *.html files to the libcurl4-doc package
 
27
    - Add Suggests for -doc package to -dev packages
 
28
    - Move examples to the -doc package
 
29
  * Add Build-Depends on python which is used by some tests
 
30
 
 
31
 -- Alessandro Ghedini <ghedo@debian.org>  Thu, 18 Apr 2013 12:55:09 +0200
 
32
 
 
33
curl (7.29.0-2.1) unstable; urgency=high
 
34
 
 
35
  * Non-maintainer upload.
 
36
 
 
37
  [ Alessandro Ghedini ]
 
38
  * Do not compress *.pdf files (Closes: #704093)
 
39
 
 
40
  [ Salvatore Bonaccorso ]
 
41
  * Add 09_CVE-213-1944.patch.
 
42
    Fix CVE-2013-1944: fix tailmatching to prevent cross-domain leakage.
 
43
    Cookies set for 'example.com' could accidentaly also be sent by libcurl
 
44
    to the 'bexample.com' (ie with a prefix to the first domain name).
 
45
    (Closes: #705274)
 
46
  * Add testcase for CVE-2013-1944.
 
47
 
 
48
 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 12 Apr 2013 13:55:34 +0200
 
49
 
 
50
curl (7.29.0-2) unstable; urgency=low
 
51
 
 
52
  * Fix a segfault when closing an unused multi handle (Closes: #701713)
 
53
  * Mention LDAPS in packages' long descriptions
 
54
  * Clean-up d/rules
 
55
    - Switch to short-form dh
 
56
    - Enable test suite on hurd and kfreebsd too
 
57
    - Enable GSSAPI support on hurd too
 
58
 
 
59
 -- Alessandro Ghedini <ghedo@debian.org>  Mon, 11 Mar 2013 19:02:56 +0100
 
60
 
1
61
curl (7.29.0-1ubuntu3) raring; urgency=low
2
62
 
3
63
  * SECURITY UPDATE: Incorrect cookie domain handling in tailmatch()