[sqlcipher] fix windows build (#42675)

Co-authored-by: Nick D'Ademo <dademo.n@duerr-ndt.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
Nick D'Ademo 2024-12-17 03:27:38 +11:00 committed by GitHub
parent 58b4954290
commit 39cd4f4da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -18,9 +18,9 @@ file(GLOB TCLSH_CMD
file(TO_NATIVE_PATH "${TCLSH_CMD}" TCLSH_CMD)
file(TO_NATIVE_PATH "${SOURCE_PATH}" SOURCE_PATH_NAT)
# Determine TCL version (e.g. [path]tclsh90s.exe -> 90)
# Determine TCL version (e.g. [path]tclsh90sx.exe -> 90)
string(REGEX REPLACE ^.*tclsh "" TCLVERSION ${TCLSH_CMD})
string(REGEX REPLACE [A-Za-z]?${VCPKG_HOST_EXECUTABLE_SUFFIX}$ "" TCLVERSION ${TCLVERSION})
string(REGEX REPLACE [A-Za-z]*${VCPKG_HOST_EXECUTABLE_SUFFIX}$ "" TCLVERSION ${TCLVERSION})
list(APPEND NMAKE_OPTIONS
TCLSH_CMD="${TCLSH_CMD}"

View File

@ -1,6 +1,7 @@
{
"name": "sqlcipher",
"version": "4.6.1",
"port-version": 1,
"description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.",
"homepage": "https://www.zetetic.net/sqlcipher",
"license": null,

View File

@ -8650,7 +8650,7 @@
},
"sqlcipher": {
"baseline": "4.6.1",
"port-version": 0
"port-version": 1
},
"sqlite-modern-cpp": {
"baseline": "2023-12-03",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "11732bd26171c4420ce06505e0ab52dfb841714e",
"version": "4.6.1",
"port-version": 1
},
{
"git-tree": "50e124ac105168dff2cbe199adf15e1d13f5562f",
"version": "4.6.1",