~ubuntu-branches/ubuntu/breezy/koffice/breezy-security

« back to all changes in this revision

Viewing changes to kexi/plugins/queries/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-11 14:49:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051011144950-lwpngbifzp8nk0ds
Tags: 1:1.4.1-0ubuntu7
* SECURITY UPDATE: fix heap based buffer overflow in the RTF importer of KWord
* Opening specially crafted RTF files in KWord can cause
  execution of abitrary code.
* Add kubuntu_01_rtfimport_heap_overflow.diff
* References:
  CAN-2005-2971
  CESA-2005-005
  http://www.koffice.org/security/advisory-20051011-1.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/kexi/Makefile.global
 
2
 
 
3
kde_module_LTLIBRARIES = kexihandler_query.la
 
4
 
 
5
kexihandler_query_la_SOURCES = kexiquerypart.cpp kexiquerydesignersql.cpp \
 
6
                                kexiquerydesignersqlhistory.cpp kexiquerydesignerguieditor.cpp \
 
7
                                kexiqueryview.cpp
 
8
kexihandler_query_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined
 
9
kexihandler_query_la_LIBADD = ../../core/libkexicore.la \
 
10
  ../../kexidb/libkexidb.la \
 
11
  ../../widget/libkexiextendedwidgets.la \
 
12
  ../../widget/tableview/libkexidatatable.la \
 
13
  ../../widget/relations/libkexirelationsview.la
 
14
 
 
15
INCLUDES= -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
 
16
        -I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/widget/tableview \
 
17
        -I$(top_srcdir)/kexi/kexidb $(all_includes)
 
18
 
 
19
METASOURCES = AUTO
 
20
 
 
21
include ../Makefile.common