head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q1:1.4.0.2 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 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.5 date 2009.04.07.08.20.42; author kefren; state dead; branches; next 1.4; 1.4 date 2009.01.19.22.35.53; author kefren; state Exp; branches; next 1.3; 1.3 date 2008.10.10.22.02.43; author kefren; state Exp; branches; next 1.2; 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.5 log @Welcome to mono 2.4 Changelist available at http://www.mono-project.com/Release_Notes_Mono_2.4 Note: Enabled for now generics on amd64, as they look to work @ text @$NetBSD: patch-cf,v 1.4 2009/01/19 22:35:53 kefren Exp $ --- mono/metadata/class.c.orig 2009-01-09 04:48:42.000000000 +0200 +++ mono/metadata/class.c 2009-01-19 08:27:07.000000000 +0200 @@@@ -7534,7 +7534,12 @@@@ mono_class_generic_sharing_enabled (MonoClass *class) { #if defined(__i386__) || defined(__x86_64__) || defined(__arm__) || defined(__ppc__) || defined(__powerpc__) +#if defined(__NetBSD__) && defined(__x86_64__) + /* https://bugzilla.novell.com/show_bug.cgi?id=434457 */ + static gboolean supported = FALSE; +#else static gboolean supported = TRUE; +#endif #else /* Not supported by the JIT backends */ static gboolean supported = FALSE; @ 1.4 log @Welcome to Mono 2.2. Changes since version 2.0 include improved performance, Full AOT and SIMD For full changelist see: http://www.mono-project.com/Release_Notes_Mono_2.2 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Disable generic sharing on NetBSD/amd64 in order to get it built and working. Probably this should be done for all *BSD as well. Bump PKGREVISION @ text @d2 3 a4 4 --- mono/metadata/class.c.orig 2008-10-10 23:57:39.000000000 +0300 +++ mono/metadata/class.c 2008-10-10 23:58:35.000000000 +0300 @@@@ -7445,7 +7445,10 @@@@ gboolean d7 1 a7 1 -#if defined(__i386__) || defined(__x86_64__) d9 1 a9 1 +/* https://bugzilla.novell.com/show_bug.cgi?id=434457 */ d11 1 a11 1 +#elif defined(__i386__) || defined(__x86_64__) d13 1 d16 1 @ 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 @d1 15 a15 14 $NetBSD: patch-cf,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog.orig 2008-02-06 22:38:44.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog 2008-08-09 22:23:02.000000000 +0300 @@@@ -1,3 +1,10 @@@@ +2008-07-25 Dean Brettle + + * HtmlControl.cs (PreProcessRelativeReference), + HtmlForm.cs (RenderAttributes), HtmlInputButton (RenderAttributes), + HtmlInputRadioButton (RenderAttributes), HtmlSelect (RenderChildren): + Encode attributes that could contain HTML special chars. + 2008-02-06 Marek Habersack * HtmlMeta.cs: render XHTML compliant tag if not in the Legacy @ 1.1 log @fix an cross site scripting vulnerability bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-cf was added on branch pkgsrc-2008Q2 on 2008-08-10 15:27:26 +0000 @ text @d1 14 @ 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 14 $NetBSD: patch-cf,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog.orig 2008-02-06 22:38:44.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog 2008-08-09 22:23:02.000000000 +0300 @@@@ -1,3 +1,10 @@@@ +2008-07-25 Dean Brettle + + * HtmlControl.cs (PreProcessRelativeReference), + HtmlForm.cs (RenderAttributes), HtmlInputButton (RenderAttributes), + HtmlInputRadioButton (RenderAttributes), HtmlSelect (RenderChildren): + Encode attributes that could contain HTML special chars. + 2008-02-06 Marek Habersack * HtmlMeta.cs: render XHTML compliant tag if not in the Legacy @