head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.28 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.26 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.24 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.22 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.20 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.18 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.16 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.14 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.12 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.10 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.8 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.6 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2013.06.15.06.57.55; author ryoon; state dead; branches; next 1.1; commitid qKHlHPIr78SQ9GTw; 1.1 date 2010.02.16.17.38.14; author taca; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2010.02.16.17.38.14; author spz; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2010.02.28.14.14.23; author spz; state Exp; branches; next ; desc @@ 1.2 log @Bump PKGREVISION. * Remove absolete patches for security bug. Noticed by wiz@@. Thank you. @ text @$NetBSD: patch-cb,v 1.1 2010/02/16 17:38:14 taca Exp $ deal with CVE-2009-2625. --- src/expat/lib/xmltok_impl.c.orig 2009-03-06 12:17:57.000000000 +0000 +++ src/expat/lib/xmltok_impl.c @@@@ -1741,7 +1741,7 @@@@ PREFIX(updatePosition)(const ENCODING *e const char *end, POSITION *pos) { - while (ptr != end) { + while (ptr < end) { switch (BYTE_TYPE(enc, ptr)) { #define LEAD_CASE(n) \ case BT_LEAD ## n: \ @ 1.1 log @* Add patches for CVE-2009-2369 and CVE-2009-2625. * Use textproc/expat to fix CVE-2009-3720. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-cb was added on branch pkgsrc-2009Q4 on 2010-02-28 14:14:23 +0000 @ text @d1 15 @ 1.1.2.2 log @Pullup ticket 3029 - requested by taca security patch Revisions pulled up: - pkgsrc/x11/wxGTK28/Makefile 1.8 - pkgsrc/x11/wxGTK28/Makefile.common 1.5 - pkgsrc/x11/wxGTK28/distinfo 1.8 - pkgsrc/x11/wxGTK28/patches/patch-ba 1.2 - pkgsrc/x11/wxGTK28/patches/patch-bb 1.2 - pkgsrc/x11/wxGTK28/patches/patch-ca 1.2 Files added: pkgsrc/x11/wxGTK28/patches/patch-cb -------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Tue Feb 16 17:38:14 UTC 2010 Modified Files: pkgsrc/x11/wxGTK28: Makefile Makefile.common distinfo pkgsrc/x11/wxGTK28/patches: patch-ba patch-bb patch-ca Added Files: pkgsrc/x11/wxGTK28/patches: patch-cb Log Message: * Add patches for CVE-2009-2369 and CVE-2009-2625. * Use textproc/expat to fix CVE-2009-3720. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/wxGTK28/Makefile \ pkgsrc/x11/wxGTK28/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/wxGTK28/Makefile.common cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK28/patches/patch-ba \ pkgsrc/x11/wxGTK28/patches/patch-bb pkgsrc/x11/wxGTK28/patches/patch-ca cvs rdiff -u -r0 -r1.1 pkgsrc/x11/wxGTK28/patches/patch-cb @ text @a0 15 $NetBSD: patch-cb,v 1.1 2010/02/16 17:38:14 taca Exp $ deal with CVE-2009-2625. --- src/expat/lib/xmltok_impl.c.orig 2009-03-06 12:17:57.000000000 +0000 +++ src/expat/lib/xmltok_impl.c @@@@ -1741,7 +1741,7 @@@@ PREFIX(updatePosition)(const ENCODING *e const char *end, POSITION *pos) { - while (ptr != end) { + while (ptr < end) { switch (BYTE_TYPE(enc, ptr)) { #define LEAD_CASE(n) \ case BT_LEAD ## n: \ @