aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqlite3: update to 3.25.1Steve Wills2018-09-202-9/+5
| | | | | | | | | | | While here, UPD_DEL_LIMIT option which didn't work. PR: 231518 PR: 207383 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=480212
* Fix configure error when SESSION is enabledSunpoet Po-Chuan Hsieh2018-09-201-0/+11
| | | | | | | | | | | | | | | | | | | | In file included from <built-in>:318: <command line>:39:28: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1 ^ sqlite3.c:308:5: error: token is not a valid binary operator in a preprocessor subexpression #if SQLITE_ENABLE_RTREE ^~~~~~~~~~~~~~~~~~~ <command line>:39:52: note: expanded from here #define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1 ~~~~~~~~~~~~~~~~~~~~~~~ ^ 1 warning and 1 error generated. *** Error code 1 Approved by: portmgr (blanket) Notes: svn path=/head/; revision=480170
* databases/sqlite3: Update to 3.25.0Steve Wills2018-09-192-6/+9
| | | | | | | | PR: 231452 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=480123
* databases/sqlite3: document gecko@ also needs FTS3_TOKENJan Beich2018-08-241-1/+1
| | | | | | | | https://searchfox.org/mozilla-central/rev/c45b9755593c/db/sqlite3/src/moz.build#61-63 https://searchfox.org/comm-central/rev/39cff66145fd/mailnews/extensions/fts3/src/nsFts3Tokenizer.cpp#40 Notes: svn path=/head/; revision=477940
* devel/icu: update to 62.1Jan Beich2018-06-291-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* databases/sqlite3: Update to 3.24.0Steve Wills2018-06-142-5/+10
| | | | | | | | PR: 228885 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=472410
* databases/sqlite3: Update to 3.23.1Jochen Neumeister2018-05-032-4/+4
| | | | | | | | | | Changelog: http://www.sqlite.org/releaselog/3_23_1.html PR: 227889 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=468935
* databases/sqlite3: Update 3.22.0 -> 3.23.0Yuri Victorovich2018-04-093-42/+10
| | | | | | | | | | | | | | | Changelog: https://www.sqlite.org/releaselog/3_23_0.html Port changes: * Add SER1 option for the new optional sqlite3_serialize()/sqlite3_deserialize() functions * Remove security patches that are now in the release PR: 227365 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=466838
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* databases/sqlite3: Patch for CVE-2018-8740Yuri Victorovich2018-03-222-0/+37
| | | | | | | | | | | | | | | Detect databases whose schema is corrupted using a CREATE TABLE AS statement and issue an appropriate error message. CVE-2018-8740 will be entered into VuXML when SQLite will make a release, because CVE-2018-8740 says that versions up to and including the current version 3.22.0 are vulnerable. Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Reported by: tj <tj@mrsk.me> Notes: svn path=/head/; revision=465275
* databases/sqlite: Update to 3.22.0Yuri Victorovich2018-03-144-42/+31
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://www.sqlite.org/releaselog/3_22_0.html Port changes: * Added the OFFSET option for the new sqlite_offset() function * Added 'Optional extensions' and 'Optional functions' option groups for better options readability * Deleted patches from files/ because they were disabling certain options in the command-line utility that the upstream keeps always enabled there * Changed capitalization in some options according to common spelling rules PR: 225627 Submitted by: Charlie Li <ml+freebsd@vishwin.info> (original version) Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer, later version) Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D14216 Notes: svn path=/head/; revision=464472
* devel/icu: update to 60.1Jan Beich2017-11-091-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* databases/sqlite3: update to 3.21.0Jan Beich2017-11-012-6/+9
| | | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_21_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 223363 Submitted by: Pavel Volkov (maintainer) Notes: svn path=/head/; revision=453320
* Enable FTS5 by default.Koop Mast2017-10-231-2/+3
| | | | | | | | | | * add note who is going to use this feature. PR: 223133 Approved by: maintainer (Pavel Volkov <pavelivolkov@gmail.com>) Notes: svn path=/head/; revision=452700
* devel/icu: update to 59.1Jan Beich2017-09-251-0/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Update to 3.20.1Sunpoet Po-Chuan Hsieh2017-08-272-9/+9
| | | | | | | | | | | | | - Remove optimization flag [1] - Update sha1: Changes: https://www.sqlite.org/releaselog/3_20_1.html PR: 221850 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Submitted by: Anton Sayetsky <vsasjason@gmail.com> [1] Notes: svn path=/head/; revision=448834
* Add '-lm' for FTS5 for log() function.Lev A. Serebryakov2017-08-111-1/+2
| | | | | | | | PR: 220660 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=447763
* Add explicit SQLITE_ENABLE_FTS3. This fixes the firefox and thunderburdGuido Falsi2017-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | ports build. Due to recent changes in sqlite3 even if this flag is actually implicitly added to the build when the FTS4 option is enabled, it is not reported as present via the sqlite3_compileoption_used("SQLITE_ENABLE_FTS3") API call, which is used by the gecko ports configure script to check for a suitable sqlite3 library. Related upstream change: https://sqlite.org/src/info/9a443397a6b110f6 PR: 221361, 219963 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>, jbeich@ Approved by: portmgr@ (blanket) MFH: 2017Q3 Notes: svn path=/head/; revision=447626
* databases/sqlite3: Update to 3.20.0Mark Felder2017-08-082-5/+5
| | | | | | | | | | This resolves a recent vulnerability MFH: 2017Q3 Security: CVE-2017-10989 Notes: svn path=/head/; revision=447541
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* * Updated to 3.19.3Richard Gallamore2017-06-102-4/+4
| | | | | | | | | | | | | - Fix a bug associated with auto_vacuum that can lead to database corruption PR: 219902 Submitted by: pavelivolkov@gmail.com (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11132 Notes: svn path=/head/; revision=443102
* Update to 3.19.2Sunpoet Po-Chuan Hsieh2017-05-302-4/+7
| | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_19_2.html PR: 219592 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=442077
* Update to 3.18.0Sunpoet Po-Chuan Hsieh2017-04-012-4/+4
| | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_18_0.html PR: 218286 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=437425
* Update databases/sqlite3 to 3.17.0Kirill Ponomarev2017-02-212-5/+10
| | | | | | | | | | PR: 217223 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9669 Notes: svn path=/head/; revision=434531
* - Update to 3.16.2Dmitry Marakasov2017-01-162-6/+5
| | | | | | | | PR: 216107 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=431637
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-4/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Improve the way CFLAGS and CPPFLAGS are set.Raphael Kubo da Costa2016-12-251-5/+10
| | | | | | | | | | | | | | | | | | | | | ":?" is not supported by fmake from FreeBSD 9, so replace it with an explicit version check. The end result was still the desired one (-DHAVE_STRCHRNUL=1 was not passed on FreeBSD 9). While here, also improve the version check by including DragonFly (which supports strchrnul(3) according to its online man page) and restricting the FreeBSD version check to the revision range after strchrnul(3) was added to base. Also stop passing -Os when building in debug mode, and set UNICODE61_CPPFLAGS to pet portlint. PR: 214608 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) MFH: 2016Q4 Notes: svn path=/head/; revision=429442
* devel/icu: update to 58.1Jan Beich2016-11-191-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* databases/sqlite3: update to 3.15.1Jan Beich2016-11-162-6/+7
| | | | | | | | | | | | - Add missing deps for `pkg-config sqlite3 --libs --static` Changes: https://sqlite.org/releaselog/3_15_1.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 214569 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=426253
* Update to 3.15.0.Adam Weinberger2016-11-152-5/+8
| | | | | | | | PR: 214214 Submitted by: maintainer (Pavel Volkov) Notes: svn path=/head/; revision=426172
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* - Update to version 3.14.1Pawel Pekala2016-08-232-7/+14
| | | | | | | | | | - Add UNKNOWN_SQL option PR: 211724 Submitted by: Pavel Volkov (maintainer) Notes: svn path=/head/; revision=420742
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* - Update to 3.13.0Dmitry Marakasov2016-05-294-11/+17
| | | | | | | | | | - Add option for session extension PR: 209827 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=416106
* databases/sqlite3: 3.12.1 -> 3.12.2Kurt Jaeger2016-05-062-4/+6
| | | | | | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_12_2.html - change to default on options FTS3_TOKEN, as required by audio/clementine-player PR: 209284 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=414699
* databases/sqlite3: 3.11.1 -> 3.12.1Kurt Jaeger2016-04-132-3/+3
| | | | | | | | | | | Changes: https://www.sqlite.org/changes.html PR: 208674 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=413212
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sqlite3: Update to 3.11.1Mark Felder2016-03-142-7/+14
| | | | | | | | | | | | | | | | | | - Update port to version 3.11.1 - Added use of system functions: isnan() - added in FreeBSD 5.1 malloc_usable_size() - first appeared in FreeBSD 7.0 - New option FTS3_TOKEN, added for backwards compatibility, see: https://www.sqlite.org/compile.html#enable_fts3_tokenizer - Added preventing message for option UPT_DEL_LIMIT. This port building from amalgamation source and this option actually don't work. See http://www.sqlite.org/compile.html#enable_update_delete_limit, and PR#207383 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383). PR: 207924 Notes: svn path=/head/; revision=411118
* databases/sqlite3: Enable one of the command line editing optionsKurt Jaeger2016-02-111-5/+8
| | | | | | | | | | | | - The last update to sqlite3 disabled readline support - Now several variants can be selected. PR: 206944 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=408698
* databases/sqlite3: remove CONFLICTS=sqlcipher-[0-9]*, no longer trueKurt Jaeger2016-02-051-2/+0
| | | | | | | | | PR: 206860 Submitted by: yuri@rawbw.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=408266
* libtool --finish is a nop on FreeBSD, remove faulty pkg-install scriptAntoine Brodin2016-01-212-7/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=406878
* databases/sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-213-3/+10
| | | | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_10_2.html PR: 206463 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=406876
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-4/+1
| | | | | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 Notes: svn path=/head/; revision=405874
* - Update to 3.10.0Frederic Culot2016-01-113-31/+45
| | | | | | | | | | | | | | | - Add options to choose the command line library used by shell tools - Add option for static linking - Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option - Remove option TEMP_CACHE_SIZE - Cosmetic changes Changes: http://www.sqlite.org/releaselog/3_10_0.html PR: 206062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=405783
* Update to upstream release 3.9.2Thomas Zander2015-11-072-3/+3
| | | | | | | | PR: 204318 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=401015
* Update to 3.9.1.Mathieu Arnold2015-10-204-15/+31
| | | | | | | | | PR: 203892 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399854
* databases/sqlite3: enable DBSTAT by default for firefox 41+Jan Beich2015-09-271-2/+3
| | | | | | | | | PR: 200853 Reviewed by: milios@ccsys.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=398061
* - Update to 3.8.11.1Sunpoet Po-Chuan Hsieh2015-08-232-6/+8
| | | | | | | | | | | | | - Update MASTER_SITES - Sort USES - Cosmetic change Changes: https://www.sqlite.org/releaselog/3_8_11_1.html PR: 202568 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=395101
* - Update to 3.8.10.2Frederic Culot2015-06-092-3/+3
| | | | | | | | | Changes: http://www.sqlite.org/releaselog/3_8_10_2.html PR: 200669 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=388900