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

« back to all changes in this revision

Viewing changes to kivio/plugins/kiviosmlconnector/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
1
SUBDIRS=. sml_connector
2
2
lib_LTLIBRARIES =libkiviosmlconnector.la
3
3
 
4
 
INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
 
4
INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
 
5
        -I$(top_builddir)/kivio/kiviopart/config \
 
6
        -I$(top_srcdir)/kivio/kiviopart\
5
7
        -I$(top_srcdir)/kivio/kiviopart/kiviosdk\
6
8
        -I$(top_srcdir)/kivio/kiviopart/tools\
7
9
        -I$(top_srcdir)/kivio/plugins/kiviosmlconnector/sml_connector \
10
12
METASOURCES = AUTO
11
13
libkiviosmlconnector_la_SOURCES = plugin.cpp tool_connector.cpp
12
14
libkiviosmlconnector_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
13
 
libkiviosmlconnector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviopart.la
 
15
libkiviosmlconnector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
14
16
 
15
17
 
16
18