diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2008-03-07 14:33:45 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2008-03-07 14:33:45 +0000 |
commit | 464c51e84932bbca6b9758ea76babb82bcc535b3 (patch) | |
tree | 44f3c703ff375ca83c88c94131bc1e4e93bcebc8 /app-office/openoffice/files | |
parent | amd64 stable (diff) | |
download | gentoo-2-464c51e84932bbca6b9758ea76babb82bcc535b3.tar.gz gentoo-2-464c51e84932bbca6b9758ea76babb82bcc535b3.tar.bz2 gentoo-2-464c51e84932bbca6b9758ea76babb82bcc535b3.zip |
remove vulnerable version from tree
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r-- | app-office/openoffice/files/2.3.1/config_office-fix-system-icu-check.diff | 22 | ||||
-rw-r--r-- | app-office/openoffice/files/2.3.1/gentoo-2.3.1.diff | 27 |
2 files changed, 0 insertions, 49 deletions
diff --git a/app-office/openoffice/files/2.3.1/config_office-fix-system-icu-check.diff b/app-office/openoffice/files/2.3.1/config_office-fix-system-icu-check.diff deleted file mode 100644 index baa1e543f2b6..000000000000 --- a/app-office/openoffice/files/2.3.1/config_office-fix-system-icu-check.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- config_office/configure.in.orig 2007-11-30 23:50:32.000000000 +0100 -+++ config_office/configure.in 2007-11-30 23:47:39.000000000 +0100 -@@ -4061,8 +4061,8 @@ - } - ], [AC_MSG_RESULT(OK)], [AC_MSG_RESULT([not suitable, only 3.6 supported currently])]) - AC_MSG_CHECKING(whether setBreakType is public) -- save_LDFLAGS="$LDFLAGS" -- LDFLAGS="$LDFLAGS -licuuc" -+ save_LIBS="$LIBS" -+ LIBS="$LIBS -licuuc" - AC_TRY_LINK([#include <unicode/rbbi.h>], [ - RuleBasedBreakIterator *rbi = NULL; - rbi = new RuleBasedBreakIterator(); -@@ -4073,7 +4073,7 @@ - else - AC_MSG_RESULT(yes) - fi -- LDFLAGS="$save_LDFLAGS" -+ LIBS="$save_LIBS" - else - AC_MSG_RESULT([internal]) - SYSTEM_ICU=NO diff --git a/app-office/openoffice/files/2.3.1/gentoo-2.3.1.diff b/app-office/openoffice/files/2.3.1/gentoo-2.3.1.diff deleted file mode 100644 index a8e4bc5e6404..000000000000 --- a/app-office/openoffice/files/2.3.1/gentoo-2.3.1.diff +++ /dev/null @@ -1,27 +0,0 @@ ---- bin/package-ooo -+++ bin/package-ooo -@@ -33,6 +33,7 @@ - { - cat <<EOT >$1 - #!/bin/sh -+unset PYTHONPATH - $OOINSTBASE/program/soffice $2 "\$@" - EOT - chmod 755 $1 ---- distro-configs/Gentoo.conf.in -+++ distro-configs/Gentoo.conf.in -@@ -3,12 +3,11 @@ - --enable-libsn - --enable-xsltproc - --with-dynamic-xinerama ----with-stlport=/usr - --with-system-boost - --with-system-curl - --with-system-db - --with-system-expat ----with-system-icu -+--without-system-icu - --with-system-libxslt - --with-system-xmlsec - --with-system-xrender-headers - |