head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.1.0.18 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.16 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.14 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.12 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.10 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.8 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.6 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2011.10.02.14.11.57; author wiz; state dead; branches; next 1.1; 1.1 date 2009.09.13.03.54.14; author hira; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.09.13.03.54.14; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2009.09.13.22.32.50; author tron; state Exp; branches; next ; desc @@ 1.2 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-gc,v 1.1 2009/09/13 03:54:14 hira Exp $ Fix build with getline() in libc. From http://bugs.gentoo.org/show_bug.cgi?id=270263 --- soltools/mkdepend/parse.c.orig 2006-09-22 17:57:33.000000000 +0900 +++ soltools/mkdepend/parse.c 2009-09-12 20:56:36.000000000 +0900 @@@@ -45,7 +45,7 @@@@ register int type; boolean recfailOK; - while ((line = getline(filep))) { + while ((line = ooo_getline(filep))) { switch(type = deftype(line, filep, file_red, file, TRUE)) { case IF: doif: @@@@ -167,7 +167,7 @@@@ register char *line; register int type; - while ((line = getline(filep))) { + while ((line = ooo_getline(filep))) { switch(type = deftype(line, filep, file_red, file, FALSE)) { case IF: case IFFALSE: @ 1.1 log @Update to 2.4.3. This is bug fix release. It fixes the following 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). @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-gc was added on branch pkgsrc-2009Q2 on 2009-09-13 22:32:50 +0000 @ text @d1 25 @ 1.1.2.2 log @Pullup ticket #2890 - requested by hira openoffice2: security update Revisions pulled up: - misc/openoffice2/Makefile 1.74 via patch - misc/openoffice2/distinfo 1.55 via patch - misc/openoffice2/patches/patch-ga 1.1 - misc/openoffice2/patches/patch-gb 1.1 - misc/openoffice2/patches/patch-gc 1.1 --- Module Name: pkgsrc Committed By: hira Date: Sun Sep 13 03:54:14 UTC 2009 Modified Files: pkgsrc/misc/openoffice2: Makefile distinfo Added Files: pkgsrc/misc/openoffice2/patches: patch-ga patch-gb patch-gc Log Message: Update to 2.4.3. This is bug fix release. It fixes the following 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). @ text @a0 25 $NetBSD$ Fix build with getline() in libc. From http://bugs.gentoo.org/show_bug.cgi?id=270263 --- soltools/mkdepend/parse.c.orig 2006-09-22 17:57:33.000000000 +0900 +++ soltools/mkdepend/parse.c 2009-09-12 20:56:36.000000000 +0900 @@@@ -45,7 +45,7 @@@@ register int type; boolean recfailOK; - while ((line = getline(filep))) { + while ((line = ooo_getline(filep))) { switch(type = deftype(line, filep, file_red, file, TRUE)) { case IF: doif: @@@@ -167,7 +167,7 @@@@ register char *line; register int type; - while ((line = getline(filep))) { + while ((line = ooo_getline(filep))) { switch(type = deftype(line, filep, file_red, file, FALSE)) { case IF: case IFFALSE: @