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

« back to all changes in this revision

Viewing changes to lib/kofficeui/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
###### General stuff
2
2
 
3
3
KDE_CXXFLAGS = $(USE_RTTI)
4
 
INCLUDES = -I$(top_srcdir)/lib/kospell $(KSTORE_INCLUDES) $(KOFFICECORE_INCLUDES) $(all_includes)
 
4
INCLUDES =  $(KSTORE_INCLUDES) $(KOFFICECORE_INCLUDES) $(all_includes)
5
5
 
6
6
####### Files
7
7
 
10
10
lib_LTLIBRARIES = libkofficeui.la
11
11
 
12
12
libkofficeui_la_SOURCES = \
13
 
        koPageLayoutDia.cc \
 
13
        koPageLayoutDia.cc kozoomaction.cpp kotabbar.cpp \
14
14
        koPartSelectDia.cc koPartSelectAction.cc \
15
15
        koRuler.cc koTemplateChooseDia.cc koTabChooser.cc \
16
16
        koKoolBar.cc koTemplateCreateDia.cc kocontexthelp.cc\
17
17
        kcoloractions.cpp koToolBox.cpp koTemplates.cc \
18
18
        koRect.cpp koPictureFilePreview.cc koUnitWidgets.cc \
19
19
        tkaction.cpp tkcoloractions.cpp tkcombobox.cpp tktoolbarbutton.cpp \
20
 
        koCharSelectDia.cc koInsertLink.cc koeditpath.cc koSpellConfig.cc kocommandhistory.cpp
 
20
        koCharSelectDia.cc koInsertLink.cc koeditpath.cc kocommandhistory.cpp \
 
21
        koselectaction.cpp kolinewidthaction.cpp kolinestyleaction.cpp \
 
22
        kotooldockbase.cpp kotooldockmanager.cpp kotooldockmovemanager.cpp \
 
23
        kotoolbutton.cc
 
24
 
21
25
libkofficeui_la_LDFLAGS = -version-info 2:0:0 -no-undefined $(all_libraries)
22
 
libkofficeui_la_LIBADD  = $(LIB_KOFFICECORE) ../kospell/libkospell.la
 
26
libkofficeui_la_LIBADD  = $(LIB_KOFFICECORE) 
23
27
 
24
28
include_HEADERS = \
25
 
        koPageLayoutDia.h \
 
29
        koPageLayoutDia.h kozoomaction.h kotabbar.h \
26
30
        koPartSelectDia.h koPartSelectAction.h \
27
31
        koRuler.h koTemplateChooseDia.h koTabChooser.h \
28
32
        koKoolBar.h koTemplateCreateDia.h kocontexthelp.h \
30
34
        koRect.h koPoint.h koSize.h koPictureFilePreview.h koUnitWidgets.h \
31
35
        tkaction.h tkcoloractions.h tktoolbarbutton.h tkcombobox.h \
32
36
        koCharSelectDia.h koInsertLink.h kotoolbutton.h koeditpath.h \
33
 
        koSpellConfig.h kocommandhistory.h
 
37
        kocommandhistory.h \
 
38
        koselectaction.h kolinewidthaction.h kolinestyleaction.h \
 
39
        kotooldockbase.h kotooldockmanager.h kotooldockmovemanager.h
34
40
 
35
41
METASOURCES = AUTO