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

« back to all changes in this revision

Viewing changes to krita/pics/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
kritapics_DATA = deletelayer.png lowerlayer.png newlayer.png raiselayer.png \
 
3
        gradient.png line.png polyline.png polygon.png \
 
4
        rectangle.png ellipse.png \
 
5
        visible.png novisible.png linked.png unlinked.png \
 
6
        tool_pan.png \
 
7
        tool_text.png \
 
8
        tool_star.png tool_screenshot.png \
 
9
        openhand_cursor.xpm \
 
10
        closedhand_cursor.xpm locked.png unlocked.png 
 
11
 
 
12
# directory for pixmaps
 
13
kritapicsdir = $(kde_datadir)/krita/pics
 
14
 
 
15
KDE_ICON = krita
 
16
 
 
17
 
 
18
 
 
19