security vulnerabilities. * CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can lead to heap overflows and arbitrary code execution * CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to arbitrary code execution Release notes: http://development.openoffice.org/releases/2.4.3.html - Fix getline() problem (patches from misc/openoffice3/patches). - Use internal neon (9 patches are required to use external neon). - Use internal openssl for internal neon. - Disable VBA extension (enabling this causes build error).
16 lines
467 B
Text
16 lines
467 B
Text
$NetBSD: patch-ga,v 1.1 2009/09/13 03:54:13 hira Exp $
|
|
|
|
Fix build with getline() in libc.
|
|
From http://bugs.gentoo.org/show_bug.cgi?id=270263
|
|
|
|
--- soltools/mkdepend/def.h.orig 2007-07-19 00:01:07.000000000 +0900
|
|
+++ soltools/mkdepend/def.h 2009-09-12 20:56:00.000000000 +0900
|
|
@@ -151,7 +151,7 @@
|
|
|
|
char *copy();
|
|
char *base_name();
|
|
-char *getline();
|
|
+char *ooo_getline();
|
|
struct symtab *slookup();
|
|
struct symtab *isdefined();
|
|
struct symtab *fdefined();
|