Commit Graph

37 Commits

Author SHA1 Message Date
Kevin Lu
998ecbc9d7
[sqlite3] Update to 3.33.0 (#13501) 2020-09-14 15:50:15 -07:00
sanjaychugh
7c5ea94190
[sqlite3] Sqlite3 geopoly and json1 features (#11532)
* 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-14 10:29:18 -07:00
Phoebe
f3221c0405
[sqlite3] Namespaced targets with unofficial:: (#12516)
* [sqlite3] Namespaced targets with unofficial::

* Fix failure ports

* Update the targets name

* Update related docs
2020-08-05 10:36:25 -07:00
Richard H
66b906e3ad
[sqlite3] update to 3.32.3 to deal with security issues (#12185) 2020-07-01 17:00:57 -07:00
Richard H
8bd2b60f4e
[sqlite] Updated to 3.32.1 to fix a security vulnerability (#11716)
* 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-11 01:00:41 -07:00
Richard H
53a17b9885
update sqlite3 to 3.32 (#11635) 2020-06-01 16:00:57 -07:00
Kevin Lu
ae8a224bee
[sqlite3] Update to 3.31.1 (#10241) 2020-02-28 21:27:31 -08:00
NancyLi1013
6ece7aea9c [sqlite3] Rename sqlite3 tool as sqlite3.exe (#9437)
* [sqlite3] Rename sqlite3 tool as sqlite3.exe

* Update rename sqlite3-bin.exe condition

* [proj4] Fix the regressions cause by sqlite3
2020-01-09 14:36:56 -08:00
kevinlul
aac5a1749e [sqlite3] Update to 3.30.1 2019-10-12 00:47:27 -04:00
Kevin Lu
2abd03cce8 [sqlite3] Update to 3.29.0 (#7342) 2019-07-21 23:28:45 -07:00
JackBoosY
e1870a91ff [sqlite3-tool]Fix build error on arm/uwp platform. (#7202) 2019-07-15 10:41:11 -07:00
Kevin Lu
8de7aa1633 [sqlite3] Update to 3.28.0 (#6921) 2019-06-17 10:32:14 -07:00
Xiao Ai
81ecf512ac update sqlite3 to 3.27.2 (#6002) 2019-04-08 17:14:39 -07:00
Patrick Geltinger
afdca9165c [sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)
The Tencent Blade Team has discovered a remote code execution
vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-12-18 17:13:57 -08:00
Andy Li
a0d6a2925c [Sqlite3] update to 3.25.2 (#4600)
* [Sqlite3] update to 3.25.2

* [sqlite3] Use vcpkg_extract_source_archive_ex
2018-11-06 17:29:12 -08:00
Robert Schumacher
3726ce9557 [sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703 2018-06-16 01:56:12 -07:00
pravic
b2c295ed4e [sqlite3] update to 3.24.0 2018-06-05 21:10:16 +03:00
pravic
cde623c774 [sqlite3] update to 3.23.1 2018-04-24 07:14:53 +03:00
pravic
182450ab64 [sqlite3] update to 3.23.0 2018-04-03 15:38:05 +03:00
past-due
62a015b4f3 [sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release" 2018-03-19 16:46:22 -04:00
Daniel Strommen
ba3f552b67 Install sqlite3.exe as part of sqlite3 port (#2525)
* 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
2018-02-27 12:24:41 -08:00
pravic
ae48463360 [sqlite3] update to 3.21.0 2017-10-25 17:32:38 +03:00
pravic
601661ec32 [sqlite3] update to 3.20.1 2017-09-11 12:41:40 +03:00
Mikhail Paulyshka
14c3c51a00 [sqlite3] update to 3.19.1 2017-05-24 22:34:02 +03:00
Mikhail Paulyshka
e5a4f03317 [sqlite3] update to 3.18.0 2017-04-01 23:35:22 +03:00
Mikhail Paulyshka
13940af99a [sqlite3] fix uwp builds 2017-04-01 23:35:08 +03:00
flysha
cad7e2a30c [sqlite3] upgrade to 3.17.0 2017-02-15 20:14:37 +08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Charles Barto
284d50c186 added a config file for sqlite 2016-10-19 00:37:33 -04:00
Charles Barto
035952b242 added static build support to sqlite
more static support

more sqlite changes

finally done with sqlite static
2016-10-18 23:19:51 -04:00
Alexander Karatarakis
56f8c6a462 [sqlite3] Use SOURCE_PATH in a similar manner as other portfiles 2016-10-17 12:27:07 -07:00
Chris Bond
8d1d8df80e updated control and cmake files for latest version of sqlite 2016-10-16 17:18:11 -07:00
Robert Schumacher
b1fe038a83 Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 2016-10-06 15:29:37 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
fc26083995 Second part of updated portfiles 2016-09-22 22:13:09 +02:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00