gisinternals / buildsystem

Build system on www.gisinternals.com
MIT License
34 stars 10 forks source link

Upgrade SQLite dependencies #199

Open szekerest opened 2 years ago

szekerest commented 2 years ago

According to https://nvd.nist.gov/vuln/detail/CVE-2022-35737

It is a recent CVE and requires the latest version of sqlite to be used.

geographika commented 1 month ago

Python 3.13 uses sqlite3 version 3.45.3. MapScript for Python 3.13 currently fails to import with an error Windows fatal exception: code 0xc0000139 when using the sqlite3.dll version 3.37.2 from the SDK.