summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>2018-02-09 16:07:25 +0300
committerKonstantin Baladurin <k.baladurin@partner.samsung.com>2018-02-09 16:07:25 +0300
commit399653b670d9e14c47cef78c7e4dcdc369f66ed7 (patch)
tree105c29e5b9cb968ed800f1bad2d84ed3c4a03634 /packaging/coreclr.spec
parentf1fe6dd843a43e308c8ea3ab68361b81550ba3ce (diff)
downloadcoreclr-submit/tizen_4.0_tv/20180312.052402.tar.gz
coreclr-submit/tizen_4.0_tv/20180312.052402.tar.bz2
coreclr-submit/tizen_4.0_tv/20180312.052402.zip
Change-Id: I2641576ec44bad7aa34d314b1113414479458cf9
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 194cf43c60..e902cdb3a3 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -23,7 +23,7 @@ Source1000: downloaded_files.tar.gz
Source1001: %{name}.manifest
Source1002: libicu.tar.gz
Source1003: dep_libs.tar.gz
-# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
+# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Patch0: 0001-Add-project.assets.json-files.patch
Patch1: 0001-ARM-Linux-Support-unaligned-struct-read-write-11290.patch
Patch2: 0002-x86-Linux-Thread-safe-UMThunkMarshInfo-RunTimeInit-1.patch
@@ -66,6 +66,10 @@ Patch38: 0001-Fix-uaf-in-DestroyThread-function.patch
Patch39: 0001-Enable-gdbjit-while-NI-file-exist.patch
Patch40: 0001-Fix-crossgen-debug-directory-generation-problems.-12.patch
Patch41: 0001-Fix-SIGSEGV-in-EventPipe-on-Shutdown-14123.patch
+Patch42: 0001-Fix-build-with-Asan-15372.patch
+Patch43: 0002-Fix-asan-false-positive-errors-15563.patch
+Patch44: 0003-ThrowExceptionFromContextInternal-RtlCaptureContext-.patch
+Patch45: 0004-ExecuteHandlerOnOriginalStack-handle-case-when-it-is.patch
ExcludeArch: aarch64
@@ -206,6 +210,10 @@ cp %{SOURCE1001} .
%patch39 -p1
%patch40 -p1
%patch41 -p1
+%patch42 -p1
+%patch43 -p1
+%patch44 -p1
+%patch45 -p1
%if 0%{skipmscorlib}
%else