head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.6 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.4 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2008.10.07.13.22.33; author kefren; state dead; branches; next 1.1; 1.1 date 2008.08.09.19.57.51; author kefren; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2008.08.09.19.57.51; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2008.08.10.15.27.26; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update to mono 2.0 Improved performance, more features, C# 3.0, complete LINQ support etc. For a more complete list of changes please consult: http://www.mono-project.com/Release_Notes_Mono_2.0 @ text @$NetBSD: patch-ck,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlSelect.cs.orig 2008-01-30 00:04:11.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlSelect.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -693,7 +693,7 @@@@ } } - w.WriteAttribute ("value", item.Value); + w.WriteAttribute ("value", item.Value, true); w.Write (HtmlTextWriter.TagRightChar); w.Write (item.Text); @ 1.1 log @fix an cross site scripting vulnerability bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ck was added on branch pkgsrc-2008Q2 on 2008-08-10 15:27:26 +0000 @ text @d1 12 @ 1.1.2.2 log @Pullup ticket 2478 - requested by kefren Security patch for mono Revisions pulled up: - lang/mono/Makefile 1.69 - lang/mono/distinfo 1.36 - lang/mono/patches/patch-cf 1.1 - lang/mono/patches/patch-cg 1.1 - lang/mono/patches/patch-ch 1.1 - lang/mono/patches/patch-ci 1.1 - lang/mono/patches/patch-cj 1.1 - lang/mono/patches/patch-ck 1.1 --- Module Name: pkgsrc Committed By: kefren Date: Sat Aug 9 19:57:51 UTC 2008 Modified Files: pkgsrc/lang/mono: Makefile distinfo Added Files: pkgsrc/lang/mono/patches: patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck Log Message: fix an cross site scripting vulnerability bump PKGREVISION @ text @a0 12 $NetBSD: patch-ck,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlSelect.cs.orig 2008-01-30 00:04:11.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlSelect.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -693,7 +693,7 @@@@ } } - w.WriteAttribute ("value", item.Value); + w.WriteAttribute ("value", item.Value, true); w.Write (HtmlTextWriter.TagRightChar); w.Write (item.Text); @