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

« back to all changes in this revision

Viewing changes to krita/modules/colorspace_ws/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
kde_services_DATA = kritawsplugin.desktop
 
2
INCLUDES  = -I$(srcdir)/../../core \
 
3
        -I$(srcdir)/../../core/tiles \
 
4
        -I$(srcdir)/../../core/tool \
 
5
        -I$(srcdir)/../../core/resources \
 
6
        -I$(srcdir)/../../core/color_strategy \
 
7
        -I$(srcdir)/../../core/compositeop \
 
8
        -I$(srcdir)/../../ui \
 
9
        $(KOFFICE_INCLUDES) \
 
10
        -I$(interfacedir) \
 
11
        $(KOPAINTER_INCLUDES) \
 
12
        $(all_includes)
 
13
 
 
14
kde_module_LTLIBRARIES = kritawsplugin.la
 
15
 
 
16
kritawsplugin_la_SOURCES = wet_sticky_plugin.cc kis_colorspace_wet_sticky.cc
 
17
noinst_HEADERS = wet_sticky_plugin.h kis_colorspace_wet_sticky.h
 
18
 
 
19
kritawsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
20
kritawsplugin_la_LIBADD =  ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
 
21
 
 
22
kritawsplugin_la_METASOURCES = AUTO
 
23
 
 
24
SUBDIRS=filter
 
25
 
 
26