summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorchunseok lee <chunseok.lee@samsung.com>2017-12-29 16:39:54 +0900
committerchunseok lee <chunseok.lee@samsung.com>2017-12-29 16:39:54 +0900
commit3fc3c7e181accc13a9f1fa4c39422cce7474edc1 (patch)
treecfac2d1326a72c466e8779a38a6a9a17b8c08044 /packaging/coreclr.spec
parent7d3279000d351f58332a341510107a2f4e09cc2b (diff)
downloadcoreclr-3fc3c7e181accc13a9f1fa4c39422cce7474edc1.tar.gz
coreclr-3fc3c7e181accc13a9f1fa4c39422cce7474edc1.tar.bz2
coreclr-3fc3c7e181accc13a9f1fa4c39422cce7474edc1.zip
backport cherrypick to fix https://github.sec.samsung.net/dotnet/home/issues/134 Change-Id: I0a2918d70c275fb81fea86a8b2eef613037666b5 Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 6acedf5779..dbb6c6569f 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
+# 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
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
@@ -65,6 +65,7 @@ Patch37: 0001-Use-addresses-without-sign-extension-in-lldb-plugin-.patch
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
ExcludeArch: aarch64
@@ -204,6 +205,7 @@ cp %{SOURCE1001} .
%patch38 -p1
%patch39 -p1
%patch40 -p1
+%patch41 -p1
%if 0%{skipmscorlib}
%else