Page MenuHomeSolus

Update mono to 6.0.0.327
ClosedPublic

Authored by livingsilver94 on Sep 10 2019, 11:16 AM.
Tags
None
Referenced Files
F11055512: D7133.id17146.diff
Fri, Aug 11, 2:08 AM
F11055511: D7133.id17110.diff
Fri, Aug 11, 2:08 AM
F11055510: D7133.id.diff
Fri, Aug 11, 2:08 AM
F11038645: D7133.diff
Wed, Aug 9, 11:18 PM
F11025751: D7133.diff
Wed, Aug 9, 1:20 AM
F11014926: D7133.diff
Sat, Aug 5, 8:35 AM
F10975644: D7133.diff
Sat, Jul 22, 5:57 AM
F10915725: D7133.diff
Jul 8 2023, 8:28 AM

Details

Summary

Changelog available here from version 5.16 to 6.0.0.

Replaces D5130. Depends on D7134.

Test Plan

Rebuit mono 6 with mono 6; Keepass works.

Diff Detail

Repository
R2091 mono
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

package.yml
15

mono was complaining about a missing libmono-native.so, hence the pattern.

24–26

We don't provide the IKVM virtual machine, so I disabled the support. I also disabled Xen optimizations: they make mono slightly slower with the advantage to provide better performance in a Xen guest. We're a home computing distro so I think this feature is useless.

package.yml
17

I ran a random .NET application (Steam Desktop Authenticator) but it wanted that lib. If other users like me want to run random exes, this lib should be a rundep of mono.

Next time if there are already submitted patches depending on a diff, please replace it instead of creating a new one to preserve the stack.
arc diff --edit --Update Dxxxx.

Of course if the author of the original diff is still active, contact him/her first.

Oh, I thought I wasn't allowed to. Copy that!

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

LGTM, really awesome to see some closure to the Mono update finally ❤ I agree regarding the IKVM support removal, no reason to have it when we don't support it in the first place.

This revision is now accepted and ready to land.Sep 11 2019, 3:06 PM
This revision was automatically updated to reflect the committed changes.