Commit Graph

94 Commits

Author SHA1 Message Date
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
Arun
c8df017063
mariadb: Fix output of mariadb-config (#8001)
* Create libmariadb-mariadb_config-mariadb_config.c.patch

* Update build.sh
2021-11-19 14:29:58 +05:30
Arun
17475e2190 mariadb: fix socket path 2021-11-18 09:49:10 +01:00
Henrik Grimler
6a8d79fbf9 mariadb: bump revision 2021-10-23 17:32:54 +02:00
Henrik Grimler
a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch
7b488833be
mariadb: expand prefix directory path in service script 2021-10-13 13:21:37 +03:00
Leonid Pliushch
0f90d32bd9
mariadb: store socket in $PREFIX/var/run 2021-10-09 15:38:01 +03:00
Lucy Phipps
8c782569a9
mariadb: update to 10.6.4 2021-09-14 15:49:38 +01:00
vhqtvn
d220576dfb
fix some non-building packages (#7058)
* fix ccache building failed due to sse

* gogs require go-bindata to be built

* mariadb's cmake need to change END to ENDIF

* fix neovim building due to gitsubmodule usage

* php-redis: add blacklist from php dep

* rlwrap update to new version

* stfl disable perl and ruby

* util-linux comment out shm & sem support

* weechat disable ruby

* tor building need glob
2021-06-27 17:33:45 +03:00
Leonid Pliushch
37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
b755b16168 mariadb: remove libmariadb-libmariadb-CMakeLists.txt.patch 2020-11-22 14:18:35 +00:00
Leonid Pliushch
6cf335edb0 mariadb: update to 10.5.8 2020-11-22 14:02:44 +00:00
Leonid Pliushch
28809bb068 mariadb: re-add deleted patch 'my_rdtsc.h.patch' 2020-08-30 00:01:27 +03:00
Butta
dcb317183e Fix mariadb build and bump libpsl on CI 2020-08-15 20:48:32 +05:30
Butta
1d3b637c44 libpsl: update from 0.21.0 to 0.21.1
mariadb: update from 10.5.4 to 10.5.5
2020-08-15 17:02:21 +05:30
Leonid Pliushch
683d02906c mariadb: rebuild 2020-08-13 18:17:52 +03:00
Leonid Pliushch
cfa9e2f6e3 mariadb: fix GRN_WITH_LZ4
Option GRN_WITH_LZ4 looks for value yes/no/auto.
2020-08-13 17:27:47 +03:00
Fredrik Fornwall
b185949d1f mariadb: Update from 10.4.13 to 10.5.4
Also try enabling lz4 compression support (see #5524).
2020-08-12 09:19:16 +02:00
Leonid Pliushch
96f75b459d mariadb: fix deletion of unneeded files
Do this with TERMUX_PKG_RM_AFTER_INSTALL instead of
post-make-install step.
2020-05-13 12:18:38 +03:00
Leonid Pliushch
fb83a36a6f mariadb: update to 10.4.13 2020-05-13 11:44:41 +03:00
Henrik Grimler
6c4affb005 Bump liblzma and dependent packages to restart CI
All except php since it has been uploaded manually
2020-03-20 08:54:28 +01:00
Leonid Pliushch
6d7e9429f7 bump liblzma-dependent packages 2020-03-19 20:58:37 +02:00
Leonid Pliushch
67887babce remove inactive maintainers from corresponding build.sh files
Unspecify package maintainers who didn't submit any updates for their
packages during last 2 years.
2020-03-16 16:39:29 +02:00
Leonid Pliushch
b0d00d5141 mariadb: attempt to fix https://github.com/termux/termux-packages/issues/4935
Previous patch still not working for some devices...
2020-02-19 15:21:14 +02:00
Leonid Pliushch
9711de335e mariadb: update to 10.4.12
ARM builds should be now fixed.
2020-02-17 13:04:44 +02:00
Leonid Pliushch
173bfa8e7f mariadb: cancel update due to "illegal instruction" error on ARM
Help is wanted in order to fix the issue and finally update the MariaDB !
2020-02-16 20:21:21 +02:00
Leonid Pliushch
8c04404be1 Revert "mariadb: Update from 10.4.6 to 10.4.12"
This reverts commit b9bc94584eca6a5ffbce683e3e037eb00d753874.
2020-02-16 20:20:25 +02:00
Leonid Pliushch
8237966c69 Revert "mariadb: blacklist builds for i686"
This reverts commit 4d00da7c23103417e2de6fd9b4a18c15f93fe074.
2020-02-16 20:20:15 +02:00
Leonid Pliushch
32416b778d mariadb: blacklist builds for i686
Due to error:

In file included from /home/builder/.termux-build/mariadb/src/mysys/my_new.cc:25:
In file included from /home/builder/.termux-build/mariadb/src/mysys/mysys_priv.h:20:
In file included from /home/builder/.termux-build/mariadb/src/include/my_sys.h:34:
/home/builder/.termux-build/mariadb/src/include/my_pthread.h:822:10: error: use of undeclared identifier 'my_atomic_add32'
  (void) my_atomic_add32_explicit(value, 1, MY_MEMORY_ORDER_RELAXED);
2020-02-16 19:28:06 +02:00
Fredrik Fornwall
56b759e284 mariadb: Update from 10.4.6 to 10.4.12 2020-02-16 00:33:25 +01:00
Henrik Grimler
41586226bb mariadb: add termux-services script for mysqld 2020-01-05 23:27:57 +01:00
Leonid Pliushch
266acf1f8e mariadb: switch to another mirror 2019-12-29 21:24:42 +02:00
Leonid Pliushch
4f437b43de get rid of TERMUX_EXPOSE_FILE_OFFSET64 2019-12-29 21:00:28 +02:00
Leonid Pliushch
7b03075a2d mariadb: use correct version for URL 2019-09-24 19:00:41 +03:00
Leonid Pliushch
2cbd644b08 mariadb: bump package epoch to allow downgrading 2019-09-24 18:49:43 +03:00
Leonid Pliushch
29ee6b6762 Revert "mariadb: update to 10.4.8"
This reverts commit d66de11b24303439210e3f2f83d99de1cafb2eef.
2019-09-24 18:49:17 +03:00
Leonid Pliushch
1472bf263d Revert "mariadb: force disable AUTH_PAM plugin"
This reverts commit cd435aa56b21325de921925e41a590c4742615c4.
2019-09-24 18:48:59 +03:00
Leonid Pliushch
e7776a06bb Revert "mariadb: blacklist i686 builds"
This reverts commit bcfa3eb1b9f06716b0f68afb168d06262a748d23.
2019-09-24 18:48:42 +03:00
Leonid Pliushch
98249bc2b6 mariadb: blacklist i686 builds
Compilation errors:

In file included from /home/builder/.termux-build/mariadb/src/include/my_sys.h:34:
/home/builder/.termux-build/mariadb/src/include/my_pthread.h:822:10: error: use of undeclared identifier 'my_atomic_add32'

No patch available currently.
2019-09-18 17:01:54 +03:00
Leonid Pliushch
428953fe62 mariadb: force disable AUTH_PAM plugin
PAM is not available (and even not usable) in Termux.
2019-09-18 16:41:45 +03:00
Leonid Pliushch
aa84508ba0 mariadb: update to 10.4.8 2019-09-18 16:34:01 +03:00
Leonid Pliushch
c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Leonid Pliushch
04e32bec03 mariadb: remove chown calls from mysql_install_db script 2019-08-04 21:55:56 +03:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
94db67b19b mariadb: update to 10.4.6 2019-07-24 17:54:03 +03:00
Leonid Pliushch
f17f9fa85b mariadb: bump revision 2019-06-20 00:34:36 +03:00
Fredrik Fornwall
adb6a80512 cmake: Fix building against libiconv 2019-05-23 02:11:55 +02:00
Leonid Pliushch
b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Leonid Pliushch
dd3134f43a mariadb: rebuild due to versioned liblzma 2019-05-03 17:44:58 +03:00