botan: Fix illegal instruction faults on some x64 CPU models. (#50029)

This commit is contained in:
Daniel Collins
2026-02-17 10:56:45 -08:00
committed by GitHub
parent d00e3ca409
commit 777b84c1dc
5 changed files with 1062 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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
View File
@@ -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",
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a68c110f30122d07efaad2285bae66492ef26b2e",
"version": "3.10.0",
"port-version": 1
},
{
"git-tree": "5e08c248836403a7fa5ae4f128909266f79dca8f",
"version": "3.10.0",
+1 -1
View File
@@ -1470,7 +1470,7 @@
},
"botan": {
"baseline": "3.10.0",
"port-version": 0
"port-version": 1
},
"box2d": {
"baseline": "3.1.1",