summaryrefslogtreecommitdiff
path: root/lang/mono/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-01-08Update mono to 2.8.2kefren1-5/+5
* Security fix for ASP.NET (XSP / mod_mono) source code disclosure (CVE-2010-4225) * Backport ParallelFx improvements from master (jlaval) * Fix state check for short-circuiting with SupportRecursion in ReaderWriterLockSlim #655361 (jlaval) * Increment Count even on single-processor in SpinWait. Fix #624849. (jlaval) * Update ThreadLocal to use default(T) for initialization with parameterless ctor. Fix #658689. (jlaval)
2010-12-29one more DragonFly regression fix.obache1-2/+2
2010-12-29Fix broken patch, remove redundant `)'.obache1-2/+2
2010-12-29more DragonFly fixes (not completed).obache1-1/+4
2010-12-29Some fixes for DragonFly (not completed).obache1-5/+5
2010-12-01Update to 2.8.1, a bug fix release on 2.8 branch.kefren1-7/+6
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.8.1
2010-11-23add fix for CVE-2010-4159kefren1-1/+2
PKGREVISION++
2010-10-16Update to mono 2.8 featuring: C# 4.0, new garbage collector, exceptionkefren1-13/+15
tracing, LLVM integration. Full Release Notes at: http://www.mono-project.com/Release_Notes_Mono_2.8
2010-10-15Don't forget to create a directory on installkefren1-2/+2
Supply libsqlite name for NetBSD and don't pin it to a specific major version. Should fix www/mono-xsp bulk build Bump PKGREVISION OK wiz@
2010-10-04Add a hack for fixing Thread.Context as proposed on packages@. This makeskefren1-1/+2
monodevelop work again. PKGREVISION++. Ok'd wiz@
2010-09-23Add RCS Id.obache1-2/+2
2010-07-31Update to 2.6.7 - XXX: need to make moonlight profile workkefren1-7/+8
Full update list: http://www.mono-project.com/Release_Notes_Mono_2.6.7
2010-04-29Update to 2.6.4, a bugfix release. From Changelog:kefren1-10/+11
Apply some openbsd changes from openbsd ports. Check whenever g++ is installed, since libtool requires it even if no c++ files will be compiled. Set default for with_moonlight to fix "Moon Profile:" output. Append -lgc to libmono_ldflags if using an external libgc
2010-04-09Update to 2.6.3, a bugfix release on 2.6 branch.kefren1-4/+4
For full changelog see http://www.mono-project.com/Release_Notes_Mono_2.6.3
2010-02-18Restore libX11 path patch, was broken with 2.4.3.1 update and deleted withghen1-2/+2
2.6.1 update. Bump PKGREVISION.
2010-02-16Update to mono 2.6.1kefren1-14/+14
Changes since version 2.4 are documented at: http://www.mono-project.com/Release_Notes_Mono_2.6 http://www.mono-project.com/Release_Notes_Mono_2.6.1
2010-01-15update to 2.4.3.1drochner1-7/+7
this is a bugfix release on the 2.4 branch
2010-01-13Remove two patches that fix command line parsing on DragonFly, breakingjoerg1-3/+1
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.
2009-11-25build with moonlight support. Added as a default option. Bump pkgrevisionkefren1-1/+2
2009-10-11delete pkgsrc generated code from patch-abkefren1-2/+3
add fix for #348522 from upstream pkgrevision++
2009-09-02Update to 2.4.2.3:wiz1-4/+4
Mono 2.4.2.3 is a bug fix release for Mono 2.4, which is the foundation for Novell's own long-term support Mono-based product. This release includes the following bug fixes from 2.4.2.2: * 502016 (https://bugzilla.novell.com/show_bug.cgi?id=502016) - Simple precompiled MVC app does not run on Mono 2.4.2 * 524726 (https://bugzilla.novell.com/show_bug.cgi?id=524726) - Precompiling for / then deploying elsewhere causes failure for ASP.NET apps. Changes in Mono 2.4.2.3 XSP now has Silverlight mime types registered. Updated the browser database. The C# Shell (csharp) will now accept C# scripts specified on the command line, like: $ csharp demo.cs A major bug was fixed for multi-threaded applications using XPath, if you are using XPath in a multithreaded application, we strongly recommend that you upgrade to this version.
2009-08-21use semaphores on netbsd. bump pkgrevisionkefren1-1/+2
2009-07-19Update to 2.4.2.2 - Contains fixes for CVE-2009-0217kefren1-4/+4
2009-07-17Make it build again on DragonFly.hasso1-1/+2
2009-07-15Update to 2.4.2.1kefren1-4/+4
This version is the first version to integrate Microsoft's open source ASP.NET MVC stack. More than 140 bug fixed. Check http://www.mono-project.com/Release_Notes_Mono_2.4.2 for more changes.
2009-06-21Fix a problem, when applications using winforms can't find libX11.so withahoka1-2/+2
native NetBSD Xorg by giving them full path to the shared library.
2009-06-13Dont explicitly look for libintl.so.0, but libintl.so (why was thisahoka1-2/+2
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
2009-04-28* Add some defines to get slightly more working mono on DragonFly (programshasso1-9/+11
still segfault with illegal instruction error after some seconds of work). * Add some cvs id's to the patches. * Bump PKGREVISION.
2009-04-07Welcome to mono 2.4kefren1-11/+5
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
2009-04-05Add a patch to make this package build for our powerpc ports.he1-1/+2
Since there is no difference for our other ports, no revision bump needed. Part of fixing PR pkg/40622. OK'ed by agc@
2009-03-04Support for DragonFly. Probably still incomplete, but compilable.kefren1-3/+9
PKGREVISION++
2009-02-12Fix Bug 475132 for amd64. Patch provided by Zoltan Vargakefren1-1/+2
2009-01-19Welcome to Mono 2.2.kefren1-5/+7
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
2008-11-21correct general register state indexes for NetBSD/amd64kefren1-2/+2
Bump PKGREVISION
2008-11-19reenable MAKE_JOBS_SAFE (2.0.1 compiled OK several times on i386 and amd64)kefren1-2/+3
let configure choose tls model provide atomic_ops to Interlock functions in newer NetBSDs bump PKGREVISION
2008-10-25* Update to mono 2.0.1kefren1-4/+4
* Add linux PLIST Mono 2.0.1 is a minor bugfix update to Mono 2.0. For full release notes please consult: http://www.mono-project.com/Release_Notes_Mono_2.0.1
2008-10-10Disable generic sharing on NetBSD/amd64 in order to get it built andkefren1-1/+2
working. Probably this should be done for all *BSD as well. Bump PKGREVISION
2008-10-07Update to mono 2.0kefren1-16/+6
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
2008-09-01Merge fix for Bug 418620 (SVN revision 111276) - Sys.Web is prone tokefren1-1/+3
"HTTP header injection" attacks
2008-08-09fix an cross site scripting vulnerabilitykefren1-1/+7
bump PKGREVISION
2008-04-25pullup a patch from trunk that fixes a crash when inferring from nullkefren1-1/+2
argument anonymous method. This should fix crash when building wip/nemo. Bump pkgrevision Thanks to Marek Safar for pointing me the exact change in mono tree
2008-04-25update to mono 1.9.1, the new bugfix release.kefren1-4/+4
For a complete list of changes see http://www.go-mono.com/archive/1.9.1/
2008-04-19Update to mono-1.9kefren1-6/+7
Between the release of 1.2.6 and 1.9 more than 400 bugs were fixed.
2008-02-13Update to mono 1.2.6kefren1-22/+21
2007-11-05apply a patch from Debian for CVE-2007-5197:drochner1-1/+3
Buffer overflow in the Mono.Math.BigInteger class in Mono allows context-dependent attackers to execute arbitrary code via unspecified vectors
2007-08-13Handle safer mremap(2)'s flags parameter on NetBSD.taca1-1/+2
Patch supplied from Matthias Drochner. Bump PKGREVISION.
2007-08-03Fix build problem on NetBSD currnet with mremap(2).taca1-1/+2
Patch supplied from Makoto Fujiwara.
2007-01-04Fixed PKGMANDIR and a missing Bash interpreter. PKGREVISION++rillig1-2/+3
2006-10-17update to 1.1.13.8.1drochner1-4/+4
fixes a local privilege escalation via System.Xml.Serialization (CVE-2006-5072)
2006-08-03uhm, the last patch worked or not, depending on SYSCONFIGDIR.drochner1-6/+9
Add that stuff to CONF_FILES instead. Being here, update to the last stable version (1.1.13.8) and fix installed pkgconfig files not to contain relative paths (which will break with our buildlink harnesses).