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

« back to all changes in this revision

Viewing changes to kword/mailmerge/kspread/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
 
 
2
KDE_CXXFLAGS = $(USE_RTTI)
 
3
INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) \
 
4
           -I$(top_srcdir)/kspread -I$(top_srcdir)/kword $(all_includes)
 
5
 
 
6
kde_module_LTLIBRARIES = kwmailmerge_kspread.la
 
7
 
 
8
kwmailmerge_kspread_la_SOURCES = kwmailmerge_kspread.cpp kwmailmerge_kspread_config.cpp
 
9
kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
10
kwmailmerge_kspread_la_LIBADD = ../../libkwmailmerge_interface.la \
 
11
                                $(top_builddir)/kspread/libkspreadcommon.la $(LIB_KDEUI)
 
12
 
 
13
METASOURCES = AUTO
 
14
 
 
15
services_DATA = kwmailmerge_kspread.desktop
 
16
servicesdir = $(kde_servicesdir)