botan: Fix illegal instruction faults on some x64 CPU models. (#50029)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,6 +11,7 @@ vcpkg_from_github(
|
||||
configure-zlib.patch
|
||||
fix_android.patch
|
||||
fix-x86-msvc-amalgamation.patch
|
||||
botan-3.10-illegal-instruction.patch
|
||||
)
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/configure" DESTINATION "${SOURCE_PATH}")
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "botan",
|
||||
"version": "3.10.0",
|
||||
"port-version": 1,
|
||||
"description": "A cryptography library written in C++11",
|
||||
"homepage": "https://botan.randombit.net",
|
||||
"license": "BSD-2-Clause",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a68c110f30122d07efaad2285bae66492ef26b2e",
|
||||
"version": "3.10.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5e08c248836403a7fa5ae4f128909266f79dca8f",
|
||||
"version": "3.10.0",
|
||||
|
||||
@@ -1470,7 +1470,7 @@
|
||||
},
|
||||
"botan": {
|
||||
"baseline": "3.10.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"box2d": {
|
||||
"baseline": "3.1.1",
|
||||
|
||||
Reference in New Issue
Block a user