Commit graph

30 commits

Author SHA1 Message Date
Rudi Heitbaum
9b39f2b4b7 mariadb: update to 10.11.5 and addon (2)
announcement, release notes, changelog:
- https://mariadb.org/mariadb-11-0-3-10-11-5-10-10-6-10-9-8-10-6-15-10-5-22-10-4-31-now-available/
- https://mariadb.com/kb/en/mariadb-10-11-3-release-notes/
- https://mariadb.com/kb/en/mariadb-10-11-3-changelog/
- https://mariadb.com/kb/en/mariadb-10-11-4-release-notes/
- https://mariadb.com/kb/en/mariadb-10-11-4-changelog/
- https://mariadb.com/kb/en/mariadb-10-11-5-release-notes/
- https://mariadb.com/kb/en/mariadb-10-11-5-changelog/
2023-08-20 12:10:43 +00:00
Peter Vicman
25c52d4e55 mariadb: include mariadb-upgrade and mariadb-check and update addon (1)
fixes https://github.com/LibreELEC/LibreELEC.tv/issues/7701
2023-03-29 18:56:57 +02:00
CvH
49309ff8d2 addons: reset version
Signed-off-by: CvH <namerp@googlemail.com>
2023-02-25 11:42:29 +01:00
Rudi Heitbaum
9d1165b96c mariadb: update to 10.11.2 and addon (2)
ann:
- https://mariadb.org/mariadb-10-11-2-ga-now-available/

release notes:
- https://mariadb.com/kb/en/mariadb-10-11-2-release-notes/

changelog:
- https://mariadb.com/kb/en/mariadb-10-11-2-changelog/

what is mariadb 10.11:
- https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/

n
2023-02-18 08:24:52 +00:00
Rudi Heitbaum
0b29e2cefb mariadb: update to 10.10.3 2023-02-07 10:12:18 +00:00
CvH
75177dfc80 addons: reset version
Signed-off-by: CvH <namerp@googlemail.com>
2023-01-19 20:53:56 +01:00
Peter Vicman
7341b78d62 mariadb: update to 10.10.2 and addon (1)
pcre2 patch is needed to build mariadb: https://github.com/PCRE2Project/pcre2/issues/173
2022-12-11 18:01:00 +01:00
CvH
cfd7db5ff0
Merge pull request #7173 from HiassofT/le11-revert-y2038
Revert 32-bit Y2038 changes
2022-12-07 21:00:21 +01:00
CvH
0f4fd5307c addons: reset versions to 0 2022-12-05 20:47:46 +01:00
CvH
66623697a7 addons: reset changelogs 2022-12-05 20:39:40 +01:00
Matthias Reichl
b602ba058a Revert "mariadb: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds"
This reverts commit 79791faf43.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 21:13:52 +01:00
Rudi Heitbaum
0381a38363 mariadb: update /var/run to /run
The following warning has been occuring with mariadb, update the
references to use the non legacy directory - /run

systemd[1]: /storage/.config/system.d/service.mariadb.service:8:
  PIDFile= references a path below legacy directory /var/run/,
  updating /var/run/mysqld/mysqld.pid → /run/mysqld/mysqld.pid;
  please update the unit file accordingly.
2022-11-07 16:13:43 +00:00
Rudi Heitbaum
eba11fc54f mariadb: update to 10.9.4 and addon (108) 2022-11-07 16:13:25 +00:00
Rudi Heitbaum
f3e257160e mariadb: add libfmt as target depend 2022-09-23 08:54:59 +00:00
Rudi Heitbaum
743cbd12ed mariadb: update to 10.9.3 and addon (107)
manage build cross compile build errors:
    - CMake Error: try_run() invoked in cross-compiling mode, please set
      the following cache variables appropriately

  variables required to be defined

    LSTAT_FOLLOWS_SLASHED_SYMLINK_EXITCODE=0
    LSTAT_FOLLOWS_SLASHED_SYMLINK_EXITCODE__TRYRUN_OUTPUT=“”
    MASK_LONGDOUBLE_EXITCODE=0
    MASK_LONGDOUBLE_EXITCODE__TRYRUN_OUTPUT=“”
    STAT_EMPTY_STRING_BUG_EXITCODE=0
    STAT_EMPTY_STRING_BUG_EXITCODE__TRYRUN_OUTPUT=“”
2022-09-22 13:21:18 +00:00
Rudi Heitbaum
79791faf43 mariadb: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds
The TIMESTAMP field in Mariadb is not Y2038 safe.

Refer:
https://mariadb.com/kb/en/timestamp/
https://jira.mariadb.org/browse/MDEV-341
2022-07-22 07:25:46 +00:00
Rudi Heitbaum
c5480418c1 mariadb: depend on openssl:host 2022-07-02 03:29:43 +00:00
Rudi Heitbaum
3ce0d41bd5 mariadb: update to 10.4.22 and addon (106)
TokuDB's configure script seems somewhat broken when it comes to
cross-compilation so we shall disable it and also disable TokuDB.

Additionally TokuDB has been deprecated in MariaDB 10.5.y.
2022-04-13 13:26:52 +00:00
heitbaum
863ef13e4d mariadb: update to 10.4.21 and addon (105)
update from 10.4.18 (2021-02-22) to 10.4.21 (2021-08-06)
release notes and changelog:
- https://mariadb.com/kb/en/changes-improvements-in-mariadb-104/
2021-09-14 19:19:39 +10:00
Peter
a23850eb9f mariadb: fix download url 2021-08-04 08:57:05 +02:00
heitbaum
9a7f8aae92 mariadb: update to 10.4.17 2020-12-12 10:21:24 +00:00
Andre Heider
93c1d6fc62 mariadb: disable installing to sysroot
There's no need to use a hidden directory anymore or overwrite the default
make install target.
2019-12-31 11:26:49 +01:00
MilhouseVH
c00f733e65 mariadb: disable PLUGIN_AUTH_PAM as we can't build it 2019-11-25 23:57:09 +00:00
MilhouseVH
74234cfdb5 mariadb: update to mariadb-10.4.10 2019-11-25 19:35:41 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
Peter Vicman
044fef4845 mariadb: bump service, allow localhost connections 2019-04-05 18:09:20 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
Peter Vicman
78cd04bf93 mariadb: do not change password on addon update 2019-01-29 10:44:02 +01:00
Peter Vicman
392e5e0ecb mariadb: config file fix to speed it up 2019-01-21 09:07:09 +01:00
vpeter4
81d3bc1a3f mariadb: initial addon 2018-12-30 16:07:21 +01:00