summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-12-06 22:19:23 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-12-06 22:19:23 +0000
commit276cff4cfbaa22abaab039ad82732c58b99b64f8 (patch)
tree888830c60c62e605e6c3598b3bfb5800ac25026c /app-office/openoffice/files
parentamd64 stable, bug 201103 (diff)
downloadhistorical-276cff4cfbaa22abaab039ad82732c58b99b64f8.tar.gz
historical-276cff4cfbaa22abaab039ad82732c58b99b64f8.tar.bz2
historical-276cff4cfbaa22abaab039ad82732c58b99b64f8.zip
remove openoffice 2.3.0 for security bug #200771
Package-Manager: portage-2.1.4_rc7
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r--app-office/openoffice/files/2.3.0/disable-regcomp-java.diff12
-rw-r--r--app-office/openoffice/files/2.3.0/disable-regcomp-python.diff12
-rw-r--r--app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff21
-rw-r--r--app-office/openoffice/files/2.3.0/ooo-env_log.diff25
-rw-r--r--app-office/openoffice/files/2.3.0/regcompapply.diff13
-rw-r--r--app-office/openoffice/files/2.3.0/stlport-ppc-buildfix-apply.diff12
-rw-r--r--app-office/openoffice/files/2.3.0/stlport-ppc-buildfix.diff49
-rw-r--r--app-office/openoffice/files/2.3.0/system-check-db-4.6.patch20
-rw-r--r--app-office/openoffice/files/digest-openoffice-2.3.039
9 files changed, 0 insertions, 203 deletions
diff --git a/app-office/openoffice/files/2.3.0/disable-regcomp-java.diff b/app-office/openoffice/files/2.3.0/disable-regcomp-java.diff
deleted file mode 100644
index f9a1ff10a483..000000000000
--- a/app-office/openoffice/files/2.3.0/disable-regcomp-java.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
---- solenv/bin/modules/installer/servicesfile.pm.orig 2006-04-29 11:25:25.000000000 +0200
-+++ solenv/bin/modules/installer/servicesfile.pm 2006-04-29 12:24:45.000000000 +0200
-@@ -471,7 +473,7 @@
- $python_error_occured = 0;
-
- if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
-- if ( $#javacomponents > -1 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
-+ if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
- if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
-
- if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
diff --git a/app-office/openoffice/files/2.3.0/disable-regcomp-python.diff b/app-office/openoffice/files/2.3.0/disable-regcomp-python.diff
deleted file mode 100644
index e63a91f009eb..000000000000
--- a/app-office/openoffice/files/2.3.0/disable-regcomp-python.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
---- solenv/bin/modules/installer/servicesfile.pm.orig 2006-10-23 13:49:24.000000000 +0200
-+++ solenv/bin/modules/installer/servicesfile.pm 2006-10-23 13:50:04.000000000 +0200
-@@ -472,7 +472,7 @@
-
- if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
- if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
-- if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
-+ if ( 0 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
-
- if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
-
diff --git a/app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff b/app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff
deleted file mode 100644
index ddfd07043782..000000000000
--- a/app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff
+++ /dev/null
@@ -1,21 +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,7 +3,6 @@
- --enable-libsn
- --enable-xsltproc
- --with-dynamic-xinerama
----with-stlport=/usr
- --with-system-boost
- --with-system-curl
- --with-system-db
-
diff --git a/app-office/openoffice/files/2.3.0/ooo-env_log.diff b/app-office/openoffice/files/2.3.0/ooo-env_log.diff
deleted file mode 100644
index 908169ab6c5a..000000000000
--- a/app-office/openoffice/files/2.3.0/ooo-env_log.diff
+++ /dev/null
@@ -1,25 +0,0 @@
---- bin/build-ooo.orig 2007-04-18 18:32:06.000000000 +0200
-+++ bin/build-ooo 2007-04-18 18:32:45.000000000 +0200
-@@ -21,9 +21,8 @@
- echo "configuring ...";
- autoconf || exit 1;
-
--echo "Env for configure:"
--set
--echo "Env for configure ends"
-+echo "Log Env for configure to `pwd`/env.log"
-+set > env.log
-
- eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
-
-@@ -88,8 +88,8 @@
- # similar that gives child nmake's pain.
- unset MAKEFLAGS
-
--echo "Env:"
--set
-+echo "Log Env to `pwd`/env.log"
-+set > env.log
-
- # What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
- # already merged?
diff --git a/app-office/openoffice/files/2.3.0/regcompapply.diff b/app-office/openoffice/files/2.3.0/regcompapply.diff
deleted file mode 100644
index e3554ea16aa8..000000000000
--- a/app-office/openoffice/files/2.3.0/regcompapply.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- patches/src680/apply
-+++ patches/src680/apply
-@@ -1087,6 +1087,9 @@
- [ GentooOnly ]
- SectionOwner => aprosky
-
-+#fix build on ppc
-+disable-regcomp-java.diff
-+disable-regcomp-python.diff
- # Allow build to proceed with PaX enabled
- gentoo-pax-fix.diff, aprosky
- # support server-only versions of 64bit JDKs
-
diff --git a/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix-apply.diff b/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix-apply.diff
deleted file mode 100644
index 49f69c796699..000000000000
--- a/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix-apply.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- patches/src680/apply
-+++ patches/src680/apply
-@@ -1063,6 +1063,8 @@
- vcl_font-NO_LIST.diff
- # linux-headers-2.6.22 issue?!
- linux-headers.diff
-+# stlport build problem on ppc
-+stlport-ppc-buildfix.diff
-
- [ DebianBaseOnly ]
- SectionOwner => rengelha
-
diff --git a/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix.diff b/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix.diff
deleted file mode 100644
index af70e4f26f13..000000000000
--- a/app-office/openoffice/files/2.3.0/stlport-ppc-buildfix.diff
+++ /dev/null
@@ -1,49 +0,0 @@
---- stlport/STLport-4.5.patch 2005-01-06 12:26:48.770546592 +1100
-+++ stlport/STLport-4.5.patch 2005-01-06 12:26:01.125789696 +1100
-@@ -509,6 +509,45 @@
-
- CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -g
- CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -g -fPIC
-+--- misc/build/STLport-4.5/src/gcc-linux.mak.old 2005-01-06 12:22:54.127217800 +1100
-++++ misc/build/STLport-4.5/src/gcc-linux.mak 2005-01-06 12:24:28.192917640 +1100
-+@@ -46,8 +46,8 @@
-+ CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -O -g
-+ CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -O -g -fPIC
-+
-+-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
-+-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG -fPIC
-++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
-++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -fPIC
-+
-+ include common_percent_rules.mak
-+ include common_rules.mak
-+--- misc/build/STLport-4.5/src/gcc.mak.old 2005-01-06 15:20:18.840975336 +1100
-++++ misc/build/STLport-4.5/src/gcc.mak 2005-01-06 15:21:00.373661408 +1100
-+@@ -44,8 +44,8 @@
-+ CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -O -g
-+ CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -O -g -fPIC
-+
-+-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
-+-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG
-++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
-++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic)
-+
-+ include common_percent_rules.mak
-+ include common_rules.mak
-+--- misc/build/STLport-4.5/src/gcc-3.0.mak.orig
-++++ misc/build/STLport-4.5/src/gcc-3.0.mak
-+@@ -43,8 +43,8 @@
-+ CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -g -fPIC
-+ CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -g -fPIC
-+
-+-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
-+-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG
-++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
-++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic)
-+
-+ include common_percent_rules.mak
-+ include common_rules.mak
- *** misc/STLport-4.5/stlport/config/stl_gcc.h Tue Sep 4 19:10:16 2001
- --- misc/build/STLport-4.5/stlport/config/stl_gcc.h Thu Jul 26 12:13:03 2007
- ***************
-
diff --git a/app-office/openoffice/files/2.3.0/system-check-db-4.6.patch b/app-office/openoffice/files/2.3.0/system-check-db-4.6.patch
deleted file mode 100644
index 4fac5e6c6b1b..000000000000
--- a/app-office/openoffice/files/2.3.0/system-check-db-4.6.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- patches/src680/system-db-check.diff.orig 2007-09-08 16:25:25.000000000 +0200
-+++ patches/src680/system-db-check.diff 2007-09-08 16:26:25.000000000 +0200
-@@ -12,7 +12,7 @@
- - [ AC_MSG_ERROR(no. install the db4 libraries) ], []+ )
- - ], []
- - )
--+ for dbver in -4.5 4.5 -4.4 4.4 -4.3 4.3 -4.2 4.2 -4.1 4.1 -4 4 ''; do
-++ for dbver in -4.6 4.6 -4.5 4.5 -4.4 4.4 -4.3 4.3 -4.2 4.2 -4.1 4.1 -4 4 ''; do
- + AC_CHECK_HEADER(db$dbver/db.h, [ DB_INCLUDES="/usr/include/db$dbver"; break ])
- + done
- + if test "$DB_INCLUDES" = ""; then
-@@ -31,7 +31,7 @@
- - AC_HAVE_LIBRARY(db, [],
- - [AC_MSG_ERROR([db not installed or functional])], [])
- + save_LIBS="$LIBS"
--+ for dbver in -4.5 4.5 -4.4 4.4 -4.3 4.3 -4.2 4.2 -4.1 4.1 -4 4 ''; do
-++ for dbver in -4.6 4.6 -4.5 4.5 -4.4 4.4 -4.3 4.3 -4.2 4.2 -4.1 4.1 -4 4 ''; do
- + AC_CHECK_LIB(db$dbver, db_create, [ DB_LIB="db$dbver"; DB_CPPLIB="db_cxx$dbver"; LIBS="-ldb$dbver $LIBS"; break ])
- + done
- + AC_CHECK_FUNC(db_create, [], [ AC_MSG_ERROR([db not installed or functional]) ])
diff --git a/app-office/openoffice/files/digest-openoffice-2.3.0 b/app-office/openoffice/files/digest-openoffice-2.3.0
deleted file mode 100644
index f5efd0f8eb26..000000000000
--- a/app-office/openoffice/files/digest-openoffice-2.3.0
+++ /dev/null
@@ -1,39 +0,0 @@
-MD5 27a1406a825ed465c71c39f3abfd622a OOo_2.3.0_src_binfilter.tar.bz2 6477306
-RMD160 441a43c2a2d5418c9d3b55a89790f31598000bde OOo_2.3.0_src_binfilter.tar.bz2 6477306
-SHA256 b2a54d9238a5a316151286f007549b9de633d61b216ef258cc0392c5694e9585 OOo_2.3.0_src_binfilter.tar.bz2 6477306
-MD5 d447057b2af58020234cb9db6c782bfa OOo_2.3.0_src_core.tar.bz2 145104450
-RMD160 67c7a97aac4652f8a9cfb3019b9649689977b076 OOo_2.3.0_src_core.tar.bz2 145104450
-SHA256 830555d47376b6fc842c32addf2d4c827091df1989b05ea7cc03b82171b27d56 OOo_2.3.0_src_core.tar.bz2 145104450
-MD5 f47384bfd7959c9de0d47b2b23544557 OOo_2.3.0_src_l10n.tar.bz2 78634672
-RMD160 a84678c0bf786869464814b0fa21137acb3250a9 OOo_2.3.0_src_l10n.tar.bz2 78634672
-SHA256 d57d03e6c5ba8e160fa3dfd416ac4cd3baaa14d1588604452551b3d420261120 OOo_2.3.0_src_l10n.tar.bz2 78634672
-MD5 0628ba6d36923fe576af6d1dd90b8b25 OOo_2.3.0_src_sdk.tar.bz2 24033163
-RMD160 57a9538cd0722747b19505078ab2d92f8b6c7e6a OOo_2.3.0_src_sdk.tar.bz2 24033163
-SHA256 0b9663b7db893bcde36bf46205361150237ae38f178150645b0d75e20bf30fc7 OOo_2.3.0_src_sdk.tar.bz2 24033163
-MD5 1948e39a68f12bfa0b7eb309c14d940c biblio.tar.bz2 6000
-RMD160 d6d74ed50fd12ab1b7363e1611aa5bae5a8b19d6 biblio.tar.bz2 6000
-SHA256 c0410a80028c8c0a6c28f4727e89b632875a128c9fccc17102f18773f0ea620b biblio.tar.bz2 6000
-MD5 733051ebeffae5232a2eb760162da020 extras-2.tar.bz2 94740
-RMD160 cba0fdebbbf84e6520af08d1cbb09363d36874bd extras-2.tar.bz2 94740
-SHA256 26e593ad0fecc6642b59349923434c6b36c224db5a26239c760b119ba29c9863 extras-2.tar.bz2 94740
-MD5 1d9644fb4c90511255c1576b4b30b1d2 libwpg-0.1.0.tar.gz 398724
-RMD160 0270b9fdc1a1f4307d2243a10c7163ee3c9150a9 libwpg-0.1.0.tar.gz 398724
-SHA256 78ea2fdcd542144a7336918123f57908b37f1eb2c41274cd675e18d03f0feb68 libwpg-0.1.0.tar.gz 398724
-MD5 8b026225b968dd0a76dedae844f2f030 libwps-0.1.0.tar.gz 555470
-RMD160 aabc3b7938baa50c866f769317476893e5cba231 libwps-0.1.0.tar.gz 555470
-SHA256 c3c4e0a63b0d1e2a3063172b44c722dde84608c3675fb124bb6f7e00f270379e libwps-0.1.0.tar.gz 555470
-MD5 26b3e95ddf3d9c077c480ea45874b3b8 lp_solve_5.5.0.10_source.tar.gz 769268
-RMD160 17e16c6c9fe9807e148d0b96bd8a3b41953681f6 lp_solve_5.5.0.10_source.tar.gz 769268
-SHA256 171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695 lp_solve_5.5.0.10_source.tar.gz 769268
-MD5 6e6e8b9ad6f3af9fd91bd38f641cd51a ooo-build-2.3.0.5.tar.gz 7947424
-RMD160 c3a062283cbbd9c60419b8ef5555f5c9707336ad ooo-build-2.3.0.5.tar.gz 7947424
-SHA256 a330b072d8e70b8d8a832558531cbdb0ac11280ff9c2521e3de6fac85f94f101 ooo-build-2.3.0.5.tar.gz 7947424
-MD5 42aceb3508ff8b5ed04d0451b30f6ccf oox.2007-09-05.tar.bz2 357665
-RMD160 7c098136d35b4e6bc9ffa6c26ed0aa7cbd9fef13 oox.2007-09-05.tar.bz2 357665
-SHA256 29014ae9c3a69161933dae63133568d5b34d3d7ce734673a63c8c01c70d14769 oox.2007-09-05.tar.bz2 357665
-MD5 e3a0b76dcd876f3d721ee7183729153d unowinreg.dll 6144
-RMD160 9e2a2789a96842a2aec747a62dee3db3e8370761 unowinreg.dll 6144
-SHA256 f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c unowinreg.dll 6144
-MD5 0395e6e7da27c1cea7e1852286f6ccf9 xt-20051206-src-only.zip 423516
-RMD160 5fd5bb66b6586809e27fc240d624d64589ec4b9d xt-20051206-src-only.zip 423516
-SHA256 38121476c238c81760e1285e3aeea9eda1a7ab18c0c31a54e3645910bd8fb38e xt-20051206-src-only.zip 423516