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

« back to all changes in this revision

Viewing changes to filters/kchart/png/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
####### General stuff
 
2
 
 
3
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
 
4
        -I$(top_srcdir)/kchart \
 
5
        -I$(top_srcdir)/kchart/kdchart \
 
6
        -I$(top_srcdir)/interfaces \
 
7
        $(all_includes)
 
8
 
 
9
####### Files
 
10
 
 
11
kde_module_LTLIBRARIES = libkchartpngexport.la
 
12
 
 
13
libkchartpngexport_la_SOURCES = pngexport.cpp pngexportdia.cpp
 
14
libkchartpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined
 
15
libkchartpngexport_la_LIBADD = ../../../kchart/libkchartcommon.la $(KOFFICE_LIBS)
 
16
noinst_HEADERS = \
 
17
        pngexport.h pngexportdia.h
 
18
 
 
19
METASOURCES = AUTO
 
20
 
 
21
service_DATA = kchart_png_export.desktop
 
22
servicedir = $(kde_servicesdir)
 
23
 
 
24
# Note: If your filter exports or exports some special file
 
25
# which KDE doesn't have a mimetype for, yet, you'll have to
 
26
# create a mimetype and install it using those two lines.
 
27
# In case of doubt please ask koffice@mail.kde.org or
 
28
# koffice-devel@mail.kde.org. Thanks.
 
29
# data_DATA = x-png.desktop
 
30
# datadir = $(kde_mimedir)/text