Commit Graph

10291 Commits

Author SHA1 Message Date
Henrik Grimler
4df2a86fa1 weechat-lua-plugin: depend on liblua53 2020-10-01 17:07:42 +03:00
Henrik Grimler
e6fa181664 vis: depend on liblua53 2020-10-01 17:07:42 +03:00
Henrik Grimler
65a6121c83 nmap: depend on liblua53 2020-10-01 17:07:42 +03:00
Henrik Grimler
f3b85e0905 neovim: depend on liblua53 2020-10-01 17:07:42 +03:00
Henrik Grimler
060fbe7970 luarocks: depend on liblua5.3 2020-10-01 17:07:42 +03:00
Henrik Grimler
a623ca251f lua-lpeg: use liblua5.3 2020-10-01 17:07:42 +03:00
Henrik Grimler
641d3748b9 luv: use liblua53 2020-10-01 17:07:42 +03:00
Henrik Grimler
cbe151a237 liblua54: patches for CVE-2020-15888, CVE-2020-15889, CVE-2020-15945 2020-10-01 17:07:42 +03:00
Henrik Grimler
d7473dee2c liblua: rename to liblua53 and add liblua54 2020-10-01 17:07:42 +03:00
Krishna Kanhaiya
b0c5a8b749 ccache: update to 3.7.12 (#5874) 2020-10-01 16:43:55 +03:00
Butta
f1579e0a28 swift: fix arm issue with importing C macros, caused by a mismatch between LLVM
and the Swift compiler frontend because this define wasn't set
2020-10-01 16:15:25 +05:30
Leonid Pliushch
ed39f4a327 valgrind: avoid statx() system call
Issue https://github.com/termux/termux-packages/issues/5860.
2020-10-01 13:19:27 +03:00
Leonid Pliushch
80f719f719 ttyd: compatibility with latest websockets 2020-10-01 12:50:30 +03:00
Leonid Pliushch
5b9aeb808c libmosquitto: bump revision 2020-10-01 12:43:05 +03:00
Leonid Pliushch
c7e6536802 libwebsockets: bump revision 2020-10-01 12:43:04 +03:00
Leonid Pliushch
68fad5d79f Revert "ttyd: bump revision"
This reverts commit e074f5c0065e3eecb92d1c866584d868fbc8b795.
2020-10-01 12:42:39 +03:00
Leonid Pliushch
7dc3ab8fe2 libmosquitto: bump revision 2020-10-01 11:52:01 +03:00
Leonid Pliushch
bc1b125e4a ttyd: bump revision 2020-10-01 11:51:49 +03:00
Leonid Pliushch
03a31c0ae3 libwebsockets: update to 4.1.2 2020-10-01 11:51:41 +03:00
Krishna Kanhaiya
4a0cd786a3 new package: lsd (#5868)
Next generation ls command
2020-09-30 22:40:57 +03:00
Krishna Kanhaiya
0b8e0ecf94 new package: duf (#5869)
A Disk usage/free utility
2020-09-30 22:39:59 +03:00
Butta
3fe4a2ab6a nushell: update from 0.18.1 to 0.20.0, disable x86_64 because of linking issues,
and unset CFLAGS for all crates, as it was getting applied to host builds
2020-09-29 23:45:14 +05:30
Leonid Pliushch
2a51b17afd resolv-conf: provide $PREFIX/etc/hosts
Useful for running things under 'termux-chroot'.
2020-09-29 16:38:23 +03:00
Henrik Grimler
eafe3606c4 termux-api: depend on util-linux instead of busybox
For getopt.
2020-09-29 08:56:52 +02:00
Krishna Kanhaiya
6b5b31dd44 Update chezmoi to 1.8.6 2020-09-29 11:13:10 +05:30
Henrik Grimler
19813c0bc7 jsoncpp: update to 1.9.4 2020-09-28 20:30:38 +02:00
Henrik Grimler
1d160f1e61 json-glib: update to 1.6.0 2020-09-28 20:28:00 +02:00
Henrik Grimler
b041462517 libelf: update to 0.181 2020-09-28 20:20:22 +02:00
Henrik Grimler
e5c8dad814 jftui: update to 0.4.0 2020-09-28 20:15:24 +02:00
Henrik Grimler
d471caf3fa grep: update to 3.5 2020-09-28 20:10:05 +02:00
Henrik Grimler
0b36cca25b caddy: update to 2.2.0 2020-09-28 19:54:26 +02:00
Henrik Grimler
c607a1c98a debianutils: update to 4.11.2 2020-09-28 19:54:12 +02:00
Henrik Grimler
06a3769eb1 fakeroot: update to 1.25.1 2020-09-28 19:54:01 +02:00
Henrik Grimler
798f50aec0 ghostscript: update to 9.53.2 2020-09-28 19:53:47 +02:00
qubist-pixel
4db6ff9055 new package: php-redis (#5859) 2020-09-28 15:18:38 +03:00
Leonid Pliushch
7e89e130ce apply prefix verification patches again - now shouldn't cause crash 2020-09-28 02:54:13 +03:00
Leonid Pliushch
a6102de687 Revert "add patches for prefix verification"
This reverts commit 2703e4f68f856bb816c695ab53118306ba8104a4.

https://github.com/termux/termux-packages/issues/5858 - seem to be buffer overflow...
2020-09-28 01:37:34 +03:00
Leonid Pliushch
9d92a7360c add patches for prefix verification - prevent use of prebuilt packages by third parties
Add a small stub which verifies whether /data/data/com.termux/files/usr is readable
into few important packages such like Bash or APT. If this check fails, e.g.
in case if binary was executed in program with different package name (non-Termux),
program will print warning and exit with error status immediately.

This should prevent use of prebuilt packages by third-party applications.

NOTE: for now it uses /data/data/com.termux/files/usr in reversed order to
prevent automatic "blind" patching with sed. Will replace with randomized
XOR-based variant in case if that measure won't be enough.
2020-09-28 00:10:00 +03:00
Lucy Phipps
ffb7b54f45 python: bump to 3.8.6 2020-09-27 18:30:18 +03:00
Henrik Grimler
fcaf3b64db libllvm: bump to try build again
Looks like previous attempt pulled in more packages than just libllvm (probably because the libllvm branch was not up to date with master)
2020-09-27 08:28:31 +02:00
Henrik Grimler
935035ca87 Merge pull request #5840 from termux/libllvm
libllvm: add libpolly and libcompiler-rt subpackages
2020-09-26 18:36:35 +02:00
Leonid Pliushch
60bb9bac24 apache2: add dummy configuration file in conf.d
Fixes error on startup.
2020-09-26 15:10:34 +03:00
Roman Kredentser
31cb14a603 new package: teleport-tsh (#5846) 2020-09-26 15:05:31 +03:00
ihsakashi
7062e7ce2d new package: libczmq (#5820) 2020-09-25 19:53:55 +03:00
ihsakashi
c6b292fb5d libzmq: update to 4.3.3 (#5816) 2020-09-25 17:28:56 +03:00
ihsakashi
7ab5be42b1 new package: capnproto (#5813) 2020-09-25 17:27:15 +03:00
Krishna Kanhaiya
0b3eec4c85 youtubedr: update to 2.1.0 (#5849) 2020-09-25 16:18:37 +03:00
Butta
6cef10bdb9 swift: enable arm build and add upstream patch that fixes linking statically against the corelibs 2020-09-25 01:19:03 +05:30
Henrik Grimler
d048500dad libllvm: fixes following @buttaface's review 2020-09-24 16:36:37 +02:00
Leonid Pliushch
ae0acaab33 openssl: update to 1.1.1h 2020-09-24 00:01:00 +03:00
Leonid Pliushch
bc36ce31c4 libmpc: update to 1.2.0 2020-09-24 00:00:46 +03:00
Leonid Pliushch
8dea0c2b42 libjasper: update to 2.0.21 2020-09-24 00:00:25 +03:00
Leonid Pliushch
c0c79ba0f1 libgnutls: update to 3.6.15 2020-09-24 00:00:10 +03:00
Leonid Pliushch
b2ef3270d9 kubectl: update to 1.19.2 2020-09-23 23:59:50 +03:00
Leonid Pliushch
9f6e477bd8 ipfs: update to 0.7.0 2020-09-23 23:59:13 +03:00
Leonid Pliushch
87d59ce5c2 imagemagick: update to 7.0.10.30 2020-09-23 23:58:51 +03:00
Leonid Pliushch
5bdad40a32 hugo: update to 0.75.1 2020-09-23 23:58:25 +03:00
Leonid Pliushch
a2597cbf1d dnsutils: update to 9.16.7 2020-09-23 23:57:46 +03:00
Leonid Pliushch
018204f07f gnurl: update to 7.72.0 2020-09-23 23:57:15 +03:00
Leonid Pliushch
dc1025ea5b cmake: update to 3.18.3 2020-09-23 23:56:31 +03:00
Leonid Pliushch
d77d425626 transmission: sync patches with x11-packages 2020-09-23 23:27:35 +03:00
Henrik Grimler
10f4528e37 libllvm: fix compiler-rt build error for 32bit arches
Really not sure if this is safe or has side effects, needs to be
tested.
2020-09-23 21:55:12 +02:00
Leonid Pliushch
8ef670d186 gst-plugins-base: delete directory include/GL to avoid conflict with mesa 2020-09-23 19:10:50 +03:00
Henrik Grimler
a6b8a957d7 libllvm: add libpolly subpackage
Fixes https://github.com/termux/termux-packages/issues/5829.
2020-09-23 16:51:50 +02:00
Henrik Grimler
675f40c259 libllvm: add libcompiler-rt subpackage
Fixes https://github.com/termux/termux-packages/issues/2403.
2020-09-23 16:51:50 +02:00
Krishna Kanhaiya
e621435026 Update Jfrog-cli to 1.39.5 2020-09-23 13:47:31 +05:30
Henrik Grimler
e10dbc14a7 binutils: bump package to restart CI build 2020-09-22 22:03:52 +02:00
Henrik Grimler
d0797c1d07 clamav: bump package to restart CI build 2020-09-22 22:03:37 +02:00
Henrik Grimler
539e873e64 fakeroot: fix build 2020-09-22 22:02:42 +02:00
Butta
11b4f7aba9 Update clamav hash and bump binutils and fakeroot on CI 2020-09-22 22:48:39 +05:30
Butta
69f67332df binutils: update from 2.35 to 2.35.1
clamav: update from 0.102.4 to 0.103.0

fakeroot: update from 1.24 to 1.24.1
2020-09-22 21:47:48 +05:30
Krishna Kanhaiya
5dac038d2c Update dasm to 2.20.14 2020-09-18 16:07:13 +05:30
Butta
0017d3e1df swift: update from 5.2.5 to 5.3 2020-09-18 13:24:17 +05:30
Krishna Kanhaiya
c0cc9076f1 Update hors to 0.7.1 2020-09-17 16:54:26 +05:30
Henrik Grimler
c834eadada Merge pull request #5815 from kcubeterm/patch-3
Update Github-cli (gh) to 1.0.0
2020-09-17 09:37:27 +02:00
Henrik Grimler
315ef1f9b2 Merge pull request #5814 from kcubeterm/patch-1
Update croc to 8.3.2
2020-09-17 09:37:09 +02:00
Butta
7e2a06ab38 llbuild: update from 5.2 to 5.3 2020-09-17 12:06:10 +05:30
Butta
471770d5c1 libdispatch: update from 5.2.3 to 5.3 2020-09-17 11:52:10 +05:30
Krishna Kanhaiya
b2a5c9e682 Update Github-cli (gh) to 1.0.0 2020-09-17 07:43:55 +05:30
Krishna Kanhaiya
edbc38997a Update build.sh 2020-09-17 07:37:11 +05:30
Krishna Kanhaiya
160d9e5652 Update croc to 8.3.2 2020-09-17 07:17:12 +05:30
Leonid Pliushch
1a92ef49d7 apksigner: fix missing classes
Base64.java is being split into multiple .class files.
2020-09-16 23:50:49 +03:00
Henrik Grimler
dbc96ede7a emacs: dump in postinst script with portable dumper 2020-09-16 22:10:05 +02:00
Henrik Grimler
39b750c222 emacs: share/info/dir is deleted in massage step 2020-09-16 22:10:05 +02:00
Henrik Grimler
dded013b10 emacs: use symlinks in dump step 2020-09-16 22:10:05 +02:00
Henrik Grimler
66756303e1 emacs: update to 27.1 2020-09-16 22:10:05 +02:00
Leonid Pliushch
2dc4371044 apksigner: include java.util.Base64 implementation in jar file
As java.util.Base64 is not available prior to Android API 26,
we have to provide it on our own.
2020-09-16 22:38:10 +03:00
Rafael G. Martins
43d940f893 blogc: Update from 0.19.0 to 0.20.0 2020-09-16 06:44:15 +05:30
Henrik Grimler
77c945abb8 command-not-found: update lists 2020-09-15 20:35:50 +02:00
ruki
b0bdf2ed2c xmake: update v2.3.7 2020-09-14 20:24:19 +08:00
Leonid Pliushch
cbb9e721ed new package: inxi
Requested in https://github.com/termux/termux-packages/issues/5802
2020-09-14 14:17:44 +03:00
Jia Yuan Lo
95d0149704 boinc: update to 7.16.11 (#5795)
* boinc: update to 7.16.11

* boinc: update patches for 7.16.11

* boinc: disable switcher

termux/termux-packages#5668

* boinc: add oobe improvement patches

* boinc: simplify disable-whetneon.patch

termux/termux-packages#5795
The old patch is getting hard to maintain because someone think it is a good
idea to support non-NEON Android devices in 2020.
The new patch simplify things by only disable 32bit ARM host detection so that
whetneon and whetvfp will not be built which can make the client too complex.

Apply this patch and please dont use "-DANDROID" and "--host arm-linux*"

* boinc: fix 32bit compatibility on 64bit Termux

Remove blocking request 32bit executables and fix it instead.
Add patch that unset LD_PRELOAD environment variable before running 32bit
BOINC executables.
This is applicable for 64bit Android devices running BOINC on Termux.
No manual unset from user is needed.

* boinc: simplify disable-whetneon.patch v2
2020-09-13 22:20:12 +05:30
Butta
831e8bb971 libgrpc: update from 1.31.1 to 1.32.0
solidity: update from 0.7.0 to 0.7.1

valac: update from 0.48.10 to 0.50.0
2020-09-13 22:15:09 +05:30
x0b
752e2c07a3 rclone: update from 1.53.0 to 1.53.1 2020-09-13 14:47:40 +02:00
Butta
dd09413eae Bump vim and vim-python on the CI one last time 2020-09-12 00:18:28 +05:30
Butta
acf12000f1 Revert z3 update and bump vim and vim-python on the CI 2020-09-11 23:44:44 +05:30
Butta
8987e6be69 Fix sleuthkit license list and bump libssh and redis on the CI 2020-09-11 23:37:33 +05:30
Butta
7602acb71d vim, vim-python: update from 8.2.1600 to 8.2.1650
z3: update from 4.8.8 to 4.8.9
2020-09-11 23:20:15 +05:30
Butta
9177f1298e libssh: update from 0.9.4 to 0.9.5
redis: update from 6.0.7 to 6.0.8

sleuthkit: update from 4.9.0 to 4.10.0
2020-09-11 22:52:50 +05:30
Butta
7ef03a67f6 Bump jbig2dec, kubectl, and librsvg on CI 2020-09-11 22:24:31 +05:30