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

« back to all changes in this revision

Viewing changes to lib/configure.in.mid

  • 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:
14
14
# first check which main application we could compile
15
15
for args in $SUBDIRLIST ; do
16
16
    case $args in
17
 
        kontour) COMPILE_LIB_FOR_KONTOUR="$args " ;;
 
17
        krita) COMPILE_LIB_FOR_KRITA="$args " ;;
18
18
        karbon) COMPILE_LIB_FOR_KARBON="$args " ;;
19
19
        kivio) COMPILE_LIB_FOR_KIVIO="$args " ;;
20
20
    esac
23
23
# now remove the applications the user has asked not to compile
24
24
for args in $DO_NOT_COMPILE ; do
25
25
    case $args in
26
 
        kontour) COMPILE_LIB_FOR_KONTOUR= ;;
 
26
        krita) COMPILE_LIB_FOR_KRITA= ;;
27
27
        karbon) COMPILE_LIB_FOR_KARBON= ;;
28
28
        kivio) COMPILE_LIB_FOR_KIVIO= ;;
29
29
    esac
30
30
done
31
31
 
32
 
if test -n "$COMPILE_LIB_FOR_KONTOUR$COMPILE_LIB_FOR_KARBON$COMPILE_LIB_FOR_KIVIO" ; then
 
32
if test -n "$COMPILE_LIB_FOR_KRITA$COMPILE_LIB_FOR_KARBON$COMPILE_LIB_FOR_KIVIO" ; then
33
33
    USERFEEDBACKCOMPILELIB="yes"
34
34
else
35
35
    USERFEEDBACKCOMPILELIB="no"