SHA256
1
0
forked from pool/mono-core
Commit Graph

88 Commits

Author SHA256 Message Date
Matthias Mailänder
c3def4d8be Accepting request 291222 from home:AndreasStieger:branches:Mono:Factory
- add CVE IDs for 3.12.1 bsc#921312 release

    CVE-2015-2318 CVE-2015-2319 CVE-2015-2320

OBS-URL: https://build.opensuse.org/request/show/291222
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=144
2015-03-17 18:05:02 +00:00
Denisart Benjamin
92272685c2 Accepting request 290959 from home:dimstar:Factory
- Add timezone requires: Ensure that DateTime functionality is
  given when installing mono-core (e.g. System.DateTime.get_Now()
  needs access to this information).

OBS-URL: https://build.opensuse.org/request/show/290959
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=143
2015-03-16 17:45:45 +00:00
Marguerite Su
e8e353d22d Accepting request 290204 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/290204
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=142
2015-03-11 09:19:44 +00:00
Marguerite Su
b6a94f4a16 Accepting request 288198 from home:Mailaender:branches:Mono:Factory
required to get nuget to work again

OBS-URL: https://build.opensuse.org/request/show/288198
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=141
2015-03-04 10:36:21 +00:00
Tomáš Chvátal
62d2d5bd5a Accepting request 282640 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/282640
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=138
2015-01-30 12:53:59 +00:00
Matthias Mailänder
93a8a59554 Accepting request 261331 from home:msmeissn:branches:Mono:Factory
- libmono-2_0-1 has a hard dependency on libmonoboehm-2_0-1,
  require it bnc#904460

OBS-URL: https://build.opensuse.org/request/show/261331
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=136
2014-11-13 19:35:39 +00:00
Matthias Mailänder
4cf7a659ae Accepting request 259287 from home:MargueriteSu:branches:Mono:Factory
resubmit

OBS-URL: https://build.opensuse.org/request/show/259287
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=134
2014-11-04 07:16:08 +00:00
Tomáš Chvátal
7ddc0c7344 Accepting request 253976 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/253976
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=133
2014-10-13 14:51:51 +00:00
Tomáš Chvátal
bab7217c02 Accepting request 247822 from home:Mailaender:branches:Mono:Factory
- Removed upstreamed ppc.patch
- Updated to 3.8.0
  + The JIT now better handle long remainers by powers of two, generating significantly better code.
  + Over 10x faster code is generated for delegates that only invoked once. C# features such as async and LINQ produces a lot of those delegates, so this improvement will impact everyone.
  + Improved alias analysis can now handle second order aliases and eliminate null checks.
  + The runtime now has a concurrently readable hashtable that can makes reflection heavy workloads significantly faster and more scalable.
  + Optimized one of the core data structures of the garbage collector should result in 5 to 10% reduction in collection times.
  + Fix the leaking of mach ports introduced by 98bbf8512aec0fa01b4426583280f6d231d22187. bxc#22068
  + Fix Process.PrivateMemorySize64 etc. on ios. bxc#21882
  + Fix enum->int casts in gsharedvt code. bxc#21893
  + Avoid making generic calls from gsharedvt methods normally, go through the rgctx infrastructure instead. bxc#21677
  + Fix another native-types problem. Hopefully fixes #21670 and #21636
  + Use alias information to eliminate explicit null checks. bxc#21645
  + Initialize fields in MonoField:GetFieldOffset () if needed. Fixes part of #21604
  + Properly handle rethrow outside of catch blocks. bxc#20412
  + Disable runtime unit tests on linux, because it cannot be linked due to circular dependencies between libraries. bxc#21520
  + When parsing a method header, ensure we pass any available generic context. bxc#21388
  + Added new mono_domain_set_config function; used to fix ConfigurationErrorsException in bxc#10468
  + Only apply the maverick stack size hack to the main thread. bxc#10096
  + Don’t hardcode the temp dir to /tmp, use g_get_tmp_dir instead. bxc#20894
  + Explicit thread GC data around instead of relying on TLS storage. bxc#20360
  + Make WaitForPendingFinalizers () really wait for the finalizers added by a previous GC. bxc#20503
  + Fix the marshal7.cs test, longs can be aligned to 4 bytes on 32 bit linux, and the runtime no longer aligns structure sizes to 8 bytes. bxc#20788
  + Fix the popping of LMF frames during unwinding. bxc#20616
  + Fix the marshalling of ByValTStr types which have a size specified. bxc#20674
  + Fix the decoding of MonoJitInfo. bxc#16439
  + Make it possible to create views to magic zero size files such as /dev/zero. bxc#19460
  + Free static bound delegate wrappers of dynamic methods. bxc#19058
  + Don’t perform double accounting of offset for named memory segments. bxc#20591
  + Avoid joining attached threads. bxc#19343

OBS-URL: https://build.opensuse.org/request/show/247822
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=131
2014-09-15 14:07:31 +00:00
Stephen Shaw
c380271d9b Accepting request 244977 from home:Mailaender:branches:Mono:Factory
- Rebased patches and submitted to upstream
- Removed ARM compatibility hacks https://github.com/mono/mono/pull/1211
  + mono-arm-cpuinfo-v5.patch
  + mono-arm-cpuinfo-v7.patch
  + mono-arm-vfp.patch
- Update to 3.6.0
  + Runtime performance counters have been integrated into the profiler allowing the performance counter information to be surfaced to profiling tools and in particular Xamarin’s upcoming profiler.
  + The profiler now produces backtraces for statistical mode. The profiler’s tracing mode now works on ARM.
  + The debugger now support line and column ranges. pdb2mdb supports it. Note: the rest of our toolchain still needs to be updated.
  + The debugger now supports changing the current line in the top frame.
  + Lots of bugfixes and performance improvements on the profiler.
  + The debugger now support reading simple properties without calling their getter, this is done by having a lightweight IL interpreter for small pieces of code. This allows more properties to be inspected while the process is completely stopped and without having to temporarily resume execution of the target to execute the property code.
  + Added buffered response mode to improve network efficiency on high latency links such as USB.
  + The GC bridge got a lot of performance work. There are now two new modes that can significantly improve some workloads.
  + Multiple http stack improvements: some leaks in the stack have been fixed, as well as solving some long-standing bugs involving asynchronous operations and proxies. We have introduced a more comprehensive test harness to ensure that those bugs do not surface again.
  + System.IO.Compression is now implemented
  + System.Security.Claims is now implemented. It resides in the System assembly (existed before in the Identity stack, but now we track the new home from the .NET 4.5 API).
  + Reworked locking to drop a hot lock in method lookup.
  + Use fine grained locking instead of a big hot lock.
  + Better hashing of some runtime internal items to avoid some corner-case slowdowns with generics.
  + The profiler is now able to produces backtraces in statistical mode.
  + Added periodical flushing that should help interactive users. This means that the profiling will send data over the profiling even if the application is not currently sending data (this is there to support the upcoming new profiler UI).
  + It now collects and reports performance counter information. See mprof-report’s man page.
  + Fixed the handling of the volatile. CIL prefix.
  + We now distribute IKVM’s ikdasm tool. This is a reliable disassembler that does not have the limitation of monodis of requiring a complete set of assemblies that are compatible to disassemble. This will disassemble even files that do not have their dependencies available.
  + Optimized EqualityComparer for more types.
  + Our msbuild implementation can now build Project K and Roslyn
  + Optimized EqualityComparer for more types.
  + [mcs] Flow analysis of nested binary expressions inside anonymous methods was missing on left/right reset.
  + [mcs] Fix betterness logic for default vs params parameters.

OBS-URL: https://build.opensuse.org/request/show/244977
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=130
2014-08-26 14:56:31 +00:00
Stephen Shaw
24dcde2c02 - Refresh patches
- Update to 3.4.0
  * Revamped HttpWebRequest/ServicePoint stack
    - Should properly reuse connections.
    - Uses the specified idle times
    - NTLM support has been improved.
    - SSL/TLS operations on via async APIs are now
      implemented using async patterns internally
      to greatly alleviate Thread Pool abuse.
  * Network stack
    - Now allows developers to control which cipher
      suites to use with TLS/SSL.
  * ARM
    - Emit shorter floating point operations when possible
    - Hard float support: Mono now should work on Linux
      distributions which uses a hard float (armhf) ABI,
      like the Raspberry PI.
      Notes: Homogeneous floating point aggregates are not
      yet supported on armhf.
  * Documentation
    - Updated documentation stubs to the 4.5 .NET API.
  * mono-api-html
    - Now supports regular expressions when specifying
      members to ignore (e.g. mono-api-html -i 'INSCopying$')

OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=129
2014-05-29 06:10:29 +00:00
Stephen Shaw
02eae0b897 Accepting request 225490 from home:oertel:branches:Mono:Factory
- rediff and reactivate ppc.patch
- port forward ppc64le fixes from matz:
- Add support for ppc64le, fix build warnings, the blocksize
  changes in mono-core-ppc64le.diff should also help ppc64 proper.
  Added patches:
  * mono-core-parallel-build.diff 
  * mono-core-ppc64le-callreg.diff
  * mono-core-ppc64le-swr11r12.diff
  * mono-core-ppc64le.diff
- no valgrind on aarch64 and s390 (but on s390x)

OBS-URL: https://build.opensuse.org/request/show/225490
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=127
2014-03-10 19:10:59 +00:00
Stephen Shaw
52661c13fd Accepting request 223529 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/223529
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=125
2014-02-23 17:31:52 +00:00
Stephen Shaw
b1648ac227 Accepting request 202422 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/202422
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=123
2013-10-08 10:22:35 +00:00
Matthias Mailänder
6314eadd95 Accepting request 202410 from home:sumski:branches:Mono:Factory
Make libmono-2_0-devel Require libmonoboehm-2_0-devel, as the it's .so is a symlink to the libmonoboehm one

OBS-URL: https://build.opensuse.org/request/show/202410
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=121
2013-10-06 14:51:11 +00:00
Stephen Shaw
5850469c91 Accepting request 198053 from home:Mailaender:branches:Mono:Factory
as requested in https://build.opensuse.org/request/show/197490

OBS-URL: https://build.opensuse.org/request/show/198053
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=119
2013-09-12 04:01:50 +00:00
Stephen Shaw
2e783c5794 Accepting request 195489 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/195489
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=118
2013-08-21 15:06:12 +00:00
Stephen Shaw
2adef77f53 Accepting request 186187 from home:Mailaender:branches:Mono:Factory
- Uppdate to version 3.2.1
  + Fixes bug 13509, which causes a crash when the current culture is set to zh_TW.

- Update to version 3.2.0
  + LLVM updated to version 3.2, this brings better optimizations for mono.
  + problematic workloads for the SGen Garbage Collector addressed:
    - popular objects are made immortal until the next major collection.
    - hash filtering on pin queues and that dramatically reduce their average size
    - switched to lazy sweeping by default
  + Three new experimental modes for the garbage collection are now available:
    - Low pause mode
    - Low promotion nursery
    - Mostly precise stack scanning
   + Size Reduction: Multiple features can now be disabled for the classlibs
   + The FullAOT compiler can now generate much faster code for icalls and has support for generic valuetype sharing.
   + Performance of primitive parsing was greatly enhanced.
   + LINQ is now much faster with arrays.
   + Large object cloning and boxing is up to two times faster.
   + Optimize Marshal.Read/Write methods to avoid a trip to unmanaged when possible.
   + Google contributed ports of NaCl for ARM and Amd64.

- Update to version 3.1.2
  + Emit additional sequence points for call entry when needed.
  + Loading of nested type of missing type needs to create another missing type.
  + Equality structural comparer needs to do recursive comparisons.
  + Allow async for explicitly implemented interface methods.
  + Implement webrequest cancellation.
  + Prefer user operators over predefined operators for binary enum operations too.
- Changes from version 3.1.1
  * Mono now defaults to sgen

OBS-URL: https://build.opensuse.org/request/show/186187
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=117
2013-08-08 04:49:04 +00:00
Stephen Shaw
557f2521ac Accepting request 181377 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/181377
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=116
2013-07-09 18:16:31 +00:00
Stephen Shaw
e50d7a5923 Accepting request 171148 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/171148
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=115
2013-04-17 05:22:26 +00:00
Matthias Mailänder
f83217b8fc Accepting request 171079 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/171079
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=114
2013-04-16 13:50:41 +00:00
Ismail Dönmez
15aa1e1f3c - Refresh and apply mono-core-target-4.0.patch
- Apply ppc.patch again

OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=112
2013-03-19 11:07:04 +00:00
Stephen Shaw
0a7f088778 Accepting request 158233 from home:Mailaender:branches:Mono:Factory
require the devel package and recommend the real one of GDI+

OBS-URL: https://build.opensuse.org/request/show/158233
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=110
2013-03-12 04:13:15 +00:00
Ismail Dönmez
7e8b909d7e Accepting request 158090 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/158090
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=109
2013-03-09 11:38:29 +00:00
Ismail Dönmez
13890efb43 -
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=107
2013-03-06 14:19:56 +00:00
Stephen Shaw
4e45c32909 Accepting request 156275 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/156275
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=105
2013-02-25 04:14:39 +00:00
Stephen Shaw
6ea55794db Accepting request 156211 from home:Mailaender:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/156211
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=104
2013-02-24 04:13:20 +00:00
Stephen Shaw
7c8c4ca83b Accepting request 150340 from home:dimstar:branches:GNOME:Apps
- Add mono-core-target-4.0.patch: Use .Net runtime 4.0 as default
  for Nunit and Cairo.

OBS-URL: https://build.opensuse.org/request/show/150340
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=102
2013-01-30 04:37:42 +00:00
Ismail Dönmez
a7dbfdbdf5 Accepting request 148829 from home:Mailaender:branches:Mono:Factory
update to latest release now with a more descriptive .changes file

OBS-URL: https://build.opensuse.org/request/show/148829
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=101
2013-01-17 19:36:21 +00:00
Stephen Shaw
14290b171d Accepting request 146514 from home:k0da:ppc
- Fix ppc build failures (ppc.patch)

OBS-URL: https://build.opensuse.org/request/show/146514
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=99
2012-12-31 06:19:04 +00:00
Stephen Shaw
479519d060 Accepting request 145938 from devel:Factory:ARM
fix arm builds. please forward to Factory, thanks.

OBS-URL: https://build.opensuse.org/request/show/145938
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=97
2012-12-20 04:25:06 +00:00
Stephen Shaw
7aa2281358 - Updated to mono 3.0.2
* Bug fixes to the 3.0.x series

OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=94
2012-12-15 20:15:46 +00:00
Stephen Shaw
216f458817 Update mono to 3.0.1
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=91
2012-11-12 03:47:46 +00:00
Stephen Shaw
2e51730ee0 - Update to mono 3.0
* C# 5.0 - async!
  * IKVM
  * 4.5 profile
  * New assemblies - System.Net.Http, System.Threading.Task.Dataflow
  * Microsoft's open source ASP.NET WebStack
  * Entity Framework
  * sgen
  * Runtime Optimizations
  * Code Contracts
  * Partial suppor for Portable Class Libraries
  * Improved GDB support for SGenGC internals
  * Lots of bug fixes

OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=82
2012-10-19 18:12:06 +00:00
Ismail Dönmez
26dd2d6833 Accepting request 137231 from home:k0da:branches:Mono:Factory
- workaround for ppc build with mcs-docs enabled
  use --with-sigaltstack=no (bxc#6440)

OBS-URL: https://build.opensuse.org/request/show/137231
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=80
2012-10-10 12:33:29 +00:00
Ismail Dönmez
fd64094285 Accepting request 132072 from openSUSE:Factory:ARM
- use hammer approach for vfp instead

- add arch linux vfp patch

- use vfp on armv7

- fix arm build to not depend on the build host's /proc/cpuinfo

OBS-URL: https://build.opensuse.org/request/show/132072
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=78
2012-09-01 22:23:38 +00:00
Stephen Shaw
95b2933428 Accepting request 128708 from home:k0da:ppc
- fix ppc build

OBS-URL: https://build.opensuse.org/request/show/128708
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=76
2012-08-07 12:26:06 +00:00
Stephan Kulow
730659bef4 Accepting request 87052 from openSUSE:Factory:ARM
- update to 2.10.6
  * http://www.go-mono.com/archive/2.10.6

OBS-URL: https://build.opensuse.org/request/show/87052
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=74
2011-10-12 13:40:16 +00:00
Andrew Jorgensen
d5a0f95cd7 2.10.2
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=72
2011-04-27 20:24:22 +00:00
Andrew Jorgensen
2b5efa48e5 libmono devel package needs to require libmono
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=70
2011-04-04 20:09:49 +00:00
Andrew Jorgensen
66bdb79089 2.10
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=67
2011-02-22 17:14:33 +00:00
Andrew Jorgensen
7e94598195 2.8.2
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=65
2011-01-07 16:31:49 +00:00
Andrew Jorgensen
69de6ab393 Accepting request 53392 from home:dimstar:branches:Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/53392
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=63
2010-12-02 20:49:05 +00:00
Andrew Jorgensen
6ebf7dba80 2.8.1
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=62
2010-11-18 22:37:57 +00:00
Andrew Jorgensen
929378bd32 2.8
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=59
2010-10-12 17:45:12 +00:00
Andrew Jorgensen
9f50e35dc7 bnc#604251
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=57
2010-05-17 18:02:58 +00:00
Andrew Jorgensen
dd96789ede again?
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=56
2010-05-17 17:41:54 +00:00
Andrew Jorgensen
0499007b13 yay
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=55
2010-05-17 17:35:41 +00:00
Andrew Jorgensen
c22455f2f6 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=54 2010-05-17 17:25:39 +00:00
OBS User buildservice-autocommit
73e2d4605d Updating link to change in openSUSE:Factory/mono-core revision 37.0
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=8fb165d8c68a2bc02e4c382d026bd01e
2010-03-12 00:07:45 +00:00