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

« back to all changes in this revision

Viewing changes to lib/Makefile.inc

  • 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:
8
8
  content_encoding.c share.c http_digest.c md5.c http_negotiate.c       \
9
9
  http_ntlm.c inet_pton.c strtoofft.c strerror.c hostares.c hostasyn.c  \
10
10
  hostip4.c hostip6.c hostsyn.c hostthre.c inet_ntop.c parsedate.c      \
11
 
  select.c gtls.c sslgen.c
 
11
  select.c gtls.c sslgen.c tftp.c
12
12
 
13
13
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h base64.h hostip.h     \
14
14
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
18
18
  share.h md5.h http_digest.h http_negotiate.h http_ntlm.h ca-bundle.h  \
19
19
  inet_pton.h strtoofft.h strerror.h inet_ntop.h curlx.h memory.h       \
20
20
  setup.h transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h   \
21
 
  gtls.h
 
21
  gtls.h tftp.h sockaddr.h
 
22
 
22
23