head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.5.0.4 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.2 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.3.0.2 pkgsrc-2009Q1-base:1.3 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.6 date 2010.01.13.22.14.22; author joerg; state dead; branches; next 1.5; 1.5 date 2009.04.28.10.31.58; author hasso; state Exp; branches; next 1.4; 1.4 date 2009.04.07.08.20.42; author kefren; state Exp; branches; next 1.3; 1.3 date 2009.01.19.22.35.53; 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.6 log @Remove two patches that fix command line parsing on DragonFly, breaking it on NetBSD. I can't explain the behavior on DragonFly, but the use of the mono linker in the Makefiles matching the source, so the problem is elsewhere. @ text @$NetBSD: patch-ch,v 1.5 2009/04/28 10:31:58 hasso Exp $ --- mcs/tools/csharplib/Makefile.orig 2009-04-07 07:16:59.000000000 +0300 +++ mcs/tools/csharplib/Makefile 2009-04-07 07:17:14.000000000 +0300 @@@@ -33,6 +33,6 @@@@ $(the_lib): $(the_libdir)/.stamp Makefile Mono.CSharp.dll.sources $(build_lib) $(MKINSTALLDIRS) fixup - $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -l none -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info + $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -lnone -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info $(SN) $(SNFLAGS) out/Mono.CSharp.dll $(topdir)/class/mono.snk cp out/Mono.CSharp.dll $(the_lib) @ 1.5 log @* Add some defines to get slightly more working mono on DragonFly (programs still segfault with illegal instruction error after some seconds of work). * Add some cvs id's to the patches. * Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 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 @d1 2 @ 1.3 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 3 a3 4 $NetBSD$ --- mcs/tools/csharplib/Makefile.orig 2009-01-19 19:19:08.000000000 +0200 +++ mcs/tools/csharplib/Makefile 2009-01-19 19:14:53.000000000 +0200 @@@@ -31,6 +31,6 @@@@ d7 2 a8 2 - $(MONO_PATH) $(RUNTIME) ../linker/monolinker.exe -d fixup/$(PROFILE) -o out -l none -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info + $(MONO_PATH) $(RUNTIME) ../linker/monolinker.exe -d fixup/$(PROFILE) -o out -lnone -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info @ 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 4 a4 5 $NetBSD: patch-ch,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlForm.cs.orig 2008-01-30 00:04:11.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlForm.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -276,7 +276,7 @@@@ w.WriteAttribute ("name", Name); d6 6 a11 6 w.WriteAttribute ("method", Method); - w.WriteAttribute ("action", action); + w.WriteAttribute ("action", action, true); /* * This is a hack that guarantees the ID is set properly for HtmlControl to @ 1.1 log @fix an cross site scripting vulnerability bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ch 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-ch,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlForm.cs.orig 2008-01-30 00:04:11.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlForm.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -276,7 +276,7 @@@@ w.WriteAttribute ("name", Name); w.WriteAttribute ("method", Method); - w.WriteAttribute ("action", action); + w.WriteAttribute ("action", action, true); /* * This is a hack that guarantees the ID is set properly for HtmlControl to @