~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to packages/vms/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
66
66
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
67
67
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
68
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
68
69
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
69
70
CXX = @CXX@
70
71
CXXCPP = @CXXCPP@
135
136
USE_SSLEAY = @USE_SSLEAY@
136
137
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
137
138
VERSION = @VERSION@
 
139
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
 
140
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
 
141
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
138
142
VERSIONNUM = @VERSIONNUM@
139
143
ac_ct_AR = @ac_ct_AR@
140
144
ac_ct_AS = @ac_ct_AS@