~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to lib/libcurl.vers.in

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-05-22 14:53:29 UTC
  • mfrom: (3.4.28 sid)
  • Revision ID: package-import@ubuntu.com-20120522145329-hbf1n3zr7qh08qab
Tags: 7.25.0-1ubuntu1
* Merge from Debian testing (LP: #1003049).  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
  - Also closes (LP: #855291)
* debian/patches/CVE-2012-0036.patch: Dropped. CVE resolved upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
HIDDEN
2
2
{
3
 
        local:
4
 
                __*;
5
 
                _rest*;
6
 
                _save*;
 
3
  local:
 
4
    __*;
 
5
    _rest*;
 
6
    _save*;
7
7
};
8
8
 
9
9
CURL_@VERSIONED_FLAVOUR@3
10
10
{
11
 
        global: curl_*; Curl_*;
12
 
        local: *;
 
11
  global: curl_*;
 
12
  local: *;
13
13
};