head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2007.04.11.18.01.13; author drochner; state dead; branches; next 1.1; 1.1 date 2006.12.06.14.48.35; author wiz; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2006.12.06.14.48.35; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2006.12.09.08.38.35; author salo; state Exp; branches; next ; desc @@ 1.2 log @update to 0.8.1 This moves this pkg to the new stable gnome branch, too much to list here. @ text @$NetBSD: patch-ac,v 1.1 2006/12/06 14:48:35 wiz Exp $ Fix for CVE-2006-5864. From evince CVS http://cvs.gnome.org/viewcvs/evince/ps/ps.c?r1=1.6&r2=1.6.6.1 --- ps/ps.c.orig 2006-01-07 00:03:44.000000000 +0100 +++ ps/ps.c @@@@ -1231,7 +1231,8 @@@@ get_next_text(line, next_char) int level = 0; quoted = 1; line++; - while(*line && !(*line == ')' && level == 0)) { + while(*line && !(*line == ')' && level == 0) + && (cp - text) < PSLINELENGTH - 1) { if(*line == '\\') { if(*(line + 1) == 'n') { *cp++ = '\n'; @@@@ -1302,7 +1303,8 @@@@ get_next_text(line, next_char) } } else { - while(*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while(*line && !(*line == ' ' || *line == '\t' || *line == '\n') + && (cp - text) < PSLINELENGTH - 1) *cp++ = *line++; } *cp = '\0'; @ 1.1 log @Fix CVE-2006-5864 using a patch from evince CVS. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ac was added on branch pkgsrc-2006Q3 on 2006-12-06 14:48:35 +0000 @ text @d1 27 @ 1.1.2.2 log @Pullup ticket 1940 - requested by wiz security update for evince Revisions pulled up: - pkgsrc/print/evince/Makefile 1.26, 1.27 - pkgsrc/print/evince/Makefile.common 1.12 - pkgsrc/print/evince/PLIST 1.13 - pkgsrc/print/evince/distinfo 1.9, 1.10 - pkgsrc/print/evince/patches/patch-ac 1.1 - pkgsrc/print/evince-nautilus/Makefile 1.11, 1.12 - pkgsrc/print/poppler/Makefile.common 1.7 - pkgsrc/print/poppler/distinfo 1.14, 1.15 - pkgsrc/print/poppler/patches/patch-ab 1.6 - pkgsrc/print/poppler/patches/patch-ac 1.3, 1.4 - pkgsrc/print/poppler-qt/Makefile 1.14 - pkgsrc/print/poppler-qt/PLIST 1.3 Module Name: pkgsrc Committed By: drochner Date: Thu Oct 12 14:16:22 UTC 2006 Modified Files: pkgsrc/print/evince: Makefile Makefile.common PLIST distinfo pkgsrc/print/evince-nautilus: Makefile Log Message: update to 0.6.1 canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in --- Module Name: pkgsrc Committed By: wiz Date: Wed Dec 6 14:48:35 UTC 2006 Modified Files: pkgsrc/print/evince: Makefile distinfo Added Files: pkgsrc/print/evince/patches: patch-ac Log Message: Fix CVE-2006-5864 using a patch from evince CVS. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: wiz Date: Wed Dec 6 14:51:36 UTC 2006 Modified Files: pkgsrc/print/evince-nautilus: Makefile Log Message: Bump PKGREVISION for evince/patches/patch-ac, to be on the safe side. --- Module Name: pkgsrc Committed By: rillig Date: Tue Oct 10 20:07:05 UTC 2006 Modified Files: pkgsrc/print/poppler: distinfo Added Files: pkgsrc/print/poppler/patches: patch-ac Log Message: Fixed "test ==". --- Module Name: pkgsrc Committed By: drochner Date: Thu Oct 12 14:12:15 UTC 2006 Modified Files: pkgsrc/print/poppler: Makefile.common distinfo pkgsrc/print/poppler/patches: patch-ab patch-ac Log Message: update to 0.5.4 changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed --- Module Name: pkgsrc Committed By: markd Date: Fri Oct 13 20:25:22 UTC 2006 Modified Files: pkgsrc/print/poppler-qt: Makefile PLIST Log Message: poppler-link-qt3.h should also be installed. Bump PKGREVISION. Should fix PR pkg/34810. @ text @a0 27 $NetBSD: patch-ac,v 1.1.2.1 2006/12/09 08:38:35 salo Exp $ Fix for CVE-2006-5864. From evince CVS http://cvs.gnome.org/viewcvs/evince/ps/ps.c?r1=1.6&r2=1.6.6.1 --- ps/ps.c.orig 2006-01-07 00:03:44.000000000 +0100 +++ ps/ps.c @@@@ -1231,7 +1231,8 @@@@ get_next_text(line, next_char) int level = 0; quoted = 1; line++; - while(*line && !(*line == ')' && level == 0)) { + while(*line && !(*line == ')' && level == 0) + && (cp - text) < PSLINELENGTH - 1) { if(*line == '\\') { if(*(line + 1) == 'n') { *cp++ = '\n'; @@@@ -1302,7 +1303,8 @@@@ get_next_text(line, next_char) } } else { - while(*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while(*line && !(*line == ' ' || *line == '\t' || *line == '\n') + && (cp - text) < PSLINELENGTH - 1) *cp++ = *line++; } *cp = '\0'; @