aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-22[libdjinterop] update to 0.16.0 (#20136)Be
* [libdjinterop] update to 0.16.0 * [sqlite3] add pkgconfig file Linux distributions typically use the SQLite autoconf package, but this port uses the SQLite amalgamation package with a custom CMakeLists.txt so the port needs to take care of installing the pkgconfig file.
2021-09-09[sqlite3] update to 3.36.0 (#19847)JonLiu1993
* [sqlite3] update to 3.36.0 * update version
2021-06-11[sqlite3] Update to 3.35.5 (#18374)pastdue
* [sqlite3] Update to 3.35.5 * Run x-add-version sqlite3
2021-05-28[sqlite3] Embed dllimport in header (#16646)Robert Schumacher
* [sqlite3] Embed dllimport in header * Add sqlite3 version info Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-07[sqlite3] Update to 3.35.4 (#17067)pastdue
* [sqlite3] Update to 3.35.4 * Run x-add-version sqlite3
2021-03-23[sqlite3] Update to 3.35.2 (#16834)pastdue
* [sqlite3] Update to 3.35.2 * Run x-add-version sqlite3
2021-03-15[sqlite3] Update to 3.35.0 (#16679)Kevin Lu
* [sqlite3] Update to 3.35.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24[sqlite3] Update to 3.34.1 (#16125)pastdue
* [sqlite3] Update to 3.34.1 * Run x-add-version sqlite3 * [sqlite3] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-14[sqlite3] Update to 3.33.0 (#13501)Kevin Lu
2020-08-14[sqlite3] Sqlite3 geopoly and json1 features (#11532)sanjaychugh
* sqlite3 port: add geopoly and json features. * Changed the version of the sqlite3 CONTROL from from 3.31.1-1 to 3.31.1-2 * Update CONTROL * Update CONTROL Co-authored-by: Sanjay Chugh <schugh@intelligenetimagingsystems.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
2020-08-05[sqlite3] Namespaced targets with unofficial:: (#12516)Phoebe
* [sqlite3] Namespaced targets with unofficial:: * Fix failure ports * Update the targets name * Update related docs
2020-07-01[sqlite3] update to 3.32.3 to deal with security issues (#12185)Richard H
2020-06-11[sqlite] Updated to 3.32.1 to fix a security vulnerability (#11716)Richard H
* updated to sqlite 3.32.1 to fix a security vulnerability * Update ports/sqlite3/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-01update sqlite3 to 3.32 (#11635)Richard H
2020-02-28[sqlite3] Update to 3.31.1 (#10241)Kevin Lu
2020-01-09[sqlite3] Rename sqlite3 tool as sqlite3.exe (#9437)NancyLi1013
* [sqlite3] Rename sqlite3 tool as sqlite3.exe * Update rename sqlite3-bin.exe condition * [proj4] Fix the regressions cause by sqlite3
2019-10-12[sqlite3] Update to 3.30.1kevinlul
2019-07-21[sqlite3] Update to 3.29.0 (#7342)Kevin Lu
2019-07-15[sqlite3-tool]Fix build error on arm/uwp platform. (#7202)JackBoosY
2019-06-17[sqlite3] Update to 3.28.0 (#6921)Kevin Lu
2019-04-08update sqlite3 to 3.27.2 (#6002)Xiao Ai
2018-12-18[sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)Patrick Geltinger
The Tencent Blade Team has discovered a remote code execution vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-11-06[Sqlite3] update to 3.25.2 (#4600)Andy Li
* [Sqlite3] update to 3.25.2 * [sqlite3] Use vcpkg_extract_source_archive_ex
2018-06-16[sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703Robert Schumacher
2018-06-05[sqlite3] update to 3.24.0pravic
2018-04-24[sqlite3] update to 3.23.1pravic
2018-04-03[sqlite3] update to 3.23.0pravic
2018-03-19[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"past-due
2018-02-27Install sqlite3.exe as part of sqlite3 port (#2525)Daniel Strommen
* Install sqlite3.exe as part of sqlite3 port - Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not set, build and install sqlite3.exe as part of the sqlite3 package. sqlite3.dll must also be copied to the tools folder for sqlite3.exe to be able to launch. - Tested on Windows RS3 with VS 2017 15.5.2. * [sqlite3] Separate into tool feature
2017-10-25[sqlite3] update to 3.21.0pravic
2017-09-11[sqlite3] update to 3.20.1pravic
2017-05-24[sqlite3] update to 3.19.1Mikhail Paulyshka
2017-04-01[sqlite3] update to 3.18.0Mikhail Paulyshka
2017-04-01[sqlite3] fix uwp buildsMikhail Paulyshka
2017-02-15[sqlite3] upgrade to 3.17.0flysha
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-19added a config file for sqliteCharles Barto
2016-10-18added static build support to sqliteCharles Barto
more static support more sqlite changes finally done with sqlite static
2016-10-17[sqlite3] Use SOURCE_PATH in a similar manner as other portfilesAlexander Karatarakis
2016-10-16updated control and cmake files for latest version of sqliteChris Bond
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Second part of updated portfilesNinetainedo
2016-09-18Initial commitAlexander Karatarakis