Konstantin Podsvirov
4c0ad8af38
sqlite3: Update to 3.36.0
2021-07-05 22:55:24 +03:00
Christoph Reiter
a80fe5efc4
Enable clangarm64 for bootstrap packages
2021-05-13 16:17:13 +02:00
Christoph Reiter
977d3b5e02
Enable clang32 for all packages already in the repo
2021-04-25 15:26:34 +02:00
Christoph Reiter
58acb56691
Enable clang64 for all packages already in the repo
2021-04-23 13:26:20 +02:00
Konstantin Podsvirov
f18c917519
sqlite3: Update to 3.35.5
2021-04-19 22:57:58 +03:00
Jeremy Drake
bcd1cd4b1b
sqlite3: remove unknown linker option --no-undefined
2021-04-11 21:50:13 -07:00
Konstantin Podsvirov
0ff608a87c
sqlite3: Update to 3.35.4
2021-04-03 15:07:47 +03:00
Konstantin Podsvirov
d62f414bc1
sqlite3: Update to 3.35.3
2021-03-27 16:36:22 +03:00
Christoph Reiter
b6facd5747
More ucrt
2021-03-26 18:35:34 +01:00
Konstantin Podsvirov
09341ffc9d
sqlite3: Update to 3.35.2
2021-03-18 07:20:12 +03:00
Jannick
3b29f9f99f
sqlite(3.35.1): amend config
...
* PKGBUILD:
- remove redundant configure flag '--enable-rtree' (implied by
'--enable-all')
- add CFLAG 'SQLITE_ENABLE_MATH_FUNCTIONS' introduced with 3.35.0 to
activate math functions in sqlite.exe
- add check function
2021-03-17 07:52:59 +01:00
Konstantin Podsvirov
23caa757e3
sqlite3: Update to 3.35.1
...
The patch release 3.35.1 contains
bug fix (https://www.sqlite.org/src/info/1c24a659e6d7f3a1 )
and documentation improvements.
2021-03-15 21:58:44 +03:00
Konstantin Podsvirov
c81c9d9229
sqlite3: Update to 3.35.0
2021-03-14 18:44:11 +03:00
Alexey Pavlov
9bd10153e7
sqlite3: Update to 3.34.1
2021-01-21 09:08:06 +03:00
Jannick
e944ed151d
sqlite3: Update to 3.34.0
2020-12-01 21:49:25 +01:00
Andrew Sun
9415fe0bee
sqlite3: update to 3.33.0
2020-08-20 08:11:47 -04:00
Jannick
dcab627324
sqlite3: add sqlite extensions to package
...
sqlite extensions are shared libraries loadable at run-time enhancing
sqlite's SQl code.
The source code of each of the sqlite extensions is located in directory
'ext/misc' of the source code package. A hand-written Makefile, adjusted
using a project's autoconf tool (config.status), is generated in the
extensions build folder.
The extensions (together with each of the source c-files containing the
extension documentation in the file header) are installed in the directory
'${prefix}/share/sqlite/extensions'.
* PKGBUILD:
- increase pkgrel
- add build and install routines for sqlite extensions.
* Makefile.ext.in: add file.
* README.md.in: add file.
2020-08-05 21:30:07 +02:00
Jannick
02634131e3
sqlite3: add amalgamation version to build directory name in PKGBUILD
2020-08-05 21:28:22 +02:00
Jannick
f04cff5180
sqlite3: add executables dbhash.exe, sqldiff.exe to the package
2020-08-05 21:27:55 +02:00
Jannick
ec86bd3090
sqlite3: cleanup configure feature flags for better maintenance
...
* PKGBUILD:
- prefer configure flag '--enable-all' which comprises
--enable-json1, --enable-fts4, --enable-fts5
- add configure flag --enable-rtree and remove CPP flag '-DSQLITE_ENABLE_RTREE=1'
(NB: In sqlite 3.32.3 --enable-rtree is not implied by --enable-all in
contrast to the documentation. Once this bug is fixed --enable-rtree
can be removed here.)
2020-08-05 21:27:34 +02:00
Jannick
c0d8a82a66
sqlite3: add soundex() to sqlite3 SQL functions
...
* PKGBUILD:
- add CPP flag '-DSQLITE_SOUNDEX=1'
2020-08-05 21:27:08 +02:00
Jannick
a648c98dcb
sqlite3: amend configure flag (instead of using patch)
...
* PKGBUILD:
- amend configure flag --with-readline-inc (making lemon.patch obsolete)
- remove lemon.patch from package source files
* lemon.patch: remove file
2020-08-05 21:26:27 +02:00
Alexey Pavlov
09391d3285
sqlite3: Update to 3.32.3
2020-06-22 15:05:27 +03:00
Christoph Reiter
7cd61e25c6
sqlite3: Update to 3.32.2 ( #6566 )
2020-06-08 08:23:35 +03:00
Alexey Pavlov
c532049c24
sqlite3: Update to 3.32.1
2020-05-28 13:34:00 +03:00
Andrew Sun
77237feef3
sqlite3: update to 3.32.0
2020-05-24 11:54:48 -04:00
Alexey Pavlov
528f26f0d1
sqlite3: Update to 3.31.1
2020-03-04 08:18:58 +03:00
Alexey Pavlov
1400d6406c
sqlite3: Update to 3.31.0
2020-01-24 10:31:05 +03:00
Andrew Sun
f7f129e18f
sqlite3: update to 3.30.1
2019-10-12 09:40:56 -04:00
Christoph Reiter
e105f2275d
sqlite3: enable extra build time features required by fossil
...
The fossil configure script errors out otherwise and tells me to enable them in sqlite.
These extra options are also used in arch linux, so this should be fine.
2019-10-08 20:22:30 +02:00
Christoph Reiter
c81ccd0a1c
sqlite3: revert build options to what they were with 3.29
...
This partly reverts da77e76b03
They break the ABI and things like SQLITE_THREADSAFE=0 will break threading,
so revert back.
Fixes #5847
2019-10-08 19:33:08 +02:00
Alexey Pavlov
da77e76b03
fossil: Update to 2.10
2019-10-06 19:15:42 +03:00
Alexey Pavlov
dfb110f9a6
sqlite3: Build sqlite-analyzer and docs
2019-07-12 21:53:59 +03:00
Alexey Pavlov
6dc907c833
sqlite3: Update to 3.29.0
2019-07-11 15:52:25 +03:00
Alexey Pavlov
b406b07511
sqlite: Fix dependencies. Rebuild
2019-05-28 11:04:21 +03:00
Andrew Sun
3110faf313
sqlite3: update to 3.28.0
2019-04-16 20:36:51 -04:00
Alexey Pavlov
3fdce24e2f
Rebuild packages for readline 8.0
2019-03-07 10:40:32 +03:00
Andrew Sun
332d272a03
sqlite3: update to 3.27.2 ( #5005 )
2019-02-26 08:18:06 +03:00
Alexey Pavlov
9d0eeb4234
sqlite3: Update to 3.27.1
2019-02-21 10:03:11 +03:00
Andrew Sun
05bd6b477f
sqlite3: update to 3.27.0 ( #4955 )
2019-02-08 07:45:38 +03:00
Alexey Pavlov
12dc32b915
sqlite3: Update to 3.26.0
2018-12-05 13:32:40 +03:00
Alexey Pavlov
521b5361d7
sqlite3: Update to 3.25.3
2018-11-08 03:32:50 +03:00
Andrew Sun
3a9b14dd71
sqlite3: update to 3.25.2 ( #4468 )
2018-09-27 07:57:29 +03:00
Andrew Sun
afa9891861
sqlite3: update to 3.25.0 ( #4413 )
2018-09-17 07:37:56 +03:00
Andrew Sun
77dd645d75
sqlite3: update to 3.24.0 ( #3905 )
2018-06-07 07:45:11 +03:00
Asterios Dimitriou
74d86c4518
sqlite3: Update to 3.23.1 ( #3606 )
2018-04-16 07:55:14 +03:00
Alexey Pavlov
1169ba23d0
sqlite3: Update to 3.23.0
2018-04-10 13:41:16 +03:00
Christoph Reiter
36a1477a3f
sqlite3: Update to 3.21.0 ( #3241 )
2018-01-01 22:48:38 +03:00
Christoph Reiter
bf12cff864
sqlite3: Update to 3.20.1 ( #2863 )
2017-09-07 11:39:38 +03:00
Christoph Reiter
ee08978a92
sqlite3: Update to 3.20.0 ( #2738 )
2017-08-13 00:14:03 +03:00