Commit graph

233 commits

Author SHA1 Message Date
mglae
c51d42e7a6 mariadb-connector-c: install secure authentication plugins 2021-10-16 19:37:26 +02:00
heitbaum
311e7ee600 sqlite: update to 3.34.1
updtate 3.34.0 to 3.34.1
changelog: https://www.sqlite.org/releaselog/3_34_1.html
2021-01-25 02:31:40 +00:00
Ian Leonard
7a107279da databases: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:44 +00:00
heitbaum
6bd9a1700b sqlite: cleanup package.mk 2021-01-07 20:24:04 +00:00
CvH
c52b0123c4 sqlite: cleanup version 2020-12-27 20:30:27 +01:00
heitbaum
cafdc65001 mariadb-connector-c: update to 3.1.11 2020-12-12 10:21:24 +00:00
heitbaum
28be9193bc sqlite: update to 3.34 2020-12-12 10:21:23 +00:00
Ian Leonard
0e629b8a41 sqlite: update to 3.33.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:57 +00:00
Ian Leonard
da1ff5554a sqlite: update to 3.32.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-19 00:42:19 +00:00
Ian Leonard
7cc7cd8cb1 sqlite: update to 3.31.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-03-25 20:45:33 +00:00
Jernej Škrabec
3740376a98
Merge pull request #4210 from MilhouseVH/le10_bump-various-packages-2020q1
packages: various updates (Q1 2020)
2020-02-25 23:54:17 +01:00
Andre Heider
016707908d mysql: remove package
mariadb all the way.
2020-02-20 01:47:13 +01:00
MilhouseVH
f392a56f49 mariadb-connector-c: update to mariadb-connector-c-3.1.7 2020-02-17 06:37:59 +00:00
Ian Leonard
2e847cc3c9 sqlite: update to 3.30.1
sqlite_enable_stat3 is a no-op, replaced by sqlite_enable_stat4.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-11-19 19:18:27 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
Ian Leonard
a74dbc9aed sqlite: update to 3.29.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-01 16:29:50 +00:00
MilhouseVH
b280ec3bb4 mariadb-connector-c: update to mariadb-connector-c-3.1.1 2019-06-12 19:10:08 +01:00
MilhouseVH
530a10b138 mariadb-connector-c: update to mariadb-connector-c-3.1.0 2019-06-07 08:49:07 +01:00
MilhouseVH
4301e7e05d sqlite: update to sqlite-autoconf-3280000 2019-04-20 19:57:30 +01:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
e691b3b693 packages: correct original copyright 2019-03-26 16:43:42 +00:00
CvH
f14df920b9
Merge pull request #3342 from MilhouseVH/le92_fixup_mysql
scripts/build: fix broken sym link after #3328
2019-03-07 00:04:26 +01:00
Ian Leonard
b096af0d37 sqlite: update to 3.27.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 02:06:39 +00:00
MilhouseVH
64bc8c2ab5 mysql: fix sym link 2019-02-28 06:19:13 +00:00
MilhouseVH
2ea31506a5 packages: more missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH
972a11cbe0 mysql: fix intertwined vars and funcs 2018-12-30 00:10:27 +00:00
MilhouseVH
c19a3ff780 packages: setup_toolchain $TARGET only called after package is sourced
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
Ian Leonard
0b193372c4 sqlite: update to 3.26
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-12-05 04:23:03 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
f0b4abc98c sqlite: update to sqlite-autoconf-3250000 2018-09-17 03:02:34 +01:00
Sascha Kuehndel (InuSasha)
7e86103362
mariadb-connector-c: update to 3.0.6
- fix CVE-2018-3081
- build without gold, failed to link
- drop unused variables
2018-08-27 15:49:43 +02:00
CvH
d31b217ff4 spdx: packages/databases 2018-07-17 23:58:49 +02:00
Matthias Reichl
28fde0b15f sqlite: build shared
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-09 15:34:26 +02:00
MilhouseVH
3bc2fcd53d sqlite: update to sqlite-autoconf-3240000 2018-06-09 07:52:28 +01:00
Matthias Reichl
a3bf19078b mysql: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
MilhouseVH
9dd6be587a mysql: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
Christian Hewitt
161ae076c9
Merge pull request #2459 from MilhouseVH/le90_package_bumps_2018v1
Package Updates: various
2018-02-10 10:54:32 +04:00
MilhouseVH
056b43fa02 sqlite: update to sqlite-autoconf-3220000 2018-02-06 23:42:55 +00:00
Sascha Kuehndel (InuSasha)
ff62a9ac3c
mariadb: switch from mysql to mariadb
- kodi-patch merged upstream
- mariadb is selected as default
2018-02-05 16:10:21 +01:00
MilhouseVH
879a4a07f9 mysql: update to mysql-5.7.20 2018-01-06 12:24:42 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Lukas Rusak
c75f026257
mysql: use ninja 2017-10-13 15:01:50 -07:00
cvh
13f69f494a packages: change depends to ncurses 2017-08-21 19:19:51 +02:00
Sascha Kuehndel (InuSasha)
6abb6376e6
mysql: fix gcc7 build 2017-08-14 19:40:36 +02:00
MilhouseVH
9552048b82 sqlite: update to sqlite-autoconf-3200000 2017-08-07 00:59:55 +01:00