diff options
author | kefren <kefren> | 2011-01-08 18:06:00 +0000 |
---|---|---|
committer | kefren <kefren> | 2011-01-08 18:06:00 +0000 |
commit | 6c76086a25bad41614214c825e28f1ec99fa3eed (patch) | |
tree | d230637e20a14ebee1674223ea61547655f24f9f /www/mono-xsp | |
parent | 3381b1199d612618d39d4f49bd8533a15a141082 (diff) | |
download | pkgsrc-6c76086a25bad41614214c825e28f1ec99fa3eed.tar.gz |
Update mono to 2.8.2
* 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)
Diffstat (limited to 'www/mono-xsp')
-rw-r--r-- | www/mono-xsp/Makefile | 4 | ||||
-rw-r--r-- | www/mono-xsp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile index 92e6afe5770..fc9362f1739 100644 --- a/www/mono-xsp/Makefile +++ b/www/mono-xsp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2010/12/01 16:53:23 kefren Exp $ +# $NetBSD: Makefile,v 1.22 2011/01/08 18:06:00 kefren Exp $ -DISTNAME= xsp-2.8.1 +DISTNAME= xsp-2.8.2 PKGNAME= mono-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/xsp/ diff --git a/www/mono-xsp/distinfo b/www/mono-xsp/distinfo index 4e36518305e..22533e7935a 100644 --- a/www/mono-xsp/distinfo +++ b/www/mono-xsp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2010/12/01 16:53:23 kefren Exp $ +$NetBSD: distinfo,v 1.14 2011/01/08 18:06:01 kefren Exp $ -SHA1 (xsp-2.8.1.tar.bz2) = 7def6c5b418171ff0e743e1eb08bd7d535088d52 -RMD160 (xsp-2.8.1.tar.bz2) = f76470c3f81bdf6459d53a28384a208033a4a8eb -Size (xsp-2.8.1.tar.bz2) = 267547 bytes +SHA1 (xsp-2.8.2.tar.bz2) = c4bbe12c9c30ca0159846f99003d40357e592d7c +RMD160 (xsp-2.8.2.tar.bz2) = c4162f23bed710415637c2df883a3672fe2e67ae +Size (xsp-2.8.2.tar.bz2) = 267310 bytes SHA1 (patch-aa) = 309ea56b58eed03f7a115b332f9218319751bc4b SHA1 (patch-ab) = 43dbd1c7aeb0ac9565e5e76122c7aa98d77185a4 |