Imported Upstream version 5.10.0.79

Former-commit-id: acecd7e062c99952d78d6f282ee7672a20991384
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-02-02 19:06:39 +00:00
parent 6db692b74b
commit 3092be9f0a
35 changed files with 32 additions and 32 deletions

View File

@ -1 +1 @@
dad97840452a2f832fc1323d67be2b04d45fc712
30a0ef008eb1e277b4b01067d9a59c3a1b95562d

View File

@ -1 +1 @@
1b855480ca426b8d704fef63adf86f09b2b33da2
53c884028bfc2d03fa552a9154e0568c70afec20

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.10.0.78";
public const string MonoVersion = "5.10.0.79";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -700,7 +700,7 @@ namespace MonoTests.Mono.Security.Authenticode {
AuthenticodeDeformatter ad = new AuthenticodeDeformatter (filename);
// note: it's a valid signed PE file - but it doesn't
// mean it's root is trusted on the current system
Assert.IsTrue (((ad.Reason == 0) || (ad.Reason == 6)), "Reason");
Assert.IsTrue (((ad.Reason == 0) || (ad.Reason == 6)), $"Reason = {ad.Reason}");
Assert.AreEqual ("35-A5-21-3B-FC-FE-FA-40-97-AA-BB-DE-3B-52-15-6F", BitConverter.ToString (ad.Hash), "Hash");
Assert.AreEqual (632011370700000000, ad.Timestamp.ToUniversalTime ().Ticks, "Timestamp");
Assert.AreEqual (4, ad.Certificates.Count, "#Certificates");

View File

@ -1 +1 @@
cf7fd8b1f52fa69a3f0c94971b492a2e3ad201bd
d17978c398c3cb7b18fe232f5789dbba9aab7e88

View File

@ -1 +1 @@
622d2ec0823ad7bd945fc203628e4a1290ba8528
ef8ed4e5f0ba56170c0a405445543af8667357e3

View File

@ -1 +1 @@
bd7bcec7d9505215a55dda1ebc8154522a62f70d
26f3818d695357bee806703dbc52b981eee2184c

View File

@ -1 +1 @@
e87333586392ab866201d6ba269f3d8855e6d0a9
476e6a2fe432b03c8e4bfed18c63d560e1f412a0

View File

@ -1 +1 @@
d718c10f264ce127870f830fde9359d0d2106b88
e994933a4d60d3e4bf067bfd47467e851012724c

View File

@ -1 +1 @@
11fa18ea6714274085a830b743543b03862fed53
409725b4072d6f8f1bfa5d13a223102e9f10f044

View File

@ -1 +1 @@
29c3b6cb6acbee9ec9a2bcf01e8dcc796eaa4696
738e3a725932359bf8f7132534ff51379cd11e1b

View File

@ -1 +1 @@
cf7fd8b1f52fa69a3f0c94971b492a2e3ad201bd
d17978c398c3cb7b18fe232f5789dbba9aab7e88

View File

@ -1 +1 @@
622d2ec0823ad7bd945fc203628e4a1290ba8528
ef8ed4e5f0ba56170c0a405445543af8667357e3

View File

@ -1 +1 @@
bd7bcec7d9505215a55dda1ebc8154522a62f70d
26f3818d695357bee806703dbc52b981eee2184c

View File

@ -1 +1 @@
e87333586392ab866201d6ba269f3d8855e6d0a9
476e6a2fe432b03c8e4bfed18c63d560e1f412a0

View File

@ -1 +1 @@
d718c10f264ce127870f830fde9359d0d2106b88
e994933a4d60d3e4bf067bfd47467e851012724c

View File

@ -1 +1 @@
11fa18ea6714274085a830b743543b03862fed53
409725b4072d6f8f1bfa5d13a223102e9f10f044

View File

@ -1 +1 @@
29c3b6cb6acbee9ec9a2bcf01e8dcc796eaa4696
738e3a725932359bf8f7132534ff51379cd11e1b

View File

@ -1 +1 @@
cf7fd8b1f52fa69a3f0c94971b492a2e3ad201bd
d17978c398c3cb7b18fe232f5789dbba9aab7e88

View File

@ -1 +1 @@
622d2ec0823ad7bd945fc203628e4a1290ba8528
ef8ed4e5f0ba56170c0a405445543af8667357e3

Some files were not shown because too many files have changed in this diff Show More