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

« back to all changes in this revision

Viewing changes to database/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:
73
73
AMDEP_FALSE = @AMDEP_FALSE@
74
74
AMDEP_TRUE = @AMDEP_TRUE@
75
75
AMTAR = @AMTAR@
 
76
AR = @AR@
76
77
AUTOCONF = @AUTOCONF@
77
78
AUTOHEADER = @AUTOHEADER@
78
79
AUTOMAKE = @AUTOMAKE@
89
90
CLAMD_LIBS = @CLAMD_LIBS@
90
91
CPP = @CPP@
91
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
92
97
CYGPATH_W = @CYGPATH_W@
93
98
DBDIR = @DBDIR@
94
99
DEFS = @DEFS@
99
104
ECHO_T = @ECHO_T@
100
105
EGREP = @EGREP@
101
106
EXEEXT = @EXEEXT@
 
107
F77 = @F77@
 
108
FFLAGS = @FFLAGS@
102
109
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103
110
GETENT = @GETENT@
104
111
HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
133
140
STRIP = @STRIP@
134
141
TH_SAFE = @TH_SAFE@
135
142
VERSION = @VERSION@
 
143
ac_ct_AR = @ac_ct_AR@
136
144
ac_ct_CC = @ac_ct_CC@
 
145
ac_ct_CXX = @ac_ct_CXX@
 
146
ac_ct_F77 = @ac_ct_F77@
137
147
ac_ct_RANLIB = @ac_ct_RANLIB@
138
148
ac_ct_STRIP = @ac_ct_STRIP@
139
149
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
140
150
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
151
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
152
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
141
153
am__include = @am__include@
142
154
am__leading_dot = @am__leading_dot@
143
155
am__quote = @am__quote@