Commit Graph

14757 Commits

Author SHA1 Message Date
Aditya Alok 4750fdeb16 libelf: move few build dependencies to runtime 2021-09-06 12:17:33 +02:00
Tom Yan 7b7f3c48df pulseaudio: process rewind in the realtime loop
It seems to be the standard approach. Let's see if it eliminates
assertion failures that are related to rewind processing.
2021-09-06 12:13:45 +02:00
Lucy Phipps 824578f529
revert gzip until gnulib is fixed 2021-09-06 09:18:15 +01:00
Lucinda May Phipps f2dcf76c66
gzip: delete lib-stsio-impl.h.patch
no longer needed (oops)
2021-09-06 06:39:59 +01:00
Henrik Grimler 1c272f516b build-package: use xz compression for control archives (again)
All packages that have conffiles, and a gz compressed control.tar.gz,
currently fails to install on arm if the deb is built locally or
downloaded and then installed with `apt install
./foo_1.0_arm.deb`. The error looks like:

    $ apt install ./tmp/foo.deb
    Reading package lists... Error!
    E: Tar checksum failed, archive corrupted
    E: Could not read meta data from
/data/data/com.termux/files/home/tmp/foo.deb
    E: The package lists or status file could not be parsed or opened.

If the package does not have conffiles, or if xz compression is used,
everything works. Let's change back to xz compression for all new and
updated packages for now to workaround this issue.

Even if `apt install ./foo.deb` fails the deb can still be installed
with `dpkg -i ./foo.deb` (seems dpkg does not do the same checksum
check?).
2021-09-05 21:35:12 +02:00
Termux Github Actions 10e3f4d4ff mu: update to 1.6.6
This commit has been automatically submitted by Github Actions.
2021-09-05 12:24:49 +00:00
Termux Github Actions 9904feaeb5 elixir: update to 1.12.3
This commit has been automatically submitted by Github Actions.
2021-09-05 12:12:10 +00:00
Termux Github Actions ba8329b859 chezmoi: update to 2.3.0
This commit has been automatically submitted by Github Actions.
2021-09-05 00:13:42 +00:00
Lucinda May Phipps 5859e186a7
gzip: delete lib-vasnprintf.c.patch
no longer needed
2021-09-05 00:22:00 +01:00
Lucinda May Phipps f9e4d34fee
gzip: update lib-stdio-impl.h.patch 2021-09-05 00:13:06 +01:00
Lucy Phipps 3d0d30ba5a
gzip: make patches -p1 2021-09-05 00:00:57 +01:00
Lucinda May Phipps 35f3fe82d5
gzip: update fix-gzexe.patch 2021-09-04 23:46:11 +01:00
Lucinda May Phipps f2ba2e963d
gzip: update to 1.11 2021-09-04 23:27:31 +01:00
Lucinda May Phipps 2b21719b00
libdav1d: update to 0.9.2 2021-09-04 23:05:07 +01:00
Termux Github Actions 5d11293d53 hugo: update to 0.88.1
This commit has been automatically submitted by Github Actions.
2021-09-04 14:00:35 +00:00
Lucinda May Phipps 6cd53a7138
openssl: delete crypto-armcap.c.patch
no longer needed
2021-09-04 07:18:36 +01:00
Termux Github Actions 766443b042 macchina: update to 1.1.3
This commit has been automatically submitted by Github Actions.
2021-09-04 06:13:11 +00:00
Lucinda May Phipps 5540e1894c
openssl:update to 1.1.1l 2021-09-04 06:49:34 +01:00
Lucinda May Phipps 04771833e7
python: update to 3.9.7 2021-09-04 04:04:10 +01:00
Termux Github Actions a2a45bcae4 flyctl: update to 0.0.236
This commit has been automatically submitted by Github Actions.
2021-09-04 00:24:19 +00:00
Termux Github Actions dbee96b14f caddy: update to 2.4.5
This commit has been automatically submitted by Github Actions.
2021-09-04 00:15:25 +00:00
Lucinda May Phipps f4c48c15ac
argp: bump after new patch 2021-09-03 23:43:35 +01:00
Further a250800247
docker image: install rsync (#7461) 2021-09-03 23:02:53 +03:00
Termux Github Actions cefcf6cbbf openethereum: update to 3.3.0-rc.8
This commit has been automatically submitted by Github Actions.
2021-09-03 19:37:17 +00:00
Aditya Alok 8ab480dda7
libelf: enable full elfutils package (#7431) 2021-09-03 21:07:15 +03:00
Matlink 05ae16c447
new package: bacula-fd (#7462) 2021-09-03 20:54:04 +03:00
YAKSH BARIYA 2d38944910
new package: gn (#7290) 2021-09-03 20:46:03 +03:00
Further cddd8017a3
new package: libslirp (#7445) 2021-09-03 20:35:50 +03:00
ryanerwin a5c004fad3
new package: jump (#7459) 2021-09-03 20:31:10 +03:00
Henrik Grimler e6239bb81c build-package: delete old $PREFIX ealier in build
Currently there is a problem building packages that use *-config
scripts (for example gnupg), we are creating a
/bin/sh->/data/data/com.termux/files/usr/bin/sh symlink so that the
shebang for the scripts can be interpreted, but after
ecd214881a ("build-package: add new arg -c for "continue build"") the
symlink was deleted in termux_step_get_dependencies.
2021-09-03 17:56:57 +02:00
DLC01 2e942d0b35 bump exhale 2021-09-03 06:54:08 +02:00
Termux Github Actions 98e95ee669 flyctl: update to 0.0.235
This commit has been automatically submitted by Github Actions.
2021-09-03 00:19:50 +00:00
Lucinda May Phipps 38a4275e6a
libarchive: update to 3.5.2 2021-09-03 00:12:22 +01:00
Butta da42afeb7a termux_step_patch_package: apply patches in alphabetical order
Before 32c67fa, patches were applied in alphabetical order, which some packages
like swift relied on, so go back to that.
2021-09-02 21:13:58 +05:30
Henrik Grimler a3c7f9fb41 ccache: do not use hardlinks on android
Fixes https://github.com/termux/termux-packages/issues/7454.
2021-09-02 15:34:40 +02:00
Termux Github Actions 0515f5cd17 strace: update to 5.14
This commit has been automatically submitted by Github Actions.
2021-09-02 12:45:46 +00:00
Termux Github Actions f2ea59fae4 hugo: update to 0.88.0
This commit has been automatically submitted by Github Actions.
2021-09-02 12:27:55 +00:00
Henrik Grimler f774a20e4d runit: remove runit program
We do not use it in termux. Also update to latest commit.

Fixes https://github.com/termux/termux-packages/issues/7453.
2021-09-02 13:42:31 +02:00
Yaksh Bariya a15b932d9b ccache: Try compiling without patches 2021-09-02 13:50:29 +05:30
Yaksh Bariya b3ad570029 ccache: Bump to 4.4 2021-09-02 13:50:29 +05:30
Termux Github Actions 05d5a5826d macchina: update to 1.1.2
This commit has been automatically submitted by Github Actions.
2021-09-02 06:21:41 +00:00
Marlin Sööse f341191271 libseccomp: add pkg revision 2021-09-01 20:45:07 +02:00
Marlin Sööse 85590f00fc libseccomp: add to main repo
This exists in the root repo, but packages from main repo may require it also
2021-09-01 20:45:07 +02:00
Butta 0558ea616d mu: update from 1.4.15 to 1.6.5 2021-09-01 22:32:06 +05:30
Jia Yuan Lo 78753edc32 emscripten-llvm: rollback to before libunwind CET 2021-09-01 22:03:47 +05:30
Jia Yuan Lo 90fbcb9506 emscripten: update to 2.0.29 2021-09-01 22:03:47 +05:30
Aditya Alok f3ffac671d
libmosquitto: add threading support (#7435)
* libmosquitto: enable threading and fix pthread_cancel support
2021-09-01 22:01:30 +05:30
Yaksh Bariya 2e0eea35df pinentry: Bump to 1.2.0 2021-09-01 21:59:04 +05:30
Yaksh Bariya c70f3b4efa cmake: Bump to 3.21.2 2021-09-01 21:56:25 +05:30
Henrik Grimler df3ab4c7f8 gnupg: add patch to fix compilation on device
When running mkdefsinc we get:

  FORTIFY: %n not allowed on Android
  Aborted
2021-09-01 11:12:24 +02:00