Commit Graph

11679 Commits

Author SHA1 Message Date
Leonid Pliushch dcd9144f04 issue templates: use full termux-packages URL in package request template 2020-10-01 14:14:44 +03:00
Leonid Pliushch 3b65a3d40b update issue templates
Add checkbox whether user had read our contributing guide,
specifically the "note about package requests".
2020-10-01 14:10:21 +03:00
Leonid Pliushch 0c966e796e contributing: fix typo 2020-10-01 14:05:50 +03:00
Leonid Pliushch 2a3dffc0a1 contributing: update package requests policy 2020-10-01 14:03:18 +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
Henrik Grimler a39d42f224 Merge pull request #5862 from kcubeterm/patch-8
Update chezmoi to 1.8.6
2020-09-29 08:47:22 +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 bc20ba7e70 run-docker.sh: if $TERMUX_DOCKER_USE_SUDO is set, run `docker` with sudo
Not all system configurations have user being added into `docker` group.
2020-09-28 00:40:17 +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