~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to freshclam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-04-11 10:27:47 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411102747-neeoigoizk3gubgq
Tags: 0.88.1-1ubuntu1
* Synchronize to Debian to get new upstream microrelease (UVF exception
  approved by Daniel Holbach). This fixes the following vulnerabilities:
  - CVE-2006-1614: integer overflow in the PE header parser
  - CVE-2006-1615: format string vulnerabilities in logging code
  - CVE-2006-1630: DoS due to invalid memory access in cli_bitset_set()
* debian/clamav-base.init-stub: Protect 'x && y' with '|| true' to not break
  init script if it's run under set -e.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
am__depfiles_maybe = depfiles
81
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
83
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
84
84
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
85
85
        $(AM_CFLAGS) $(CFLAGS)
86
86
CCLD = $(CC)
87
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
87
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
89
89
SOURCES = $(freshclam_SOURCES)
90
90
DIST_SOURCES = $(freshclam_SOURCES)
96
96
AMDEP_FALSE = @AMDEP_FALSE@
97
97
AMDEP_TRUE = @AMDEP_TRUE@
98
98
AMTAR = @AMTAR@
 
99
AR = @AR@
99
100
AUTOCONF = @AUTOCONF@
100
101
AUTOHEADER = @AUTOHEADER@
101
102
AUTOMAKE = @AUTOMAKE@
112
113
CLAMD_LIBS = @CLAMD_LIBS@
113
114
CPP = @CPP@
114
115
CPPFLAGS = @CPPFLAGS@
 
116
CXX = @CXX@
 
117
CXXCPP = @CXXCPP@
 
118
CXXDEPMODE = @CXXDEPMODE@
 
119
CXXFLAGS = @CXXFLAGS@
115
120
CYGPATH_W = @CYGPATH_W@
116
121
DBDIR = @DBDIR@
117
122
DEFS = @DEFS@ -DCL_NOTHREADS
122
127
ECHO_T = @ECHO_T@
123
128
EGREP = @EGREP@
124
129
EXEEXT = @EXEEXT@
 
130
F77 = @F77@
 
131
FFLAGS = @FFLAGS@
125
132
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
126
133
GETENT = @GETENT@
127
134
HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
156
163
STRIP = @STRIP@
157
164
TH_SAFE = @TH_SAFE@
158
165
VERSION = @VERSION@
 
166
ac_ct_AR = @ac_ct_AR@
159
167
ac_ct_CC = @ac_ct_CC@
 
168
ac_ct_CXX = @ac_ct_CXX@
 
169
ac_ct_F77 = @ac_ct_F77@
160
170
ac_ct_RANLIB = @ac_ct_RANLIB@
161
171
ac_ct_STRIP = @ac_ct_STRIP@
162
172
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163
173
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
174
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
175
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
164
176
am__include = @am__include@
165
177
am__leading_dot = @am__leading_dot@
166
178
am__quote = @am__quote@