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.09.01.09.28.54; author kefren; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2008.09.01.09.28.54; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2008.09.04.21.37.19; 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-cm,v 1.1 2008/09/01 09:28:54 kefren Exp $ --- mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfig.cs 2008/08/21 16:19:17 111275 +++ mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfig.cs 2008/08/21 16:51:54 111276 @@@@ -55,7 +55,8 @@@@ public int IdleTimeout = 20; // minutes public bool Enable = true; public string VersionHeader; - + public bool EnableHeaderChecking = true; + /* Only the config. handler should create instances of this. Use GetInstance (context) */ public HttpRuntimeConfig (object p) { @@@@ -92,6 +93,7 @@@@ RequireRootSaveAsPath = parent.RequireRootSaveAsPath; IdleTimeout = parent.IdleTimeout; Enable = parent.Enable; + EnableHeaderChecking = parent.EnableHeaderChecking; } } } @ 1.1 log @Merge fix for Bug 418620 (SVN revision 111276) - Sys.Web is prone to "HTTP header injection" attacks @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-cm was added on branch pkgsrc-2008Q2 on 2008-09-04 21:37:19 +0000 @ text @d1 21 @ 1.1.2.2 log @Pullup ticket #2516 - requested by kefren mono: security patch Revisions pulled up: - lang/mono/Makefile 1.70-1.71 - lang/mono/PLIST 1.25 - lang/mono/distinfo 1.37 - lang/mono/patches/patch-cl 1.1 - lang/mono/patches/patch-cm 1.1 --- Module Name: pkgsrc Committed By: tron Date: Sun Aug 10 16:19:33 UTC 2008 Modified Files: pkgsrc/lang/mono: Makefile PLIST Log Message: Remove directory "include/mono-1.0/mono" on deinstallation. Bump package revision because of a package list fix. --- Module Name: pkgsrc Committed By: kefren Date: Mon Sep 1 09:28:54 UTC 2008 Modified Files: pkgsrc/lang/mono: Makefile distinfo Added Files: pkgsrc/lang/mono/patches: patch-cl patch-cm Log Message: Merge fix for Bug 418620 (SVN revision 111276) - Sys.Web is prone to "HTTP header injection" attacks @ text @a0 21 $NetBSD: patch-cm,v 1.1 2008/09/01 09:28:54 kefren Exp $ --- mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfig.cs 2008/08/21 16:19:17 111275 +++ mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfig.cs 2008/08/21 16:51:54 111276 @@@@ -55,7 +55,8 @@@@ public int IdleTimeout = 20; // minutes public bool Enable = true; public string VersionHeader; - + public bool EnableHeaderChecking = true; + /* Only the config. handler should create instances of this. Use GetInstance (context) */ public HttpRuntimeConfig (object p) { @@@@ -92,6 +93,7 @@@@ RequireRootSaveAsPath = parent.RequireRootSaveAsPath; IdleTimeout = parent.IdleTimeout; Enable = parent.Enable; + EnableHeaderChecking = parent.EnableHeaderChecking; } } } @