1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-16 23:27:06 +00:00
Commit Graph

20434 Commits

Author SHA1 Message Date
Tee KOBAYASHI
f7abae1634 cups: Bump to 2.4.2 2022-12-29 12:18:29 +00:00
Tee KOBAYASHI
138a3cdf21 mariadb: Bump to 10.10.2 2022-12-29 12:16:50 +00:00
Leonid Pliushch
4d5476cb50
mariadb: fix default accounts for new database setup
Something wrong happens during default database init. The $(whoami) user
no longer behaves like root account which makes further operations
impossible.

This commit will cause postinst script to setup a root database account
with no password. User can log in via `mysql -u root` and set password
manually.
2022-12-29 13:29:50 +02:00
Leonid Pliushch
6fbab7ce0d
fix(main/pass): improve conditional for /dev/shm warning 2022-12-29 12:55:18 +02:00
Termux Github Actions
f465e368ae bump(main/whois): 5.5.15
This commit has been automatically submitted by Github Actions.
2022-12-29 06:30:02 +00:00
Termux Github Actions
6b25c5b625 bump(main/ruff): 0.0.199
This commit has been automatically submitted by Github Actions.
2022-12-29 06:28:42 +00:00
Termux Github Actions
513ba6b227 bump(main/rdiff-backup): 2.2.2
This commit has been automatically submitted by Github Actions.
2022-12-29 06:20:30 +00:00
Termux Github Actions
1b6c0b57b6 bump(main/neovim-nightly): 0.9.0-dev-577+g587fbdd7a
This commit has been automatically submitted by Github Actions.
2022-12-29 06:18:44 +00:00
Termux Github Actions
e9646c800e bump(main/ncspot): 0.12.0
This commit has been automatically submitted by Github Actions.
2022-12-29 00:37:37 +00:00
Termux Github Actions
e29d8eff28 bump(main/difftastic): 0.40.0
This commit has been automatically submitted by Github Actions.
2022-12-29 00:27:46 +00:00
Termux Github Actions
105333108a bump(main/box86): 0.2.8.20221228.095020g64f52cb1
This commit has been automatically submitted by Github Actions.
2022-12-29 00:19:58 +00:00
Tee KOBAYASHI
b32be4cca5 mympd: Bump to 10.1.7 2022-12-28 17:47:13 +00:00
Tee KOBAYASHI
89aaaa60e6 traceroute: Bump to 2.1.1 2022-12-28 17:47:00 +00:00
Henrik Grimler
f41bd19f79
rebuild(main/swift): bump to get rid of linkage against libexecinfo 2022-12-28 16:40:06 +01:00
Henrik Grimler
b1c9aae2a1
command-not-found: bump to rebuild 2022-12-28 16:00:06 +01:00
Tee KOBAYASHI
ca3821825a libxt: Adjust dependency
and fix overlinking against libuuid in the previous binary package.
2022-12-28 14:53:48 +00:00
Tee KOBAYASHI
3ca0e08294 apache2: Migrate to using PCRE2 2022-12-28 14:32:04 +00:00
Tee KOBAYASHI
f1bdcb402f tesseract: Fix dependency 2022-12-28 14:28:52 +00:00
Tee KOBAYASHI
e0041daa31 parted: Fix dependency 2022-12-28 14:28:42 +00:00
Termux Github Actions
7e000511f0 bump(main/rdiff-backup): 2.2.1
This commit has been automatically submitted by Github Actions.
2022-12-28 12:23:02 +00:00
Termux Github Actions
c71e95453f bump(main/doxygen): 1.9.6
This commit has been automatically submitted by Github Actions.
2022-12-28 12:19:38 +00:00
Tee KOBAYASHI
bd130a25df picolisp: Bump to 22.12 2022-12-28 10:20:49 +00:00
Tee KOBAYASHI
8f63324b31 vtm: Bump to 0.9.8i 2022-12-28 10:20:37 +00:00
Tee KOBAYASHI
1aaea57394 tmux: Bump to 3.3a 2022-12-28 10:20:26 +00:00
Tee KOBAYASHI
4dc8c17ef0 vile: Bump to 9.8x 2022-12-28 09:50:08 +00:00
Tee KOBAYASHI
a463f46f69 doxygen: Fix TERMUX_PKG_UPDATE_VERSION_REGEXP
%ci:no-build
2022-12-28 18:39:25 +09:00
Tee KOBAYASHI
224b3c2065 *: Specify TERMUX_PKG_UPDATE_VERSION_REGEXP
where necessary.

%ci:no-build
2022-12-28 08:55:18 +00:00
Henrik Grimler
7290f8680c
rebuild(main/swift): libuuid is now a subpackage of util-linux 2022-12-28 09:14:17 +01:00
Henrik Grimler
11af5a371a
rebuild(deps:main/libuuid): libuuid is now a subpkg of util-linux
This commit bumps all packages except swift, qt5-qtbase and tigervnc
that depend on libuuid.
2022-12-28 09:14:12 +01:00
Henrik Grimler
ab8c132ac9
chore(main/e2fsprogs): replace util-linux dependency with libblkid 2022-12-28 09:12:43 +01:00
Henrik Grimler
bbe42fa887
enhance(main/util-linux): build libmount and {lib,}fdisk
Put libmount library in subpackage libmount, mount utilities in
subpackage mount-utils, libfdisk in subpackage libfdisk, and fdisk
utilities in subpackage fdisk.

On my aarch64 device, /system/bin/mount is unable to handle logical
volumes (tries to access the non-existing /etc/fstab and errors), so
lets add our own libmount package.

Enabling libmount also enables the lsblk utility, which we put in
blk-utils.
2022-12-28 09:12:35 +01:00
Henrik Grimler
507a3f29e8
termux-tools: update to 1.35.0
This removes the {u,}mount wrappers from the package, {u,}mount will
be provided by util-linux instead.
2022-12-28 09:12:32 +01:00
Henrik Grimler
4b9925fd64
enhance(main/util-linux): move blk related files into subpackages
libblkid contains library, header and pkgconfig file, while
blk-utils contains the programs.

This decreases the size of the util-linux package and allows for finer
control of dependencies, and what packages to include in bootstraps
and so on.
2022-12-28 09:12:29 +01:00
Henrik Grimler
48051c0eb7
enhance(main/util-linux): build libuuid and utils as well
Put library, header and pkgconfig file in libuuid subpackage, which
replaces our standalone libuuid package, and utils in uuid-utils
subpackage.

uuid-utils contains, among other things, uuidgen, which is needed to
be able to compile some packages on device (have forgotten which one(s)
though, has been a few months since I ran into this issue).

Building util-linux with libuuid is also required if we are to enable
other util-linux utilities, like fdisk.
2022-12-28 09:12:26 +01:00
Henrik Grimler
7d0d9ea1a1
enhance(main/util-linux): move libsmartcols to new subpackage
Quite a few util-linux utilities link against libsmartcols only.  Move
the library into a subpackage so that other utilities can depend on
libsmartcols, and not the full util-linux package.
2022-12-28 09:12:22 +01:00
Tee KOBAYASHI
491c03bfc3 hstr: Do not use TIOCSTI 2022-12-28 07:56:34 +00:00
Termux Github Actions
48563756ef bump(main/ruff): 0.0.198
This commit has been automatically submitted by Github Actions.
2022-12-28 06:30:37 +00:00
Tee KOBAYASHI
61e0c66450 *: Refine SOVERSION guard
Check if regexp actually matches to avoid false negatives when SOVERSION
is equal to 0.

%ci:no-build
2022-12-28 15:23:44 +09:00
Termux Github Actions
b7f1a6a796 bump(main/neovim-nightly): 0.9.0-dev-566+gbf459641a
This commit has been automatically submitted by Github Actions.
2022-12-28 06:20:48 +00:00
Termux Github Actions
e35731787b bump(main/esbuild): 0.16.12
This commit has been automatically submitted by Github Actions.
2022-12-28 06:10:20 +00:00
Elliana May
796ea30293 libduckdb: update cmakelists patch 2022-12-28 05:46:41 +00:00
Elliana May
6d3e3e1136 libduckdb: bump to 0.6.1 2022-12-28 05:46:41 +00:00
Termux Github Actions
4a705b0375 bump(main/ruff): 0.0.196
This commit has been automatically submitted by Github Actions.
2022-12-28 00:30:10 +00:00
Termux Github Actions
a19bb5a0b4 bump(main/php-zephir-parser): 1.5.2
This commit has been automatically submitted by Github Actions.
2022-12-28 00:23:14 +00:00
Tee KOBAYASHI
c5817400d4 libmaxminddb: Add SOVERSION guard
%ci:no-build
2022-12-27 21:46:04 +00:00
Tee KOBAYASHI
1645c37455 rhash: Add SOVERSION guard
%ci:no-build
2022-12-27 21:45:52 +00:00
Tee KOBAYASHI
9c5db5d302 p11-kit: Add SOVERSION guard
%ci:no-build
2022-12-27 21:45:11 +00:00
Tee KOBAYASHI
50cf4a8098 libpsl: Add SOVERSION guard
%ci:no-build
2022-12-27 21:45:00 +00:00
Tee KOBAYASHI
41946a0b56 libde265: Add SOVERSION guard
%ci:no-build
2022-12-27 21:11:05 +00:00
Tee KOBAYASHI
cd2e6498f6 libconfuse: Add SOVERSION guard
%ci:no-build
2022-12-27 21:10:55 +00:00