[chakracore] update to 2024-04-20 (#38293)

ChakraCore recently released a fix for a critical issue: crashing on
some Linux distributions.

https://github.com/chakra-core/ChakraCore/pull/6932
This commit is contained in:
Leonid Pospelov 2024-04-22 19:18:29 +05:00 committed by GitHub
parent d0897bed3b
commit 3906e024b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 22 deletions

View File

@ -1,15 +0,0 @@
diff --git a/lib/SCACore/Chakra.SCACore.vcxproj b/lib/SCACore/Chakra.SCACore.vcxproj
index 1b13cea..57b066b 100644
--- a/lib/SCACore/Chakra.SCACore.vcxproj
+++ b/lib/SCACore/Chakra.SCACore.vcxproj
@@ -60,6 +60,9 @@
<ClInclude Include="StreamReader.h" />
<ClInclude Include="StreamWriter.h" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)../../manifests/CoreManifests.vcxproj" />
+ </ItemGroup>
<Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
\ No newline at end of file

View File

@ -3,11 +3,10 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/ChakraCore
REF fd6908097f758ef65bd83680cf413313ad36c98d
SHA512 c35a2e3680d3ff5c7d715752570b5f12cf9da716ef28377694e9aa079553b5c0276c51a66b342956d217e9842edd12c25af4a001fae34175a2114134ee4428ee
REF 2af598f04ab508f9231d6e26f0f82f5a57561413
SHA512 a42138cb5906d8f6cbdab32fad042f626bacb62450839f66d6b27831fcd5bd93039f68423c82d460cf1147ce82908c04595442f90be3bf67e2066547d0fe0291
HEAD_REF master
PATCHES
add-missing-reference.patch # https://github.com/chakra-core/ChakraCore/pull/6862
avoid_msvc_internal_STRINGIZE.patch
)

View File

@ -1,7 +1,6 @@
{
"name": "chakracore",
"version-date": "2022-11-09",
"port-version": 6,
"version-date": "2024-04-20",
"description": "Core part of the Chakra Javascript engine",
"homepage": "https://github.com/Microsoft/ChakraCore",
"license": "MIT",

View File

@ -1569,8 +1569,8 @@
"port-version": 3
},
"chakracore": {
"baseline": "2022-11-09",
"port-version": 6
"baseline": "2024-04-20",
"port-version": 0
},
"charls": {
"baseline": "2.4.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e1446838cc63899b04eee045e2744d7d59a42a14",
"version-date": "2024-04-20",
"port-version": 0
},
{
"git-tree": "0389158f1c3dfb6596f8bc991223e384ddeb6673",
"version-date": "2022-11-09",