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

« back to all changes in this revision

Viewing changes to docs/curl-config.html

  • 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:
67
67
<p class="level0"><a name="--version"></a><span class="nroffip">--version</span> 
68
68
<p class="level1">Outputs version information about the installed libcurl. 
69
69
<p class="level0"><a name="--vernum"></a><span class="nroffip">--vernum</span> 
70
 
<p class="level1">Outputs version information about the installed libcurl, in numerical mode. This outputs the version number, in hexadecimal, with 8 bits for each part; major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl 12.13.14 would appear as 0c0d0e... Note that the initial zero might be omitted. <a name="EXAMPLES"></a><h2 class="nroffsh">EXAMPLES</h2>
 
70
<p class="level1">Outputs version information about the installed libcurl, in numerical mode. This outputs the version number, in hexadecimal, with 8 bits for each part; major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl 12.13.14 would appear as 0c0d0e... Note that the initial zero might be omitted. (This option was broken in the 7.15.0 release.) <a name="EXAMPLES"></a><h2 class="nroffsh">EXAMPLES</h2>
71
71
<p class="level0">What linker options do I need when I link with libcurl? 
72
72
<p class="level0">&nbsp; $ curl-config --libs 
73
73
<p class="level0">What compiler options do I need when I compile using libcurl functions?