Imported Upstream version 5.10.1.38

Former-commit-id: f07eac1559c0173a6772ac74318f61adbb33e4a9
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-04-06 08:47:08 +00:00
parent bdd85cbd9d
commit 381278396d
37 changed files with 38 additions and 34 deletions

View File

@ -1 +1 @@
834fd338ef94d05582a4235172fb09689e6d8479
f1bc99d9b51e1e4a3dafcb1b5af353dbc0518025

View File

@ -1 +1 @@
640c33a2726c1c42a415050b7ffb13c46fe5e4a8
40df40958d888bd6bb94d76fd14a77a6fa3b3c7f

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.1.32";
public const string MonoVersion = "5.10.1.38";
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

@ -1 +1 @@
9577ab216d80eb1e8314d47bedb27b23bbb4c9bc
4a73ef7dee34bc85fd6027f647bd7478af8f4be6

View File

@ -1 +1 @@
03723afaa8b0ad6e130bf13f77128f1a7c240de3
6518d5f773ac03f9a56c83a0f987e6989fcba921

View File

@ -1 +1 @@
d836bbc3e54508f3e67fbe2cc221d40fe2e42196
adb9242731a13b74cd84201c73a9e6ade5c6ec88

View File

@ -1 +1 @@
ab27b91f17d76908ae6bfe2cad0a04cd08e728cb
135ab394497ebf23a9d62b15045690db61b27dbb

View File

@ -1 +1 @@
49491c5e1dc1c173ec04df31598536163252a01b
65f8ce3cece159bad1cc20337e02c161a0d24e1c

View File

@ -1 +1 @@
8badfa15ceefe6b5fb33708a404afc73d5ddddd5
ed9e598fbc60244a445e294a52e82a5c318d5eba

View File

@ -1 +1 @@
e48a30788f854ee7f8baa2e8c0289876a8deee55
cc609f7b746ee5975b7393c90f3745ddf0b6e55f

View File

@ -1 +1 @@
9577ab216d80eb1e8314d47bedb27b23bbb4c9bc
4a73ef7dee34bc85fd6027f647bd7478af8f4be6

View File

@ -1 +1 @@
03723afaa8b0ad6e130bf13f77128f1a7c240de3
6518d5f773ac03f9a56c83a0f987e6989fcba921

View File

@ -1 +1 @@
d836bbc3e54508f3e67fbe2cc221d40fe2e42196
adb9242731a13b74cd84201c73a9e6ade5c6ec88

View File

@ -1 +1 @@
ab27b91f17d76908ae6bfe2cad0a04cd08e728cb
135ab394497ebf23a9d62b15045690db61b27dbb

View File

@ -1 +1 @@
49491c5e1dc1c173ec04df31598536163252a01b
65f8ce3cece159bad1cc20337e02c161a0d24e1c

View File

@ -1 +1 @@
8badfa15ceefe6b5fb33708a404afc73d5ddddd5
ed9e598fbc60244a445e294a52e82a5c318d5eba

View File

@ -1 +1 @@
e48a30788f854ee7f8baa2e8c0289876a8deee55
cc609f7b746ee5975b7393c90f3745ddf0b6e55f

View File

@ -1 +1 @@
9577ab216d80eb1e8314d47bedb27b23bbb4c9bc
4a73ef7dee34bc85fd6027f647bd7478af8f4be6

View File

@ -1 +1 @@
03723afaa8b0ad6e130bf13f77128f1a7c240de3
6518d5f773ac03f9a56c83a0f987e6989fcba921

View File

@ -1 +1 @@
d836bbc3e54508f3e67fbe2cc221d40fe2e42196
adb9242731a13b74cd84201c73a9e6ade5c6ec88

View File

@ -1 +1 @@
ab27b91f17d76908ae6bfe2cad0a04cd08e728cb
135ab394497ebf23a9d62b15045690db61b27dbb

View File

@ -1 +1 @@
49491c5e1dc1c173ec04df31598536163252a01b
65f8ce3cece159bad1cc20337e02c161a0d24e1c

View File

@ -1 +1 @@
8badfa15ceefe6b5fb33708a404afc73d5ddddd5
ed9e598fbc60244a445e294a52e82a5c318d5eba

View File

@ -1 +1 @@
e48a30788f854ee7f8baa2e8c0289876a8deee55
cc609f7b746ee5975b7393c90f3745ddf0b6e55f

View File

@ -44,12 +44,14 @@ NINJA_VERBOSE=$(if ($V),-v,)
if NINJA
NINJA_ARGS = -G Ninja
BUILDFILE = build.ninja
CMAKE_MAKE_PROGRAM = $(shell which ninja-build || which ninja)
else
NINJA_ARGS =
BUILDFILE = Makefile
CMAKE_MAKE_PROGRAM = $(shell which gmake || which gnumake || which make)
endif
CMAKE_ARGS = -D CMAKE_INSTALL_PREFIX:PATH=$(prefix) -D BTLS_ROOT:PATH=$(BTLS_ROOT) \
CMAKE_ARGS = -D CMAKE_MAKE_PROGRAM=$(CMAKE_MAKE_PROGRAM) -D CMAKE_INSTALL_PREFIX:PATH=$(prefix) -D BTLS_ROOT:PATH=$(BTLS_ROOT) \
-D SRC_DIR:PATH=$(abs_top_srcdir)/mono/btls -D BTLS_CFLAGS:STRING="$(BTLS_CFLAGS)" $(NINJA_ARGS)
all-local: build-shared/libmono-btls-shared$(libsuffix)

View File

@ -397,7 +397,9 @@ NINJA_VERBOSE = $(if ($V),-v,)
@NINJA_TRUE@NINJA_ARGS = -G Ninja
@NINJA_FALSE@BUILDFILE = Makefile
@NINJA_TRUE@BUILDFILE = build.ninja
CMAKE_ARGS = -D CMAKE_INSTALL_PREFIX:PATH=$(prefix) -D BTLS_ROOT:PATH=$(BTLS_ROOT) \
@NINJA_FALSE@CMAKE_MAKE_PROGRAM = $(shell which gmake || which gnumake || which make)
@NINJA_TRUE@CMAKE_MAKE_PROGRAM = $(shell which ninja-build || which ninja)
CMAKE_ARGS = -D CMAKE_MAKE_PROGRAM=$(CMAKE_MAKE_PROGRAM) -D CMAKE_INSTALL_PREFIX:PATH=$(prefix) -D BTLS_ROOT:PATH=$(BTLS_ROOT) \
-D SRC_DIR:PATH=$(abs_top_srcdir)/mono/btls -D BTLS_CFLAGS:STRING="$(BTLS_CFLAGS)" $(NINJA_ARGS)
all: all-am

View File

@ -1 +1 @@
e335cd7336eaa9e4f3244dc41f09db17bb90b3f2
e92a894073bc6bc41e7d2cdd901c7010ae02314b

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/12304ec"
#define FULL_VERSION "explicit/b4e428d"

Binary file not shown.

View File

@ -1 +1 @@
f75fea715ed961102106488ed4c7f2ff4471411a
a696d5c01e028ba3781fc9c5489f8bfa60de6fd8

Binary file not shown.

View File

@ -1 +1 @@
bacafd95258e7a76fddc478783d38629187febcd
778bea4692d9f6385e4ac13b07359657df08cc89

Binary file not shown.

View File

@ -1 +1 @@
30c827cae3e589404c03e27645d26f7ece4c37f4
bd3209548db8f37e5e892edfd9b11298ac006c2f

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.10.1.32\n"
"Project-Id-Version: mono 5.10.1.38\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-04-04 08:21+0000\n"
"POT-Creation-Date: 2018-04-06 08:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
8698a13a9b592127a7039fe5c55a72cdcef54a3e
6410fb71931613f8d452cf2e4cd55cbcc80e3dd8