Commit Graph

74 Commits

Author SHA1 Message Date
autoantwort
0a4cefaac2
[sqlite3] tool no uwp (#33602) 2023-09-07 15:01:47 -07:00
Kai Pastor
be82dd7c50
[sqlite3] Fix option passing (#32404) 2023-07-10 17:17:37 -07:00
Thomas1664
079419e66b
[sqlite3] Update to 3.42.0 (#31703)
* [sqlite3] Update to 3.42.0

* version

* Add cmake wrapper

* Test cmake wrapper

* version

* Add libsqlite3 to library names

* version

* WIP

* version

* restore original

* Remove cmake wrapper

* version

* Remove wrapper

* Remove all unused features

* version

* Remove unused features

* version

* only remove 1 variable

* version

* .

* version

* make json1 default feature

* version
2023-06-13 22:53:09 -07:00
Kai Pastor
d18847f621
[sqlite3] Fix tool installation with zlib (#31050)
* [sqlite3] Fix tool installation with zlib

* Disambiguate PDB

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:54:48 -07:00
klaus triendl
f60f31fc9e
[sqlite3] Ability to enable the DBSTAT eponymous virtual table (#30432) 2023-04-02 20:49:05 -07:00
Billy O'Neal
185a7aa23a
[sqlite3] Control features with a configuration header (#29376)
* [sqlite3] Control features with a configuration header rather than CMake or pkgconfig.

Resolves https://github.com/microsoft/vcpkg/pull/29335

Alternate of https://github.com/microsoft/vcpkg/pull/29258

@Neumann-A points out that controlling features through CMake configs and pkgconfig causes MSBuild customers to be left out in the cold. Moreover, attempting to add parenthesis to the SQLITE_API marco breaks autotools. This change makes such parenthesis unnecessary and ensures the configuration bits are used with automatic linking.

* Ensure feature controls affect the .c too, use less MAYBE_UNUSED.

* Correctly note that zlib has no effect without tools.

* Always add DL_LIBS even when static linking.

* [sqlitecpp] Unconditionally enable column metadata because that is done in the sqlite3 port.

* Add missing -l prefix on CMAKE_DL_LIBS
2023-02-06 12:00:37 -08:00
Kai Pastor
60995024e8
[sqlite3] Update to 3.40.1, misc fixes (#29130)
* [sqlite3] Update to 3.40.1

* Cleanup and fix vendored CMakeLists.txt

* Update versions

* Update homepage
2023-01-23 15:49:20 -08:00
Burak Arslan
f882be041a
[sqlite3] Fix typo for the Windows build (#28923)
* [sqlite3] Fix typo for the Windows build

* [sqlite3] Update version metadata
2023-01-16 12:34:00 -08:00
Frank
481ff85748
[sqlite3] Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1 (#27969)
* Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1

* update version
2022-11-28 10:25:27 -08:00
JonLiu1993
83311133c8
[sqlite3] update to 3.40.0 (#27868)
* [sqlite3] update to 3.40.0

* update version

* Use new function

* update version

* remove REF

* update version
2022-11-18 13:06:32 -08:00
MSP-Greg
7d21ec61e6
sqlite3: update to 3.39.2 (#26280) 2022-08-12 15:45:09 -07:00
JonLiu1993
917a86aeb3
[sqlite3] update to 3.39.1 (#25852)
* [sqlite3] update to 3.39.1

* update version
2022-07-20 15:40:29 -07:00
Cheney Wang
250d199aa1
[sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking (#25460)
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-30 12:52:49 -07:00
Jack·Boos·Yu
7f3e168d8f
[sqlite3] Add more features (#23009)
* [sqlite3] Add more features

* version

* Add dependency zlib for feature zlib

* version

* Remove -DSQLITE_API=extern

* version

* Add pre-defines to pkgconfig

* Add new option CFLAGS to get all clfags

* Get pkgconfig cflags, add sqlite3 feature dependency

* version

* doc
2022-02-16 13:00:36 -08:00
Frank
4f2d305da8
[sqlite3] update to <3.37.1> (#22795)
* [sqlite3] update to <3.37.1>

* update version
2022-02-01 14:50:42 -08:00
Matthias Kuhn
1cd11e2ce7
[sqlite3] Fix .pc (#22121)
Android does not have -lpthread
2021-12-21 23:12:49 -05:00
Koby Kahane
793256e0f2
[sqlite3] Update to 3.37.0 (#21729) 2021-11-29 17:02:21 -08:00
Be
93885afd50
[libdjinterop] update to 0.16.0 (#20136)
* [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-22 13:00:06 -07:00
JonLiu1993
a07c1574af
[sqlite3] update to 3.36.0 (#19847)
* [sqlite3] update to 3.36.0

* update version
2021-09-09 21:06:12 -07:00
pastdue
2cc4ca3d83
[sqlite3] Update to 3.35.5 (#18374)
* [sqlite3] Update to 3.35.5

* Run x-add-version sqlite3
2021-06-11 10:00:19 -07:00
Robert Schumacher
bf2aaf9002
[sqlite3] Embed dllimport in header (#16646)
* [sqlite3] Embed dllimport in header

* Add sqlite3 version info

Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-05-28 10:56:31 -07:00
pastdue
820b31cfcf
[sqlite3] Update to 3.35.4 (#17067)
* [sqlite3] Update to 3.35.4

* Run x-add-version sqlite3
2021-04-07 12:52:33 -07:00
pastdue
ce860929a8
[sqlite3] Update to 3.35.2 (#16834)
* [sqlite3] Update to 3.35.2

* Run x-add-version sqlite3
2021-03-23 14:26:40 -07:00
Kevin Lu
1575c83810
[sqlite3] Update to 3.35.0 (#16679)
* [sqlite3] Update to 3.35.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15 10:59:31 -07:00
pastdue
6e8aaa76f8
[sqlite3] Update to 3.34.1 (#16125)
* [sqlite3] Update to 3.34.1

* Run x-add-version sqlite3

* [sqlite3] Change version scheme

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24 14:06:36 -08:00
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
huangqinjin
b0c42cb8a2
[sqlite3] Enable build for android (#11267) 2020-05-15 17:04:42 -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
JackBoosY
75dd38cd8a [proj4] Upgrade version to 6.1.1 and remove patches. (#7917)
* [proj4]Upgrade version to 6.1.1 and remove useless patches.

* [libgeotiff]Fix build errors using proj4 6.1.1.

* [libspatialite]Fix build errors using proj4 6.1.1.

* [gdal]Fix build errors using proj4 6.1.1.

* [spatialite-tools]Fix build errors using proj4 6.1.1.

* [spatialite-tools]Fix build errors using proj4 6.1.1.

* [libgeotiff]Re-fix build errors using proj4 6.1.1.

* [vtk]Fix build errors using proj4 6.1.1.

* [proj4]Fix find sqlite binary failure.

* [proj4]Disable build tools when building proj4 in arm/uwp.

* [sqlite3/libgeotiff]Fix libdl library linkage. Re-fix use proj issue.

* add back dl libs

* [gdal]Fix dependent port proj library name.

* [proj4]Set Windows library name to "proj" and revert fix-proj-name changes.

* [liblas]Fix build errors using proj4 6.1.1.

* [liblas]Fix build errors using proj4 6.1.1.

* [liblas]Fix build errors using proj4 6.1.1.

* [proj4]Fix feature database on triplet arm/uwp.

* [gdal]Remove useless flag PROJ_STATIC.

* [proj4]Fix build error on x64-windows-static.

* [liblas]Use find_library to get proj4/sqlite3 libraries.

* [proj4]Fix sqlite dependency.

* [proj4]Fix arm/uwp dependency.

* [proj4]Fix linux build: configure error.

* [proj4]Disable export proj4 namespace.

* [liblas]Delete proj dependency.

* [libspatialite]Fix linux build.

* [libspatialite]Fix linux command.

* [libspatialite]Fix configure error.

* [proj4]fix static cmake tools path.

* [libgeotiff]Set configure options to 1/0 to avoid the "if" comparison failure in config.cmake.
[proj4]Revert changes about namespace.
[liblas]Remove FindPROJ4.cmake and FindGeoTIFF.cmake from the source.

* [vtk]Fix using latest proj4 issue.

* [proj4]Delete missing patch.
2019-10-17 17:15:52 -07: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
Jackie Ng
dfd5bb46a1 [sqlite3]: Shared library support for Linux (#6856)
* [sqlite]: Shared library support for Linux

* [sqlite3]: Switch back to CMAKE_SYSTEM_NAME checks per original PR (#6122)

* [sqlite3]: Remove redundant "WindowsStore" system name check as "Windows" should already catch it.

* [sqlite3]: Re-bump portfile

* [sqlite3] added error message
2019-06-20 09:40:50 -07:00
Kevin Lu
8de7aa1633 [sqlite3] Update to 3.28.0 (#6921) 2019-06-17 10:32:14 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -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 Colton
473d63c4ed Qt 5.11 and static build fixes (#4164)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* [qt5-*] Update sub-portfiles

* qt5-base WIP

* [qt5] Fix Could not find qmlcachegen.exe

* [qt5-activeqt] Fix SHA512

* [qt5-base] Fix static builds

* [qt5-base] Bump control version

* [qt5-base] Restore removal of qmake dependencies

* [qt5-base] Partially revert #3280

* [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-10-22 10:49:16 -07: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
90db2c7217 [sqlite3] Fix tool feature with static builds
refs #2525
2018-04-24 07:30:28 +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